Uses of Class
net.minecraft.block.entity.StructureBlockBlockEntity
Packages that use StructureBlockBlockEntity
Package
Description
-
Uses of StructureBlockBlockEntity in net.minecraft.block
Methods in net.minecraft.block with parameters of type StructureBlockBlockEntityModifier and TypeMethodDescriptionprivate void
StructureBlock.doAction
(ServerWorld world, StructureBlockBlockEntity blockEntity) -
Uses of StructureBlockBlockEntity in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type StructureBlockBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType
<StructureBlockBlockEntity> BlockEntityType.STRUCTURE_BLOCK
-
Uses of StructureBlockBlockEntity in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as StructureBlockBlockEntityModifier and TypeFieldDescriptionprivate final StructureBlockBlockEntity
StructureBlockScreen.structureBlock
Constructors in net.minecraft.client.gui.screen.ingame with parameters of type StructureBlockBlockEntity -
Uses of StructureBlockBlockEntity in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type StructureBlockBlockEntityModifier and TypeMethodDescriptionvoid
ClientPlayerEntity.openStructureBlockScreen
(StructureBlockBlockEntity structureBlock) -
Uses of StructureBlockBlockEntity in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type StructureBlockBlockEntityModifier and TypeMethodDescriptionvoid
PlayerEntity.openStructureBlockScreen
(StructureBlockBlockEntity structureBlock)