Uses of Class
net.minecraft.tileentity.StructureBlockTileEntity
Package
Description
-
Uses of StructureBlockTileEntity in net.minecraft.block
Modifier and TypeMethodDescriptionprivate void
StructureBlock.trigger
(ServerWorld p_242679_1_, StructureBlockTileEntity p_242679_2_) -
Uses of StructureBlockTileEntity in net.minecraft.client.entity.player
Modifier and TypeMethodDescriptionvoid
ClientPlayerEntity.openStructureBlock
(StructureBlockTileEntity p_189807_1_) -
Uses of StructureBlockTileEntity in net.minecraft.client.gui.screen
Modifier and TypeFieldDescriptionprivate final StructureBlockTileEntity
EditStructureScreen.structure
-
Uses of StructureBlockTileEntity in net.minecraft.client.renderer.tileentity
Modifier and TypeMethodDescriptionvoid
StructureTileEntityRenderer.render
(StructureBlockTileEntity p_225616_1_, float p_225616_2_, MatrixStack p_225616_3_, IRenderTypeBuffer p_225616_4_, int p_225616_5_, int p_225616_6_) private void
StructureTileEntityRenderer.renderInvisibleBlocks
(StructureBlockTileEntity p_228880_1_, IVertexBuilder p_228880_2_, BlockPos p_228880_3_, boolean p_228880_4_, MatrixStack p_228880_5_) boolean
StructureTileEntityRenderer.shouldRenderOffScreen
(StructureBlockTileEntity p_188185_1_) -
Uses of StructureBlockTileEntity in net.minecraft.entity.player
Modifier and TypeMethodDescriptionvoid
PlayerEntity.openStructureBlock
(StructureBlockTileEntity p_189807_1_) -
Uses of StructureBlockTileEntity in net.minecraft.test
Modifier and TypeMethodDescriptionprivate static StructureBlockTileEntity
StructureHelper.createStructureBlock
(String p_240566_0_, BlockPos p_240566_1_, Rotation p_240566_2_, ServerWorld p_240566_3_, boolean p_240566_4_) static StructureBlockTileEntity
StructureHelper.spawnStructure
(String p_240565_0_, BlockPos p_240565_1_, Rotation p_240565_2_, int p_240565_3_, ServerWorld p_240565_4_, boolean p_240565_5_) Modifier and TypeMethodDescriptionstatic MutableBoundingBox
StructureHelper.getStructureBoundingBox
(StructureBlockTileEntity p_240568_0_) static AxisAlignedBB
StructureHelper.getStructureBounds
(StructureBlockTileEntity p_229594_0_) -
Uses of StructureBlockTileEntity in net.minecraft.tileentity
Modifier and TypeFieldDescriptionstatic final TileEntityType<StructureBlockTileEntity>
TileEntityType.STRUCTURE_BLOCK
Modifier and TypeMethodDescriptionprivate List<StructureBlockTileEntity>
StructureBlockTileEntity.filterRelatedCornerBlocks
(List<StructureBlockTileEntity> p_184415_1_) private List<StructureBlockTileEntity>
StructureBlockTileEntity.getNearbyCornerBlocks
(BlockPos p_184418_1_, BlockPos p_184418_2_) Modifier and TypeMethodDescriptionprivate MutableBoundingBox
StructureBlockTileEntity.calculateEnclosingBoundingBox
(BlockPos p_184416_1_, List<StructureBlockTileEntity> p_184416_2_) private List<StructureBlockTileEntity>
StructureBlockTileEntity.filterRelatedCornerBlocks
(List<StructureBlockTileEntity> p_184415_1_)