Uses of Class
net.minecraft.block.entity.StructureBlockBlockEntity
Packages that use StructureBlockBlockEntity
Package
Description
-
Uses of StructureBlockBlockEntity in net.minecraft.block
Methods in net.minecraft.block with parameters of type StructureBlockBlockEntityModifier and TypeMethodDescriptionprivate void
StructureBlock.doAction(ServerWorld world, StructureBlockBlockEntity blockEntity)
-
Uses of StructureBlockBlockEntity in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type StructureBlockBlockEntity -
Uses of StructureBlockBlockEntity in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as StructureBlockBlockEntityModifier and TypeFieldDescriptionprivate StructureBlockBlockEntity
StructureBlockScreen.structureBlock
Constructors in net.minecraft.client.gui.screen.ingame with parameters of type StructureBlockBlockEntity -
Uses of StructureBlockBlockEntity in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type StructureBlockBlockEntityModifier and TypeMethodDescriptionvoid
ClientPlayerEntity.openStructureBlockScreen(StructureBlockBlockEntity structureBlock)
-
Uses of StructureBlockBlockEntity in net.minecraft.client.render.block.entity
Methods in net.minecraft.client.render.block.entity with parameters of type StructureBlockBlockEntityModifier and TypeMethodDescriptionvoid
StructureBlockBlockEntityRenderer.render(StructureBlockBlockEntity structureBlockBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)
private void
StructureBlockBlockEntityRenderer.renderInvisibleBlocks(StructureBlockBlockEntity entity, VertexConsumer vertices, BlockPos pos, MatrixStack matrixStack)
boolean
StructureBlockBlockEntityRenderer.rendersOutsideBoundingBox(StructureBlockBlockEntity structureBlockBlockEntity)
-
Uses of StructureBlockBlockEntity in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type StructureBlockBlockEntityModifier and TypeMethodDescriptionvoid
PlayerEntity.openStructureBlockScreen(StructureBlockBlockEntity structureBlock)
-
Uses of StructureBlockBlockEntity in net.minecraft.test
Fields in net.minecraft.test declared as StructureBlockBlockEntityModifier and TypeFieldDescriptionprivate @Nullable StructureBlockBlockEntity
GameTestState.structureBlockEntity
Methods in net.minecraft.test that return StructureBlockBlockEntityModifier and TypeMethodDescriptionstatic StructureBlockBlockEntity
StructureTestUtil.createStructure(String structureName, BlockPos pos, BlockRotation rotation, int int2, ServerWorld world, boolean bool)
private @Nullable StructureBlockBlockEntity
GameTestState.getStructureBlockBlockEntity()
private static StructureBlockBlockEntity
StructureTestUtil.placeStructure(String name, BlockPos pos, BlockRotation rotation, ServerWorld world, boolean bool)
Methods in net.minecraft.test with parameters of type StructureBlockBlockEntityModifier and TypeMethodDescriptionstatic BlockBox
StructureTestUtil.getStructureBlockBox(StructureBlockBlockEntity structureBlockEntity)
static Box
StructureTestUtil.getStructureBoundingBox(StructureBlockBlockEntity structureBlockEntity)