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
Fields Modifier and Type Field Description private static ResourceLocation
DIRT_TEXTURE
private static ResourceLocation
POT_TEXTURE
-
Fields inherited from class net.minecraftforge.client.model.BakedModelWrapper
originalModel
-
-
Constructor Summary
Constructors Constructor Description DioritePotModel(IBakedModel wrappedModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.util.List<BakedQuad>
getPlantQuads(Block plant, Direction face, java.util.Random rand)
java.util.List<BakedQuad>
getQuads(BlockState state, Direction side, java.util.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, 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
getBakedModel, getLayerModels, isLayered
-
-
-
-
Field Detail
-
POT_TEXTURE
private static final ResourceLocation POT_TEXTURE
-
DIRT_TEXTURE
private static final ResourceLocation DIRT_TEXTURE
-
-
Constructor Detail
-
DioritePotModel
public DioritePotModel(IBakedModel wrappedModel)
-
-
Method Detail
-
getQuads
@Nonnull public java.util.List<BakedQuad> getQuads(@Nullable BlockState state, @Nullable Direction side, @Nonnull java.util.Random rand, @Nonnull IModelData extraData)
- Specified by:
getQuads
in interfaceIForgeBakedModel
- Overrides:
getQuads
in classBakedModelWrapper<IBakedModel>
-
-