Package | Description |
---|---|
net.minecraftforge.client.model | |
net.minecraftforge.client.model.animation |
Modifier and Type | Field and Description |
---|---|
private ModelBlockAnimation |
ModelLoader.VanillaModelWrapper.animation |
Constructor and Description |
---|
VanillaModelWrapper(ResourceLocation location,
ModelBlock model,
boolean uvlock,
ModelBlockAnimation animation) |
Modifier and Type | Field and Description |
---|---|
private static ModelBlockAnimation |
ModelBlockAnimation.defaultModelBlockAnimation |
Modifier and Type | Method and Description |
---|---|
static ModelBlockAnimation |
ModelBlockAnimation.loadVanillaAnimation(IResourceManager manager,
ResourceLocation armatureLocation)
Load armature associated with a vanilla model.
|