Interface BlockbenchAnimation
- All Known Implementing Classes:
BlockbenchAnimationImpl
public interface BlockbenchAnimation
-
Method Summary
Modifier and TypeMethodDescription@Nullable BlockbenchAnimatorMap<UUID,? extends BlockbenchAnimator> @Nullable BlockbenchAnimatorfloatlength()loop()name()booleanoverride()intsnapping()uniqueId()
-
Method Details
-
uniqueId
UUID uniqueId() -
name
String name() -
loop
String loop() -
override
boolean override() -
length
float length() -
snapping
int snapping() -
animationTimeUpdate
String animationTimeUpdate() -
blendWeight
String blendWeight() -
startDelay
String startDelay() -
loopDelay
String loopDelay() -
animators
Map<UUID,? extends BlockbenchAnimator> animators() -
effectAnimator
-
animator
-