public class FusionBlockModel
extends net.minecraft.client.renderer.block.model.ModelBlock
implements net.minecraftforge.client.model.IModel
| Constructor and Description |
|---|
FusionBlockModel(ModelInstance<?> model) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<net.minecraft.client.renderer.block.model.ModelBlock> |
asVanillaModel() |
net.minecraft.client.renderer.block.model.IBakedModel |
bake(net.minecraftforge.common.model.IModelState modelTransform,
net.minecraft.client.renderer.vertex.VertexFormat format,
java.util.function.Function<net.minecraft.util.ResourceLocation,net.minecraft.client.renderer.texture.TextureAtlasSprite> spriteGetter) |
java.util.Collection<net.minecraft.util.ResourceLocation> |
getDependencies() |
static ModelInstance<?> |
getModelInstance(net.minecraft.util.ResourceLocation location) |
java.util.Collection<net.minecraft.util.ResourceLocation> |
getTextures() |
checkModelHierarchy, createOverrides, deserialize, deserialize, getAllTransforms, getElements, getOverrideLocations, getOverrides, getParentFromMap, getParentLocation, getRootModel, isAmbientOcclusion, isGui3d, isResolved, isTexturePresent, resolveTextureNamepublic FusionBlockModel(ModelInstance<?> model)
public net.minecraft.client.renderer.block.model.IBakedModel bake(net.minecraftforge.common.model.IModelState modelTransform,
net.minecraft.client.renderer.vertex.VertexFormat format,
java.util.function.Function<net.minecraft.util.ResourceLocation,net.minecraft.client.renderer.texture.TextureAtlasSprite> spriteGetter)
bake in interface net.minecraftforge.client.model.IModelpublic 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 java.util.Optional<net.minecraft.client.renderer.block.model.ModelBlock> asVanillaModel()
asVanillaModel in interface net.minecraftforge.client.model.IModelpublic static ModelInstance<?> getModelInstance(net.minecraft.util.ResourceLocation location)