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 p_169839_) -
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 p_179771_, StructureBlockEntity.UpdateType p_179772_, StructureMode p_179773_, String p_179774_, BlockPos p_179775_, Vec3i p_179776_, Mirror p_179777_, Rotation p_179778_, String p_179779_, boolean p_179780_, boolean p_179781_, boolean p_179782_, float p_179783_, long p_179784_) -
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_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.