Package net.minecraftforge.debug.block
Class FullPotsAccessorDemo.ClientHandler.DioritePotModel
java.lang.Object
net.minecraftforge.client.model.BakedModelWrapper<BakedModel>
net.minecraftforge.debug.block.FullPotsAccessorDemo.ClientHandler.DioritePotModel
- All Implemented Interfaces:
BakedModel
,IForgeBakedModel
- Enclosing class:
- FullPotsAccessorDemo.ClientHandler
private static class FullPotsAccessorDemo.ClientHandler.DioritePotModel
extends BakedModelWrapper<BakedModel>
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final ResourceLocation
private static final ResourceLocation
Fields inherited from class net.minecraftforge.client.model.BakedModelWrapper
originalModel
-
Constructor Summary
-
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, getParticleIcon, getQuads, getTransforms, handlePerspective, isCustomRenderer, isGui3d, useAmbientOcclusion, useAmbientOcclusion, usesBlockLight
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraftforge.client.extensions.IForgeBakedModel
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:
getQuads
in interfaceIForgeBakedModel
- Overrides:
getQuads
in classBakedModelWrapper<BakedModel>
-
getPlantQuads
-