Uses of Class
net.minecraft.block.entity.StructureBlockBlockEntity.Action
Package | Description |
---|---|
net.minecraft.block.entity | |
net.minecraft.client.gui.screen.ingame | |
net.minecraft.network.packet.c2s.play |
-
Uses of StructureBlockBlockEntity.Action in net.minecraft.block.entity
Methods in net.minecraft.block.entity that return StructureBlockBlockEntity.Action Modifier and Type Method Description static StructureBlockBlockEntity.Action
StructureBlockBlockEntity.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static StructureBlockBlockEntity.Action[]
StructureBlockBlockEntity.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StructureBlockBlockEntity.Action in net.minecraft.client.gui.screen.ingame
Methods in net.minecraft.client.gui.screen.ingame with parameters of type StructureBlockBlockEntity.Action Modifier and Type Method Description private boolean
StructureBlockScreen. updateStructureBlock(StructureBlockBlockEntity.Action action)
-
Uses of StructureBlockBlockEntity.Action in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as StructureBlockBlockEntity.Action Modifier and Type Field Description private StructureBlockBlockEntity.Action
UpdateStructureBlockC2SPacket. action
Methods in net.minecraft.network.packet.c2s.play that return StructureBlockBlockEntity.Action Modifier and Type Method Description StructureBlockBlockEntity.Action
UpdateStructureBlockC2SPacket. getAction()
Constructors in net.minecraft.network.packet.c2s.play with parameters of type StructureBlockBlockEntity.Action Constructor Description UpdateStructureBlockC2SPacket(BlockPos pos, StructureBlockBlockEntity.Action action, StructureBlockMode mode, String structureName, BlockPos offset, Vec3i vec3i, BlockMirror mirror, BlockRotation rotation, String metadata, boolean ignoreEntities, boolean showAir, boolean showBoundingBox, float integrity, long seed)