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.inventoryFields 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.playerMethods in net.minecraft.client.player with parameters of type StructureBlockEntityModifier and TypeMethodDescriptionvoidLocalPlayer.openStructureBlock(StructureBlockEntity p_108686_) 
- 
Uses of StructureBlockEntity in net.minecraft.client.renderer.blockentityMethods 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_, VertexConsumer p_173678_, BlockPos p_173679_, PoseStack p_173680_) booleanStructureBlockRenderer.shouldRenderOffScreen(StructureBlockEntity p_112581_) 
- 
Uses of StructureBlockEntity in net.minecraft.gametest.frameworkFields 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_) private StructureBlockEntityGameTestInfo.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_) private static intTestCommand.saveAndExportTestStructure(CommandSourceStack p_309558_, StructureBlockEntity p_309587_) 
- 
Uses of StructureBlockEntity in net.minecraft.world.entity.playerMethods in net.minecraft.world.entity.player with parameters of type StructureBlockEntity
- 
Uses of StructureBlockEntity in net.minecraft.world.level.blockMethods 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.entityFields in net.minecraft.world.level.block.entity with type parameters of type StructureBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<StructureBlockEntity>BlockEntityType.STRUCTURE_BLOCK