Uses of Enum Class
net.minecraft.block.enums.StructureBlockMode
Package
Description
-
Uses of StructureBlockMode in net.minecraft.block
-
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 ImmutableList<StructureBlockMode>
StructureBlockScreen.MODES
private static ImmutableList<StructureBlockMode>
StructureBlockScreen.MODES_EXCEPT_DATA
Modifier and TypeMethodDescriptionprivate void
StructureBlockScreen.updateWidgets(StructureBlockMode mode)
-
Uses of StructureBlockMode in net.minecraft.network.packet.c2s.play
ModifierConstructorDescriptionUpdateStructureBlockC2SPacket(BlockPos pos, StructureBlockBlockEntity.Action action, StructureBlockMode mode, String structureName, 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 EnumProperty<StructureBlockMode>
Properties.STRUCTURE_BLOCK_MODE
A property that specifies the mode of a structure block.