Uses of Class
net.minecraft.block.entity.EnchantingTableBlockEntity
Package | Description |
---|---|
net.minecraft.block.entity | |
net.minecraft.client.render.block.entity |
-
Uses of EnchantingTableBlockEntity in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type EnchantingTableBlockEntity Modifier and Type Field Description static BlockEntityType<EnchantingTableBlockEntity>
BlockEntityType. ENCHANTING_TABLE
Methods in net.minecraft.block.entity with parameters of type EnchantingTableBlockEntity Modifier and Type Method Description static void
EnchantingTableBlockEntity. tick(World world, BlockPos pos, BlockState state, EnchantingTableBlockEntity blockEntity)
-
Uses of EnchantingTableBlockEntity in net.minecraft.client.render.block.entity
Methods in net.minecraft.client.render.block.entity with parameters of type EnchantingTableBlockEntity Modifier and Type Method Description void
EnchantingTableBlockEntityRenderer. render(EnchantingTableBlockEntity enchantingTableBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)