Uses of Class
net.minecraft.block.entity.ShulkerBoxBlockEntity
Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.block.entity | |
net.minecraft.client.render.block.entity | |
net.minecraft.client.render.item |
-
Uses of ShulkerBoxBlockEntity in net.minecraft.block
Methods in net.minecraft.block with parameters of type ShulkerBoxBlockEntity Modifier and Type Method Description private static boolean
ShulkerBoxBlock. canOpen(BlockState state, World world, BlockPos pos, ShulkerBoxBlockEntity entity)
-
Uses of ShulkerBoxBlockEntity in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type ShulkerBoxBlockEntity Modifier and Type Field Description static BlockEntityType<ShulkerBoxBlockEntity>
BlockEntityType. SHULKER_BOX
Methods in net.minecraft.block.entity with parameters of type ShulkerBoxBlockEntity Modifier and Type Method Description static void
ShulkerBoxBlockEntity. tick(World world, BlockPos pos, BlockState state, ShulkerBoxBlockEntity blockEntity)
-
Uses of ShulkerBoxBlockEntity in net.minecraft.client.render.block.entity
Methods in net.minecraft.client.render.block.entity with parameters of type ShulkerBoxBlockEntity Modifier and Type Method Description void
ShulkerBoxBlockEntityRenderer. render(ShulkerBoxBlockEntity shulkerBoxBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)
-
Uses of ShulkerBoxBlockEntity in net.minecraft.client.render.item
Fields in net.minecraft.client.render.item declared as ShulkerBoxBlockEntity Modifier and Type Field Description private static ShulkerBoxBlockEntity
BuiltinModelItemRenderer. RENDER_SHULKER_BOX
private static ShulkerBoxBlockEntity[]
BuiltinModelItemRenderer. RENDER_SHULKER_BOX_DYED