Uses of Class
net.minecraft.block.enums.StructureBlockMode
-
Uses of StructureBlockMode in net.minecraft.block
Fields in net.minecraft.block with type parameters of type StructureBlockMode Modifier and Type Field Description static EnumProperty<StructureBlockMode>
StructureBlock. MODE
-
Uses of StructureBlockMode in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as StructureBlockMode Modifier and Type Field Description private StructureBlockMode
StructureBlockBlockEntity. mode
Methods in net.minecraft.block.entity that return StructureBlockMode Modifier and Type Method Description StructureBlockMode
StructureBlockBlockEntity. getMode()
Methods in net.minecraft.block.entity with parameters of type StructureBlockMode Modifier and Type Method Description void
StructureBlockBlockEntity. setMode(StructureBlockMode mode)
-
Uses of StructureBlockMode in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return StructureBlockMode Modifier and Type Method Description static StructureBlockMode
StructureBlockMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static StructureBlockMode[]
StructureBlockMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StructureBlockMode in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as StructureBlockMode Modifier and Type Field Description private StructureBlockMode
StructureBlockScreen. mode
Fields in net.minecraft.client.gui.screen.ingame with type parameters of type StructureBlockMode Modifier and Type Field Description private static ImmutableList<StructureBlockMode>
StructureBlockScreen. MODES
private static ImmutableList<StructureBlockMode>
StructureBlockScreen. MODES_EXCEPT_DATA
Methods in net.minecraft.client.gui.screen.ingame with parameters of type StructureBlockMode Modifier and Type Method Description private void
StructureBlockScreen. method_32650(StructureBlockMode structureBlockMode)
-
Uses of StructureBlockMode in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as StructureBlockMode Modifier and Type Field Description private StructureBlockMode
UpdateStructureBlockC2SPacket. mode
Methods in net.minecraft.network.packet.c2s.play that return StructureBlockMode Modifier and Type Method Description StructureBlockMode
UpdateStructureBlockC2SPacket. getMode()
Constructors in net.minecraft.network.packet.c2s.play with parameters of type StructureBlockMode 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)
-
Uses of StructureBlockMode in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type StructureBlockMode Modifier and Type Field Description static EnumProperty<StructureBlockMode>
Properties. STRUCTURE_BLOCK_MODE
A property that specifies the mode of a structure block.