Uses of Class
net.minecraft.world.level.block.entity.StructureBlockEntity
Package
Description
-
Uses of StructureBlockEntity in net.minecraft.client.gui.screens.inventory
-
Uses of StructureBlockEntity in net.minecraft.client.player
Modifier and TypeMethodDescriptionvoid
LocalPlayer.openStructureBlock(StructureBlockEntity p_108686_)
-
Uses of StructureBlockEntity in net.minecraft.client.renderer.blockentity
Modifier and TypeMethodDescriptionvoid
StructureBlockRenderer.render(StructureBlockEntity p_112583_, float p_112584_, PoseStack p_112585_, MultiBufferSource p_112586_, int p_112587_, int p_112588_)
private void
StructureBlockRenderer.renderInvisibleBlocks(StructureBlockEntity p_173677_, VertexConsumer p_173678_, BlockPos p_173679_, PoseStack p_173680_)
boolean
StructureBlockRenderer.shouldRenderOffScreen(StructureBlockEntity p_112581_)
-
Uses of StructureBlockEntity in net.minecraft.gametest.framework
Modifier and TypeMethodDescriptionprivate static StructureBlockEntity
StructureUtils.createStructureBlock(String p_127891_, BlockPos p_127892_, Rotation p_127893_, ServerLevel p_127894_, boolean p_127895_)
private StructureBlockEntity
GameTestInfo.getStructureBlockEntity()
static StructureBlockEntity
StructureUtils.spawnStructure(String p_127884_, BlockPos p_127885_, Rotation p_127886_, int p_127887_, ServerLevel p_127888_, boolean p_127889_)
Modifier and TypeMethodDescriptionstatic BoundingBox
StructureUtils.getStructureBoundingBox(StructureBlockEntity p_127905_)
static AABB
StructureUtils.getStructureBounds(StructureBlockEntity p_127848_)
-
Uses of StructureBlockEntity in net.minecraft.world.entity.player
-
Uses of StructureBlockEntity in net.minecraft.world.level.block
Modifier and TypeMethodDescriptionprivate void
StructureBlock.trigger(ServerLevel p_57115_, StructureBlockEntity p_57116_)
-
Uses of StructureBlockEntity in net.minecraft.world.level.block.entity
Modifier and TypeFieldDescriptionstatic BlockEntityType<StructureBlockEntity>
BlockEntityType.STRUCTURE_BLOCK