Uses of Record Class
me.rochblondiaux.blockbench.animation.animators.BlockbenchAnimatorImpl
Packages that use BlockbenchAnimatorImpl
-
Uses of BlockbenchAnimatorImpl in me.rochblondiaux.blockbench.animation
Methods in me.rochblondiaux.blockbench.animation that return BlockbenchAnimatorImplModifier and TypeMethodDescription@Nullable BlockbenchAnimatorImplBlockbenchAnimationImpl.effectAnimator()Returns the value of theeffectAnimatorrecord component.Methods in me.rochblondiaux.blockbench.animation that return types with arguments of type BlockbenchAnimatorImplModifier and TypeMethodDescriptionBlockbenchAnimationImpl.animators()Returns the value of theanimatorsrecord component.Constructors in me.rochblondiaux.blockbench.animation with parameters of type BlockbenchAnimatorImplModifierConstructorDescriptionBlockbenchAnimationImpl(UUID uniqueId, String name, String loop, boolean override, float length, int snapping, String animationTimeUpdate, String blendWeight, String startDelay, String loopDelay, Map<UUID, BlockbenchAnimatorImpl> animators, @Nullable BlockbenchAnimatorImpl effectAnimator) Creates an instance of aBlockbenchAnimationImplrecord class.Constructor parameters in me.rochblondiaux.blockbench.animation with type arguments of type BlockbenchAnimatorImplModifierConstructorDescriptionBlockbenchAnimationImpl(UUID uniqueId, String name, String loop, boolean override, float length, int snapping, String animationTimeUpdate, String blendWeight, String startDelay, String loopDelay, Map<UUID, BlockbenchAnimatorImpl> animators, @Nullable BlockbenchAnimatorImpl effectAnimator) Creates an instance of aBlockbenchAnimationImplrecord class.