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 StructureBlockModeStructureBlockBlockEntity. modeMethods in net.minecraft.block.entity that return StructureBlockMode Modifier and Type Method Description StructureBlockModeStructureBlockBlockEntity. getMode()Methods in net.minecraft.block.entity with parameters of type StructureBlockMode Modifier and Type Method Description voidStructureBlockBlockEntity. 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 StructureBlockModeStructureBlockMode. 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 StructureBlockModeStructureBlockScreen. modeFields in net.minecraft.client.gui.screen.ingame with type parameters of type StructureBlockMode Modifier and Type Field Description private static ImmutableList<StructureBlockMode>StructureBlockScreen. MODESprivate static ImmutableList<StructureBlockMode>StructureBlockScreen. MODES_EXCEPT_DATAMethods in net.minecraft.client.gui.screen.ingame with parameters of type StructureBlockMode Modifier and Type Method Description private voidStructureBlockScreen. 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 StructureBlockModeUpdateStructureBlockC2SPacket. modeMethods in net.minecraft.network.packet.c2s.play that return StructureBlockMode Modifier and Type Method Description StructureBlockModeUpdateStructureBlockC2SPacket. 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_MODEA property that specifies the mode of a structure block.