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 structure) -
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 blockEntity, float partialTick, PoseStack poseStack, MultiBufferSource bufferSource, int packedLight, int packedOverlay) private void
StructureBlockRenderer.renderInvisibleBlocks
(StructureBlockEntity blockEntity, MultiBufferSource bufferSource, PoseStack poseStack) private void
StructureBlockRenderer.renderStructureVoids
(StructureBlockEntity blockEntity, VertexConsumer buffer, PoseStack poseStack) boolean
StructureBlockRenderer.shouldRenderOffScreen
(StructureBlockEntity blockEntity) -
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 gameTestInfo, BlockPos pos, Rotation rotation, ServerLevel level) GameTestInfo.getStructureBlockEntity()
static StructureBlockEntity
StructureUtils.prepareTestStructure
(GameTestInfo gameTestInfo, BlockPos pos, Rotation rotation, ServerLevel level) Methods in net.minecraft.gametest.framework with parameters of type StructureBlockEntityModifier and TypeMethodDescriptionstatic BoundingBox
StructureUtils.getStructureBoundingBox
(StructureBlockEntity structureBlockEntity) static AABB
StructureUtils.getStructureBounds
(StructureBlockEntity structureBlockEntity) static BlockPos
StructureUtils.getStructureOrigin
(StructureBlockEntity structureBlockEntity) (package private) static int
TestCommand.saveAndExportTestStructure
(CommandSourceStack source, StructureBlockEntity structureBlockEntity) -
Uses of StructureBlockEntity in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player with parameters of type StructureBlockEntityModifier and TypeMethodDescriptionvoid
Player.openStructureBlock
(StructureBlockEntity structureEntity) -
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 level, StructureBlockEntity blockEntity) -
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