Uses of Class
net.minecraft.tileentity.StructureBlockTileEntity
-
-
Uses of StructureBlockTileEntity in net.minecraft.block
Methods in net.minecraft.block with parameters of type StructureBlockTileEntity Modifier and Type Method Description private void
StructureBlock. 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 StructureBlockTileEntity Modifier and Type Method Description void
ClientPlayerEntity. openStructureBlock(StructureBlockTileEntity p_189807_1_)
-
Uses of StructureBlockTileEntity in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as StructureBlockTileEntity Modifier and Type Field Description private StructureBlockTileEntity
EditStructureScreen. structure
Constructors in net.minecraft.client.gui.screen with parameters of type StructureBlockTileEntity Constructor Description EditStructureScreen(StructureBlockTileEntity p_i47142_1_)
-
Uses of StructureBlockTileEntity in net.minecraft.client.renderer.tileentity
Methods in net.minecraft.client.renderer.tileentity with parameters of type StructureBlockTileEntity Modifier and Type Method Description void
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
Methods in net.minecraft.entity.player with parameters of type StructureBlockTileEntity Modifier and Type Method Description void
PlayerEntity. openStructureBlock(StructureBlockTileEntity p_189807_1_)
-
Uses of StructureBlockTileEntity in net.minecraft.test
Methods in net.minecraft.test that return StructureBlockTileEntity Modifier and Type Method Description private static StructureBlockTileEntity
StructureHelper. createStructureBlock(java.lang.String p_240566_0_, BlockPos p_240566_1_, Rotation p_240566_2_, ServerWorld p_240566_3_, boolean p_240566_4_)
static StructureBlockTileEntity
StructureHelper. spawnStructure(java.lang.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 StructureBlockTileEntity Modifier and Type Method Description static MutableBoundingBox
StructureHelper. getStructureBoundingBox(StructureBlockTileEntity p_240568_0_)
static AxisAlignedBB
StructureHelper. getStructureBounds(StructureBlockTileEntity p_229594_0_)
-
Uses of StructureBlockTileEntity in net.minecraft.tileentity
Fields in net.minecraft.tileentity with type parameters of type StructureBlockTileEntity Modifier and Type Field Description static TileEntityType<StructureBlockTileEntity>
TileEntityType. STRUCTURE_BLOCK
Methods in net.minecraft.tileentity that return types with arguments of type StructureBlockTileEntity Modifier and Type Method Description private java.util.List<StructureBlockTileEntity>
StructureBlockTileEntity. filterRelatedCornerBlocks(java.util.List<StructureBlockTileEntity> p_184415_1_)
private java.util.List<StructureBlockTileEntity>
StructureBlockTileEntity. getNearbyCornerBlocks(BlockPos p_184418_1_, BlockPos p_184418_2_)
Method parameters in net.minecraft.tileentity with type arguments of type StructureBlockTileEntity Modifier and Type Method Description private MutableBoundingBox
StructureBlockTileEntity. calculateEnclosingBoundingBox(BlockPos p_184416_1_, java.util.List<StructureBlockTileEntity> p_184416_2_)
private java.util.List<StructureBlockTileEntity>
StructureBlockTileEntity. filterRelatedCornerBlocks(java.util.List<StructureBlockTileEntity> p_184415_1_)
-