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 StructureBlockEntityStructureBlockEditScreen.structureConstructors 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 TypeMethodDescriptionvoidLocalPlayer.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) voidStructureBlockRenderer.render(StructureBlockEntity blockEntity, float partialTick, PoseStack poseStack, MultiBufferSource bufferSource, int packedLight, int packedOverlay) private voidStructureBlockRenderer.renderInvisibleBlocks(StructureBlockEntity blockEntity, MultiBufferSource bufferSource, PoseStack poseStack) private voidStructureBlockRenderer.renderStructureVoids(StructureBlockEntity blockEntity, VertexConsumer buffer, PoseStack poseStack) booleanStructureBlockRenderer.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 StructureBlockEntityStructureUtils.createStructureBlock(GameTestInfo gameTestInfo, BlockPos pos, Rotation rotation, ServerLevel level) GameTestInfo.getStructureBlockEntity()static StructureBlockEntityStructureUtils.prepareTestStructure(GameTestInfo gameTestInfo, BlockPos pos, Rotation rotation, ServerLevel level) Methods in net.minecraft.gametest.framework with parameters of type StructureBlockEntityModifier and TypeMethodDescriptionstatic BoundingBoxStructureUtils.getStructureBoundingBox(StructureBlockEntity structureBlockEntity) static AABBStructureUtils.getStructureBounds(StructureBlockEntity structureBlockEntity) static BlockPosStructureUtils.getStructureOrigin(StructureBlockEntity structureBlockEntity) (package private) static intTestCommand.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 TypeMethodDescriptionvoidPlayer.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 voidStructureBlock.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