Uses of Class
net.minecraft.world.level.block.entity.StructureBlockEntity
Package
Description
-
Uses of StructureBlockEntity in net.minecraft.client.gui.screens.inventory
Modifier and TypeFieldDescriptionprivate final StructureBlockEntity
StructureBlockEditScreen.structure
-
Uses of StructureBlockEntity in net.minecraft.client.player
Modifier and TypeMethodDescriptionvoid
LocalPlayer.openStructureBlock
(StructureBlockEntity p_108686_) -
Uses of StructureBlockEntity in net.minecraft.client.renderer.blockentity
Modifier and TypeMethodDescriptionStructureBlockRenderer.getRenderBoundingBox
(StructureBlockEntity blockEntity) void
StructureBlockRenderer.render
(StructureBlockEntity p_112583_, float p_112584_, PoseStack p_112585_, MultiBufferSource p_112586_, int p_112587_, int p_112588_) private void
StructureBlockRenderer.renderInvisibleBlocks
(StructureBlockEntity p_173677_, VertexConsumer p_173678_, BlockPos p_173679_, PoseStack p_173680_) boolean
StructureBlockRenderer.shouldRenderOffScreen
(StructureBlockEntity p_112581_) -
Uses of StructureBlockEntity in net.minecraft.gametest.framework
Modifier and TypeMethodDescriptionprivate static StructureBlockEntity
StructureUtils.createStructureBlock
(GameTestInfo p_312256_, BlockPos p_127892_, Rotation p_127893_, ServerLevel p_127894_) GameTestInfo.getStructureBlockEntity()
static StructureBlockEntity
StructureUtils.prepareTestStructure
(GameTestInfo p_312267_, BlockPos p_309600_, Rotation p_309541_, ServerLevel p_309609_) Modifier and TypeMethodDescriptionstatic BoundingBox
StructureUtils.getStructureBoundingBox
(StructureBlockEntity p_127905_) static AABB
StructureUtils.getStructureBounds
(StructureBlockEntity p_127848_) static BlockPos
StructureUtils.getStructureOrigin
(StructureBlockEntity p_308940_) (package private) static int
TestCommand.saveAndExportTestStructure
(CommandSourceStack p_309558_, StructureBlockEntity p_309587_) -
Uses of StructureBlockEntity in net.minecraft.world.entity.player
-
Uses of StructureBlockEntity in net.minecraft.world.level.block
Modifier and TypeMethodDescriptionprivate void
StructureBlock.trigger
(ServerLevel p_57115_, StructureBlockEntity p_57116_) -
Uses of StructureBlockEntity in net.minecraft.world.level.block.entity
Modifier and TypeFieldDescriptionstatic final BlockEntityType
<StructureBlockEntity> BlockEntityType.STRUCTURE_BLOCK