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.inventory
Fields 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.player
Methods in net.minecraft.client.player with parameters of type StructureBlockEntityModifier and TypeMethodDescriptionvoidLocalPlayer.openStructureBlock(StructureBlockEntity pStructure) -
Uses of StructureBlockEntity in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player with parameters of type StructureBlockEntityModifier and TypeMethodDescriptionvoidPlayer.openStructureBlock(StructureBlockEntity pStructureEntity) -
Uses of StructureBlockEntity in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block with parameters of type StructureBlockEntityModifier and TypeMethodDescriptionprivate voidStructureBlock.trigger(ServerLevel pLevel, StructureBlockEntity pBlockEntity) -
Uses of StructureBlockEntity in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity with type parameters of type StructureBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<StructureBlockEntity> BlockEntityType.STRUCTURE_BLOCK