net.minecraft.client.renderer.block

public class BlockModelShaper

gmn
net.minecraft.client.renderer.block.BlockModelShaper
net.minecraft.class_773
net.minecraft.client.render.block.BlockModels

Field summary

Modifier and TypeField
private Map<BlockState, BakedModel>
a
modelByStateCache
field_4162
models
private final ModelManager
b
modelManager
field_4163
modelManager

Constructor summary

ModifierConstructor
public (ModelManager modelManager)

Method summary

Modifier and TypeMethod
public TextureAtlasSprite
a(dxv arg0)
getParticleIcon(BlockState arg0)
method_3339(class_2680 arg0)
getModelParticleSprite(BlockState state)
public BakedModel
b(dxv arg0)
getBlockModel(BlockState arg0)
method_3335(class_2680 arg0)
getModel(BlockState state)
public ModelManager
a()
getModelManager()
method_3333()
getModelManager()
public void
a(Map<dxv, hdn> arg0)
replaceCache(Map<BlockState, BakedModel> arg0)
method_45784(Map<class_2680, class_1087> arg0)
setModels(Map<BlockState, BakedModel> models)
public static ModelResourceLocation
c(dxv arg0)
stateToModelLocation(BlockState arg0)
method_3340(class_2680 arg0)
getModelId(BlockState state)
public static ModelResourceLocation
a(alz arg0, dxv arg1)
stateToModelLocation(ResourceLocation arg0, BlockState arg1)
method_3336(class_2960 arg0, class_2680 arg1)
getModelId(Identifier id, BlockState state)
public static String
b(Map<dyx<?>, Comparable<?>> arg0)
statePropertiesToString(Map<Property<?>, Comparable<?>> arg0)
method_3338(Map<class_2769<?>, Comparable<?>> arg0)
propertyMapToString(Map<Property<?>, Comparable<?>> map)
private static <T extends Comparable<T>> String
a(dyx<T> arg0, Comparable<?> arg1)
getValue(Property<T> arg0, Comparable<?> arg1)
method_3334(class_2769<T> arg0, Comparable<?> arg1)
propertyValueToString(Property<T> property, Comparable<?> value)