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 pStructure) -
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 pBlockEntity, float pPartialTick, PoseStack pPoseStack, MultiBufferSource pBufferSource, int pPackedLight, int pPackedOverlay) private void
StructureBlockRenderer.renderInvisibleBlocks
(StructureBlockEntity pBlockEntity, MultiBufferSource pBufferSource, PoseStack pPoseStack) private void
StructureBlockRenderer.renderStructureVoids
(StructureBlockEntity pBlockEntity, VertexConsumer pBuffer, PoseStack pPoseStack) boolean
StructureBlockRenderer.shouldRenderOffScreen
(StructureBlockEntity pBlockEntity) -
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 pGameTestInfo, BlockPos pPos, Rotation pRotation, ServerLevel pLevel) GameTestInfo.getStructureBlockEntity()
static StructureBlockEntity
StructureUtils.prepareTestStructure
(GameTestInfo pGameTestInfo, BlockPos pPos, Rotation pRotation, ServerLevel pLevel) Methods in net.minecraft.gametest.framework with parameters of type StructureBlockEntityModifier and TypeMethodDescriptionstatic BoundingBox
StructureUtils.getStructureBoundingBox
(StructureBlockEntity pStructureBlockEntity) static AABB
StructureUtils.getStructureBounds
(StructureBlockEntity pStructureBlockEntity) static BlockPos
StructureUtils.getStructureOrigin
(StructureBlockEntity pStructureBlockEntity) (package private) static int
TestCommand.saveAndExportTestStructure
(CommandSourceStack pSource, StructureBlockEntity pStructureBlockEntity) -
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 pStructureEntity) -
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 pLevel, StructureBlockEntity pBlockEntity) -
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