Uses of Enum Class
net.minecraft.block.enums.StructureBlockMode
Package
Description
-
Uses of StructureBlockMode in net.minecraft.block
Modifier and TypeFieldDescriptionstatic final EnumProperty<StructureBlockMode>
StructureBlock.MODE
-
Uses of StructureBlockMode in net.minecraft.block.entity
Modifier and TypeMethodDescriptionvoid
StructureBlockBlockEntity.setMode
(StructureBlockMode mode) -
Uses of StructureBlockMode in net.minecraft.block.enums
Modifier and TypeMethodDescriptionstatic StructureBlockMode
Returns the enum constant of this class with the specified name.static StructureBlockMode[]
StructureBlockMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StructureBlockMode in net.minecraft.client.gui.screen.ingame
Modifier and TypeFieldDescriptionprivate static final ImmutableList<StructureBlockMode>
StructureBlockScreen.MODES
private static final ImmutableList<StructureBlockMode>
StructureBlockScreen.MODES_EXCEPT_DATA
Modifier and TypeMethodDescriptionprivate void
StructureBlockScreen.updateWidgets
(StructureBlockMode mode) -
Uses of StructureBlockMode in net.minecraft.network.packet.c2s.play
Modifier and TypeFieldDescriptionprivate final StructureBlockMode
UpdateStructureBlockC2SPacket.mode
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) -
Uses of StructureBlockMode in net.minecraft.state.property
Modifier and TypeFieldDescriptionstatic final EnumProperty<StructureBlockMode>
Properties.STRUCTURE_BLOCK_MODE
A property that specifies the mode of a structure block.