Class BlockModelShaper
java.lang.Object
net.minecraft.client.renderer.block.BlockModelShaper
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Map<BlockState, BlockStateModel> private final ModelManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBlockModel(BlockState pState) getParticleIcon(BlockState pState) Deprecated.getParticleIcon(BlockState pState, BlockAndTintGetter level, BlockPos pos) voidreplaceCache(Map<BlockState, BlockStateModel> pModelByStateCache)
-
Field Details
-
modelByStateCache
-
modelManager
-
-
Constructor Details
-
BlockModelShaper
-
-
Method Details
-
getParticleIcon
Deprecated. -
getParticleIcon
public TextureAtlasSprite getParticleIcon(BlockState pState, BlockAndTintGetter level, BlockPos pos) -
getBlockModel
-
getModelManager
-
replaceCache
-