Uses of Enum Class
net.minecraft.block.entity.StructureBlockBlockEntity.Action
Package
Description
-
Uses of StructureBlockBlockEntity.Action in net.minecraft.block.entity
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static StructureBlockBlockEntity.Action[]
StructureBlockBlockEntity.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StructureBlockBlockEntity.Action in net.minecraft.client.gui.screen.ingame
Modifier and TypeMethodDescriptionprivate boolean
StructureBlockScreen.updateStructureBlock
(StructureBlockBlockEntity.Action action) -
Uses of StructureBlockBlockEntity.Action in net.minecraft.network.packet.c2s.play
Modifier and TypeFieldDescriptionprivate final StructureBlockBlockEntity.Action
UpdateStructureBlockC2SPacket.action
ModifierConstructorDescriptionUpdateStructureBlockC2SPacket
(BlockPos pos, StructureBlockBlockEntity.Action action, StructureBlockMode mode, String templateName, BlockPos offset, Vec3i size, BlockMirror mirror, BlockRotation rotation, String metadata, boolean ignoreEntities, boolean showAir, boolean showBoundingBox, float integrity, long seed)