Uses of Class
net.minecraft.block.entity.StructureBlockBlockEntity
Packages that use StructureBlockBlockEntity
Package
Description
- 
Uses of StructureBlockBlockEntity in net.minecraft.blockMethods in net.minecraft.block with parameters of type StructureBlockBlockEntityModifier and TypeMethodDescriptionprivate voidStructureBlock.doAction(ServerWorld world, StructureBlockBlockEntity blockEntity) 
- 
Uses of StructureBlockBlockEntity in net.minecraft.block.entityFields in net.minecraft.block.entity with type parameters of type StructureBlockBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<StructureBlockBlockEntity>BlockEntityType.STRUCTURE_BLOCK
- 
Uses of StructureBlockBlockEntity in net.minecraft.client.gui.screen.ingameFields in net.minecraft.client.gui.screen.ingame declared as StructureBlockBlockEntityModifier and TypeFieldDescriptionprivate final StructureBlockBlockEntityStructureBlockScreen.structureBlockConstructors in net.minecraft.client.gui.screen.ingame with parameters of type StructureBlockBlockEntity
- 
Uses of StructureBlockBlockEntity in net.minecraft.client.networkMethods in net.minecraft.client.network with parameters of type StructureBlockBlockEntityModifier and TypeMethodDescriptionvoidClientPlayerEntity.openStructureBlockScreen(StructureBlockBlockEntity structureBlock) 
- 
Uses of StructureBlockBlockEntity in net.minecraft.client.render.block.entityMethods in net.minecraft.client.render.block.entity with parameters of type StructureBlockBlockEntityModifier and TypeMethodDescriptionvoidStructureBlockBlockEntityRenderer.render(StructureBlockBlockEntity structureBlockBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3) private voidStructureBlockBlockEntityRenderer.renderInvisibleBlocks(StructureBlockBlockEntity entity, VertexConsumer vertices, BlockPos pos, MatrixStack matrices) booleanStructureBlockBlockEntityRenderer.rendersOutsideBoundingBox(StructureBlockBlockEntity structureBlockBlockEntity) 
- 
Uses of StructureBlockBlockEntity in net.minecraft.entity.playerMethods in net.minecraft.entity.player with parameters of type StructureBlockBlockEntityModifier and TypeMethodDescriptionvoidPlayerEntity.openStructureBlockScreen(StructureBlockBlockEntity structureBlock) 
- 
Uses of StructureBlockBlockEntity in net.minecraft.testFields in net.minecraft.test declared as StructureBlockBlockEntityModifier and TypeFieldDescriptionprivate @Nullable StructureBlockBlockEntityGameTestState.structureBlockEntityMethods in net.minecraft.test that return StructureBlockBlockEntityModifier and TypeMethodDescriptionstatic StructureBlockBlockEntityStructureTestUtil.createStructureTemplate(String templateName, BlockPos pos, BlockRotation rotation, int int2, ServerWorld world, boolean interactive) private @Nullable StructureBlockBlockEntityGameTestState.getStructureBlockBlockEntity()private static StructureBlockBlockEntityStructureTestUtil.placeStructureTemplate(String name, BlockPos pos, BlockRotation rotation, ServerWorld world, boolean bool) Methods in net.minecraft.test with parameters of type StructureBlockBlockEntityModifier and TypeMethodDescriptionstatic BlockBoxStructureTestUtil.getStructureBlockBox(StructureBlockBlockEntity structureBlockEntity) static BoxStructureTestUtil.getStructureBoundingBox(StructureBlockBlockEntity structureBlockEntity)