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_MODES
private static final com.google.common.collect.ImmutableList
<StructureMode> StructureBlockEditScreen.DEFAULT_MODES
Methods in net.minecraft.client.gui.screens.inventory with parameters of type StructureModeModifier and TypeMethodDescriptionprivate void
StructureBlockEditScreen.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 StructureMode
ServerboundSetStructureBlockPacket.mode
Methods 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_CODEC
Deprecated.static final EnumProperty
<StructureMode> BlockStateProperties.STRUCTUREBLOCK_MODE
Methods in net.minecraft.world.level.block.state.properties that return StructureModeModifier and TypeMethodDescriptionstatic StructureMode
Returns 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.