@Environment(value=CLIENT) public class EnchantingTableBlockEntityRenderer extends BlockEntityRenderer<EnchantingTableBlockEntity>
Modifier and Type | Field and Description |
---|---|
private BookModel |
book |
static SpriteIdentifier |
BOOK_TEXTURE |
dispatcher
Constructor and Description |
---|
EnchantingTableBlockEntityRenderer(BlockEntityRenderDispatcher dispatcher) |
Modifier and Type | Method and Description |
---|---|
void |
render(EnchantingTableBlockEntity enchantingTableBlockEntity,
float float2,
MatrixStack matrixStack,
VertexConsumerProvider vertexConsumerProvider,
int int2,
int int3) |
rendersOutsideBoundingBox
public static final SpriteIdentifier BOOK_TEXTURE
private final BookModel book
public EnchantingTableBlockEntityRenderer(BlockEntityRenderDispatcher dispatcher)
public void render(EnchantingTableBlockEntity enchantingTableBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)
render
in class BlockEntityRenderer<EnchantingTableBlockEntity>