Uses of Class
net.minecraftforge.client.model.b3d.B3DModel.Animation
Packages that use B3DModel.Animation
-
Uses of B3DModel.Animation in net.minecraftforge.client.model.b3d
Fields in net.minecraftforge.client.model.b3d declared as B3DModel.AnimationModifier and TypeFieldDescriptionprivate B3DModel.Animation
B3DLoader.B3DState.animation
private B3DModel.Animation
B3DModel.Node.animation
Fields in net.minecraftforge.client.model.b3d with type parameters of type B3DModel.AnimationModifier and TypeFieldDescriptionprivate static com.google.common.cache.LoadingCache<org.apache.commons.lang3.tuple.Triple<B3DModel.Animation,B3DModel.Node<?>,Integer>,Transformation>
B3DLoader.B3DState.cache
Methods in net.minecraftforge.client.model.b3d that return B3DModel.AnimationMethods in net.minecraftforge.client.model.b3d with parameters of type B3DModel.AnimationModifier and TypeMethodDescriptionstatic Transformation
B3DLoader.B3DState.getNodeMatrix(B3DModel.Animation animation, B3DModel.Node<?> node, int frame)
void
B3DModel.Node.setAnimation(B3DModel.Animation animation)
Constructors in net.minecraftforge.client.model.b3d with parameters of type B3DModel.AnimationModifierConstructorDescriptionB3DState(B3DModel.Animation animation, int frame)
B3DState(B3DModel.Animation animation, int frame, int nextFrame, float progress)
B3DState(B3DModel.Animation animation, int frame, int nextFrame, float progress, ModelState parent)
B3DState(B3DModel.Animation animation, int frame, ModelState parent)