Uses of Class
net.minecraftforge.client.model.animation.ModelBlockAnimation.MBVariableClip
-
Packages that use ModelBlockAnimation.MBVariableClip Package Description net.minecraftforge.client.model.animation -
-
Uses of ModelBlockAnimation.MBVariableClip in net.minecraftforge.client.model.animation
Fields in net.minecraftforge.client.model.animation with type parameters of type ModelBlockAnimation.MBVariableClip Modifier and Type Field Description private com.google.common.collect.ImmutableMap<java.lang.String,com.google.common.collect.ImmutableList<ModelBlockAnimation.MBVariableClip>>
ModelBlockAnimation.MBClip. jointClipsFlat
private com.google.common.collect.ImmutableList<ModelBlockAnimation.MBVariableClip>
ModelBlockAnimation.MBClip.MBJointClip. variables
Constructor parameters in net.minecraftforge.client.model.animation with type arguments of type ModelBlockAnimation.MBVariableClip Constructor Description MBClip(boolean loop, com.google.common.collect.ImmutableMap<java.lang.String,com.google.common.collect.ImmutableList<ModelBlockAnimation.MBVariableClip>> clips, com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> events)
MBJointClip(boolean loop, com.google.common.collect.ImmutableList<ModelBlockAnimation.MBVariableClip> variables)
-