Uses of Enum Class
net.minecraft.world.level.block.state.properties.StructureMode
Packages that use StructureMode
Package
Description
-
Uses of StructureMode in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory declared as StructureModeFields in net.minecraft.client.gui.screens.inventory with type parameters of type StructureModeModifier and TypeFieldDescriptionprivate static final com.google.common.collect.ImmutableList<StructureMode> StructureBlockEditScreen.ALL_MODESprivate static final com.google.common.collect.ImmutableList<StructureMode> StructureBlockEditScreen.DEFAULT_MODESMethods in net.minecraft.client.gui.screens.inventory with parameters of type StructureModeModifier and TypeMethodDescriptionprivate voidStructureBlockEditScreen.updateMode(StructureMode structureMode) -
Uses of StructureMode in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as StructureModeModifier and TypeFieldDescriptionprivate final StructureModeServerboundSetStructureBlockPacket.modeMethods in net.minecraft.network.protocol.game that return StructureModeConstructors in net.minecraft.network.protocol.game with parameters of type StructureModeModifierConstructorDescriptionServerboundSetStructureBlockPacket(BlockPos pos, StructureBlockEntity.UpdateType updateType, StructureMode mode, String name, BlockPos offset, Vec3i size, Mirror mirror, Rotation rotation, String data, boolean ignoreEntities, boolean showAir, boolean showBoundingBox, float integrity, long seed) -
Uses of StructureMode in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type StructureMode -
Uses of StructureMode in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity declared as StructureModeMethods in net.minecraft.world.level.block.entity that return StructureModeMethods in net.minecraft.world.level.block.entity with parameters of type StructureMode -
Uses of StructureMode in net.minecraft.world.level.block.state.properties
Fields in net.minecraft.world.level.block.state.properties with type parameters of type StructureModeModifier and TypeFieldDescriptionstatic final EnumProperty<StructureMode> BlockStateProperties.STRUCTUREBLOCK_MODEMethods in net.minecraft.world.level.block.state.properties that return StructureModeModifier and TypeMethodDescriptionstatic StructureModeReturns the enum constant of this class with the specified name.static StructureMode[]StructureMode.values()Returns an array containing the constants of this enum class, in the order they are declared.