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 ImmutableList<StructureMode> StructureBlockEditScreen.ALL_MODESprivate static final ImmutableList<StructureMode> StructureBlockEditScreen.DEFAULT_MODESMethods in net.minecraft.client.gui.screens.inventory with parameters of type StructureModeModifier and TypeMethodDescriptionprivate voidStructureBlockEditScreen.updateMode(StructureMode pStructureMode) -
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 pPos, StructureBlockEntity.UpdateType pUpdateType, StructureMode pMode, String pName, BlockPos pOffset, Vec3i pSize, Mirror pMirror, Rotation pRotation, String pData, boolean pIgnoreEntities, boolean pStrict, boolean pShowAir, boolean pShowBoundingBox, float pIntegrity, long pSeed) -
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 com.mojang.serialization.Codec<StructureMode> StructureMode.LEGACY_CODECDeprecated.static 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.