Uses of Class
net.minecraft.world.level.block.entity.StructureBlockEntity
Packages that use StructureBlockEntity
Package
Description
-
Uses of StructureBlockEntity in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory declared as StructureBlockEntityModifier and TypeFieldDescriptionprivate final StructureBlockEntity
StructureBlockEditScreen.structure
Constructors in net.minecraft.client.gui.screens.inventory with parameters of type StructureBlockEntity -
Uses of StructureBlockEntity in net.minecraft.client.player
Methods in net.minecraft.client.player with parameters of type StructureBlockEntityModifier and TypeMethodDescriptionvoid
LocalPlayer.openStructureBlock
(StructureBlockEntity p_108686_) -
Uses of StructureBlockEntity in net.minecraft.client.renderer.blockentity
Methods in net.minecraft.client.renderer.blockentity with parameters of type StructureBlockEntityModifier 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
Fields in net.minecraft.gametest.framework declared as StructureBlockEntityMethods in net.minecraft.gametest.framework that return StructureBlockEntityModifier and TypeMethodDescriptionprivate static StructureBlockEntity
StructureUtils.createStructureBlock
(GameTestInfo p_312256_, BlockPos p_127892_, Rotation p_127893_, ServerLevel p_127894_) private StructureBlockEntity
GameTestInfo.getStructureBlockEntity()
static StructureBlockEntity
StructureUtils.prepareTestStructure
(GameTestInfo p_312267_, BlockPos p_309600_, Rotation p_309541_, ServerLevel p_309609_) Methods in net.minecraft.gametest.framework with parameters of type StructureBlockEntityModifier and TypeMethodDescriptionstatic BoundingBox
StructureUtils.getStructureBoundingBox
(StructureBlockEntity p_127905_) static AABB
StructureUtils.getStructureBounds
(StructureBlockEntity p_127848_) static BlockPos
StructureUtils.getStructureOrigin
(StructureBlockEntity p_308940_) private static int
TestCommand.saveAndExportTestStructure
(CommandSourceStack p_309558_, StructureBlockEntity p_309587_) -
Uses of StructureBlockEntity in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player with parameters of type StructureBlockEntity -
Uses of StructureBlockEntity in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block with parameters of type StructureBlockEntityModifier and TypeMethodDescriptionprivate void
StructureBlock.trigger
(ServerLevel p_57115_, StructureBlockEntity p_57116_) -
Uses of StructureBlockEntity in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity with type parameters of type StructureBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<StructureBlockEntity>
BlockEntityType.STRUCTURE_BLOCK