Class WorldshaperModel
java.lang.Object
net.minecraftforge.client.model.BakedModelWrapper<net.minecraft.client.resources.model.BakedModel>
com.simibubi.create.foundation.item.render.CustomRenderedItemModel
com.simibubi.create.foundation.item.render.CreateCustomRenderedItemModel
com.simibubi.create.content.curiosities.zapper.terrainzapper.WorldshaperModel
- All Implemented Interfaces:
net.minecraft.client.resources.model.BakedModel,net.minecraftforge.client.extensions.IForgeBakedModel
-
Field Summary
Fields inherited from class com.simibubi.create.foundation.item.render.CustomRenderedItemModel
basePath, namespace, partialsFields inherited from class net.minecraftforge.client.model.BakedModelWrapper
originalModel -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.simibubi.create.foundation.item.render.CustomRenderedItemModel
addPartials, getModelLocations, getOriginalModel, getPartial, getPartialModelLocation, handlePerspective, isCustomRenderer, loadPartial, loadPartialsMethods inherited from class net.minecraftforge.client.model.BakedModelWrapper
doesHandlePerspectives, getModelData, getOverrides, getParticleIcon, getParticleIcon, getQuads, getQuads, getTransforms, isGui3d, useAmbientOcclusion, useAmbientOcclusion, usesBlockLightMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.client.extensions.IForgeBakedModel
getLayerModels, isLayered
-
Constructor Details
-
WorldshaperModel
public WorldshaperModel(net.minecraft.client.resources.model.BakedModel template)
-