Interface BlockbenchAnimation
- All Known Implementing Classes:
BlockbenchAnimationImpl
public interface BlockbenchAnimation
-
Method Summary
-
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()
-