Package net.minecraftforge.debug.block
Class FullPotsAccessorDemo.ClientHandler.DioritePotModel
java.lang.Object
net.minecraftforge.client.model.BakedModelWrapper<IBakedModel>
net.minecraftforge.debug.block.FullPotsAccessorDemo.ClientHandler.DioritePotModel
- All Implemented Interfaces:
IBakedModel,IForgeBakedModel
- Enclosing class:
- FullPotsAccessorDemo.ClientHandler
private static class FullPotsAccessorDemo.ClientHandler.DioritePotModel
extends BakedModelWrapper<IBakedModel>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final ResourceLocationprivate static final ResourceLocationFields inherited from class net.minecraftforge.client.model.BakedModelWrapper
originalModel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPlantQuads(Block plant, Direction face, Random rand) getQuads(BlockState state, Direction side, Random rand, IModelData extraData) Methods inherited from class net.minecraftforge.client.model.BakedModelWrapper
doesHandlePerspectives, getModelData, getOverrides, getParticleIcon, getParticleTexture, getQuads, getTransforms, handlePerspective, isAmbientOcclusion, isCustomRenderer, isGui3d, 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
getBakedModel, getLayerModels, isLayered
-
Field Details
-
POT_TEXTURE
-
DIRT_TEXTURE
-
-
Constructor Details
-
DioritePotModel
-
-
Method Details
-
getQuads
@Nonnull public List<BakedQuad> getQuads(@Nullable BlockState state, @Nullable Direction side, @Nonnull Random rand, @Nonnull IModelData extraData) - Specified by:
getQuadsin interfaceIForgeBakedModel- Overrides:
getQuadsin classBakedModelWrapper<IBakedModel>
-
getPlantQuads
-