Uses of Class
net.minecraftforge.client.model.b3d.B3DModel.Animation
-
Packages that use B3DModel.Animation Package Description net.minecraftforge.client.model.b3d -
-
Uses of B3DModel.Animation in net.minecraftforge.client.model.b3d
Fields in net.minecraftforge.client.model.b3d declared as B3DModel.Animation Modifier and Type Field Description private B3DModel.AnimationB3DLoader.B3DState. animationprivate B3DModel.AnimationB3DModel.Node. animationFields in net.minecraftforge.client.model.b3d with type parameters of type B3DModel.Animation Modifier and Type Field Description private static com.google.common.cache.LoadingCache<org.apache.commons.lang3.tuple.Triple<B3DModel.Animation,B3DModel.Node<?>,java.lang.Integer>,TransformationMatrix>B3DLoader.B3DState. cacheMethods in net.minecraftforge.client.model.b3d that return B3DModel.Animation Modifier and Type Method Description B3DModel.AnimationB3DLoader.B3DState. getAnimation()B3DModel.AnimationB3DModel.Node. getAnimation()Methods in net.minecraftforge.client.model.b3d with parameters of type B3DModel.Animation Modifier and Type Method Description static TransformationMatrixB3DLoader.B3DState. getNodeMatrix(B3DModel.Animation animation, B3DModel.Node<?> node, int frame)voidB3DModel.Node. setAnimation(B3DModel.Animation animation)Constructors in net.minecraftforge.client.model.b3d with parameters of type B3DModel.Animation Constructor Description B3DState(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, IModelTransform parent)B3DState(B3DModel.Animation animation, int frame, IModelTransform parent)
-