net.minecraft.client.render.block.entity

public class LoadedBlockEntityModels

net.minecraft.client.renderer.SpecialBlockModelRenderer
net.minecraft.class_10418
net.minecraft.client.render.block.entity.LoadedBlockEntityModels

Field summary

Modifier and TypeField
public static final LoadedBlockEntityModels
EMPTY
field_55269
EMPTY
private final Map<Block, SpecialModelRenderer<?>>
renderers
field_55270
renderers

Constructor summary

ModifierConstructor
public (Map<Block, SpecialModelRenderer<?>> renderers)

Method summary

Modifier and TypeMethod
public static LoadedBlockEntityModels
vanilla(SpecialModelRenderer$BakingContext context)
method_65536(class_10515$class_11695 arg0)
fromModels(SpecialModelRenderer$BakeContext context)
public void
renderByBlock(Block block, ItemDisplayContext type, PoseStack poseStack, SubmitNodeCollector submitNodeCollector, int lightCoords, int overlayCoords, int outlineColor)
method_65535(class_2248 arg0, class_811 arg1, class_4587 arg2, class_11659 arg3, int arg4, int arg5, int arg6)
render(Block block, ItemDisplayContext displayContext, MatrixStack matrices, OrderedRenderCommandQueue queue, int light, int overlay, int outlineColor)