Uses of Enum Class
net.minecraft.world.level.block.state.properties.StructureMode
Package
Description
-
Uses of StructureMode in net.minecraft.client.gui.screens.inventory
Modifier 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
Modifier and TypeMethodDescriptionprivate void
StructureBlockEditScreen.updateMode
(StructureMode p_169839_) -
Uses of StructureMode in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionprivate final StructureMode
ServerboundSetStructureBlockPacket.mode
ModifierConstructorDescriptionServerboundSetStructureBlockPacket
(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
-
Uses of StructureMode in net.minecraft.world.level.block.entity
-
Uses of StructureMode in net.minecraft.world.level.block.state.properties
Modifier and TypeFieldDescriptionstatic final EnumProperty<StructureMode>
BlockStateProperties.STRUCTUREBLOCK_MODE
Modifier 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.