public final class ModelCasing
extends java.lang.Object
implements net.minecraftforge.client.model.IModel
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.client.renderer.block.model.IBakedModel |
bake(net.minecraftforge.common.model.IModelState state,
net.minecraft.client.renderer.vertex.VertexFormat format,
com.google.common.base.Function<net.minecraft.util.ResourceLocation,net.minecraft.client.renderer.texture.TextureAtlasSprite> bakedTextureGetter) |
net.minecraftforge.common.model.IModelState |
getDefaultState() |
java.util.Collection<net.minecraft.util.ResourceLocation> |
getDependencies() |
java.util.Collection<net.minecraft.util.ResourceLocation> |
getTextures() |
public java.util.Collection<net.minecraft.util.ResourceLocation> getDependencies()
getDependencies in interface net.minecraftforge.client.model.IModelpublic java.util.Collection<net.minecraft.util.ResourceLocation> getTextures()
getTextures in interface net.minecraftforge.client.model.IModelpublic net.minecraft.client.renderer.block.model.IBakedModel bake(net.minecraftforge.common.model.IModelState state,
net.minecraft.client.renderer.vertex.VertexFormat format,
com.google.common.base.Function<net.minecraft.util.ResourceLocation,net.minecraft.client.renderer.texture.TextureAtlasSprite> bakedTextureGetter)
bake in interface net.minecraftforge.client.model.IModelpublic net.minecraftforge.common.model.IModelState getDefaultState()
getDefaultState in interface net.minecraftforge.client.model.IModel