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 StructureBlockBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType
<StructureBlockBlockEntity> BlockEntityType.STRUCTURE_BLOCK
-
Uses of StructureBlockBlockEntity in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as StructureBlockBlockEntityModifier and TypeFieldDescriptionprivate final 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 TypeMethodDescriptionprivate void
StructureBlockBlockEntityRenderer.method_61047
(StructureBlockBlockEntity entity, VertexConsumer vertexConsumer, MatrixStack matrices) void
StructureBlockBlockEntityRenderer.render
(StructureBlockBlockEntity structureBlockBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3) private void
StructureBlockBlockEntityRenderer.renderInvisibleBlocks
(StructureBlockBlockEntity entity, VertexConsumerProvider vertexConsumers, MatrixStack matrices) 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.server.command
Methods in net.minecraft.server.command with parameters of type StructureBlockBlockEntityModifier and TypeMethodDescription(package private) static int
TestCommand.export
(ServerCommandSource source, StructureBlockBlockEntity blockEntity) -
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 TypeMethodDescriptionGameTestState.getStructureBlockBlockEntity()
static StructureBlockBlockEntity
StructureTestUtil.initStructure
(GameTestState state, BlockPos pos, BlockRotation rotation, ServerWorld world) private static StructureBlockBlockEntity
StructureTestUtil.placeStructureTemplate
(GameTestState state, BlockPos pos, BlockRotation rotation, ServerWorld world) Methods in net.minecraft.test with parameters of type StructureBlockBlockEntityModifier and TypeMethodDescriptionstatic BlockPos
StructureTestUtil.getOrigin
(StructureBlockBlockEntity structureBlockEntity) static BlockBox
StructureTestUtil.getStructureBlockBox
(StructureBlockBlockEntity structureBlockEntity) static Box
StructureTestUtil.getStructureBoundingBox
(StructureBlockBlockEntity structureBlockEntity)