Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.client.gui.screen | |
net.minecraft.network.play.client | |
net.minecraft.state.properties | |
net.minecraft.tileentity |
Modifier and Type | Field and Description |
---|---|
static EnumProperty<StructureMode> |
StructureBlock.MODE |
Modifier and Type | Field and Description |
---|---|
private StructureMode |
EditStructureScreen.mode |
Modifier and Type | Field and Description |
---|---|
private StructureMode |
CUpdateStructureBlockPacket.mode |
Modifier and Type | Method and Description |
---|---|
StructureMode |
CUpdateStructureBlockPacket.getMode() |
Constructor and 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_) |
Modifier and Type | Field and Description |
---|---|
static EnumProperty<StructureMode> |
BlockStateProperties.STRUCTURE_BLOCK_MODE |
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
private StructureMode |
StructureBlockTileEntity.mode |
Modifier and Type | Method and Description |
---|---|
StructureMode |
StructureBlockTileEntity.getMode() |
Modifier and Type | Method and Description |
---|---|
void |
StructureBlockTileEntity.setMode(StructureMode modeIn) |