Uses of Class
net.minecraft.state.properties.StructureMode
-
Packages that use StructureMode Package Description net.minecraft.block net.minecraft.client.gui.screen net.minecraft.network.play.client net.minecraft.state.properties net.minecraft.tileentity -
-
Uses of StructureMode in net.minecraft.block
Fields in net.minecraft.block with type parameters of type StructureMode Modifier and Type Field Description static EnumProperty<StructureMode>
StructureBlock. MODE
-
Uses of StructureMode in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as StructureMode Modifier and Type Field Description private StructureMode
EditStructureScreen. initialMode
-
Uses of StructureMode in net.minecraft.network.play.client
Fields in net.minecraft.network.play.client declared as StructureMode Modifier and Type Field Description private StructureMode
CUpdateStructureBlockPacket. mode
Methods in net.minecraft.network.play.client that return StructureMode Modifier and Type Method Description StructureMode
CUpdateStructureBlockPacket. getMode()
Constructors in net.minecraft.network.play.client with parameters of type StructureMode Constructor Description CUpdateStructureBlockPacket(BlockPos p_i49541_1_, StructureBlockTileEntity.UpdateCommand p_i49541_2_, StructureMode p_i49541_3_, java.lang.String p_i49541_4_, BlockPos p_i49541_5_, BlockPos p_i49541_6_, Mirror p_i49541_7_, Rotation p_i49541_8_, java.lang.String p_i49541_9_, boolean p_i49541_10_, boolean p_i49541_11_, boolean p_i49541_12_, float p_i49541_13_, long p_i49541_14_)
-
Uses of StructureMode in net.minecraft.state.properties
Fields in net.minecraft.state.properties with type parameters of type StructureMode Modifier and Type Field Description static EnumProperty<StructureMode>
BlockStateProperties. STRUCTUREBLOCK_MODE
Methods in net.minecraft.state.properties that return StructureMode Modifier and Type Method Description static StructureMode
StructureMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StructureMode[]
StructureMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StructureMode in net.minecraft.tileentity
Fields in net.minecraft.tileentity declared as StructureMode Modifier and Type Field Description private StructureMode
StructureBlockTileEntity. mode
Methods in net.minecraft.tileentity that return StructureMode Modifier and Type Method Description StructureMode
StructureBlockTileEntity. getMode()
Methods in net.minecraft.tileentity with parameters of type StructureMode Modifier and Type Method Description void
StructureBlockTileEntity. setMode(StructureMode p_184405_1_)
-