Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionPotential name conflict while remapping, may be removed without further notice use
IPlayer.playerAnimator$getAnimationStack()useIAnimation.get3DTransform(PartKey, TransformType, float, Vec3f)instead.PartKeyis supposed to be faster than string comparisons.for removal, in the next version. useAbstractFadeModifier.getAlpha(PartKey, TransformType, float)insteaduse AnimationCodecs instead
-
Deprecated ClassesClassDescriptionuse AnimationCodecs instead
-
Deprecated Enum Classes
-
Deprecated MethodsMethodDescriptionPotential name conflict while remapping, may be removed without further notice use
IPlayer.playerAnimator$getAnimationStack()useIAnimation.get3DTransform(PartKey, TransformType, float, Vec3f)instead.PartKeyis supposed to be faster than string comparisons.for removal, in the next version. useAbstractFadeModifier.getAlpha(PartKey, TransformType, float)insteaduseKeyframeAnimation.getPart(PartKey)instead. that is faster if you know the key. (PartKey.HEAD) for exampleuseKeyframeAnimation.getPartOptional(PartKey)instead. that is faster if you know the key.Just useEase.invoke(float)