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 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) voidStructureBlockRenderer.render(StructureBlockEntity p_112583_, float p_112584_, PoseStack p_112585_, MultiBufferSource p_112586_, int p_112587_, int p_112588_) private voidStructureBlockRenderer.renderInvisibleBlocks(StructureBlockEntity p_173677_, MultiBufferSource p_352319_, PoseStack p_173680_) private voidStructureBlockRenderer.renderStructureVoids(StructureBlockEntity p_352299_, VertexConsumer p_352113_, PoseStack p_352426_) booleanStructureBlockRenderer.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 StructureBlockEntityStructureUtils.createStructureBlock(GameTestInfo p_312256_, BlockPos p_127892_, Rotation p_127893_, ServerLevel p_127894_) GameTestInfo.getStructureBlockEntity()static StructureBlockEntityStructureUtils.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 BoundingBoxStructureUtils.getStructureBoundingBox(StructureBlockEntity p_127905_) static AABBStructureUtils.getStructureBounds(StructureBlockEntity p_127848_) static BlockPosStructureUtils.getStructureOrigin(StructureBlockEntity p_308940_) (package private) static intTestCommand.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 voidStructureBlock.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