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 booleanShulkerBoxBlock. 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_BOXMethods in net.minecraft.block.entity with parameters of type ShulkerBoxBlockEntity Modifier and Type Method Description static voidShulkerBoxBlockEntity. 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 voidShulkerBoxBlockEntityRenderer. 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 ShulkerBoxBlockEntityBuiltinModelItemRenderer. RENDER_SHULKER_BOXprivate static ShulkerBoxBlockEntity[]BuiltinModelItemRenderer. RENDER_SHULKER_BOX_DYED