Uses of Class
net.minecraft.tileentity.StructureBlockTileEntity
Packages that use StructureBlockTileEntity
Package
Description
- 
Uses of StructureBlockTileEntity in net.minecraft.block
Methods in net.minecraft.block with parameters of type StructureBlockTileEntityModifier and TypeMethodDescriptionprivate voidStructureBlock.trigger(ServerWorld p_242679_1_, StructureBlockTileEntity p_242679_2_)  - 
Uses of StructureBlockTileEntity in net.minecraft.client.entity.player
Methods in net.minecraft.client.entity.player with parameters of type StructureBlockTileEntityModifier and TypeMethodDescriptionvoidClientPlayerEntity.openStructureBlock(StructureBlockTileEntity p_189807_1_)  - 
Uses of StructureBlockTileEntity in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as StructureBlockTileEntityModifier and TypeFieldDescriptionprivate final StructureBlockTileEntityEditStructureScreen.structureConstructors in net.minecraft.client.gui.screen with parameters of type StructureBlockTileEntity - 
Uses of StructureBlockTileEntity in net.minecraft.client.renderer.tileentity
Methods in net.minecraft.client.renderer.tileentity with parameters of type StructureBlockTileEntityModifier and TypeMethodDescriptionvoidStructureTileEntityRenderer.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 voidStructureTileEntityRenderer.renderInvisibleBlocks(StructureBlockTileEntity p_228880_1_, IVertexBuilder p_228880_2_, BlockPos p_228880_3_, boolean p_228880_4_, MatrixStack p_228880_5_) booleanStructureTileEntityRenderer.shouldRenderOffScreen(StructureBlockTileEntity p_188185_1_)  - 
Uses of StructureBlockTileEntity in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type StructureBlockTileEntityModifier and TypeMethodDescriptionvoidPlayerEntity.openStructureBlock(StructureBlockTileEntity p_189807_1_)  - 
Uses of StructureBlockTileEntity in net.minecraft.test
Methods in net.minecraft.test that return StructureBlockTileEntityModifier and TypeMethodDescriptionprivate static StructureBlockTileEntityStructureHelper.createStructureBlock(String p_240566_0_, BlockPos p_240566_1_, Rotation p_240566_2_, ServerWorld p_240566_3_, boolean p_240566_4_) static StructureBlockTileEntityStructureHelper.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_) Methods in net.minecraft.test with parameters of type StructureBlockTileEntityModifier and TypeMethodDescriptionstatic MutableBoundingBoxStructureHelper.getStructureBoundingBox(StructureBlockTileEntity p_240568_0_) static AxisAlignedBBStructureHelper.getStructureBounds(StructureBlockTileEntity p_229594_0_)  - 
Uses of StructureBlockTileEntity in net.minecraft.tileentity
Fields in net.minecraft.tileentity with type parameters of type StructureBlockTileEntityModifier and TypeFieldDescriptionstatic final TileEntityType<StructureBlockTileEntity>TileEntityType.STRUCTURE_BLOCKMethods in net.minecraft.tileentity that return types with arguments of type StructureBlockTileEntityModifier and TypeMethodDescriptionprivate List<StructureBlockTileEntity>StructureBlockTileEntity.filterRelatedCornerBlocks(List<StructureBlockTileEntity> p_184415_1_) private List<StructureBlockTileEntity>StructureBlockTileEntity.getNearbyCornerBlocks(BlockPos p_184418_1_, BlockPos p_184418_2_) Method parameters in net.minecraft.tileentity with type arguments of type StructureBlockTileEntityModifier and TypeMethodDescriptionprivate MutableBoundingBoxStructureBlockTileEntity.calculateEnclosingBoundingBox(BlockPos p_184416_1_, List<StructureBlockTileEntity> p_184416_2_) private List<StructureBlockTileEntity>StructureBlockTileEntity.filterRelatedCornerBlocks(List<StructureBlockTileEntity> p_184415_1_)