Class BlockModelShaper
java.lang.Object
net.minecraft.client.renderer.block.BlockModelShaper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBlockModel
(BlockState state) getParticleIcon
(BlockState state) Deprecated.getTexture
(BlockState p_110883_, Level level, BlockPos pos) private static <T extends Comparable<T>>
StringgetValue
(Property<T> property, Comparable<?> value) void
replaceCache
(Map<BlockState, BakedModel> modelByStateCache) static String
statePropertiesToString
(Map<Property<?>, Comparable<?>> propertyValues) static ModelResourceLocation
stateToModelLocation
(ResourceLocation location, BlockState state) static ModelResourceLocation
stateToModelLocation
(BlockState state)
-
Field Details
-
modelByStateCache
-
modelManager
-
-
Constructor Details
-
BlockModelShaper
-
-
Method Details
-
getParticleIcon
Deprecated. -
getTexture
-
getBlockModel
-
getModelManager
-
replaceCache
-
stateToModelLocation
-
stateToModelLocation
public static ModelResourceLocation stateToModelLocation(ResourceLocation location, BlockState state) -
statePropertiesToString
-
getValue
-