public final class BuildCraftProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static net.minecraft.block.properties.IProperty<java.lang.Boolean> |
ACTIVE |
static net.minecraft.block.properties.IProperty<net.minecraft.item.EnumDyeColor> |
BLOCK_COLOR |
static net.minecraft.block.properties.IProperty<net.minecraft.util.EnumFacing> |
BLOCK_FACING |
static net.minecraft.block.properties.IProperty<net.minecraft.util.EnumFacing> |
BLOCK_FACING_6 |
static net.minecraft.block.properties.IProperty<java.lang.Boolean> |
CONNECTED_DOWN |
static net.minecraft.block.properties.IProperty<java.lang.Boolean> |
CONNECTED_EAST |
static java.util.Map<net.minecraft.util.EnumFacing,net.minecraft.block.properties.IProperty<java.lang.Boolean>> |
CONNECTED_MAP |
static net.minecraft.block.properties.IProperty<java.lang.Boolean> |
CONNECTED_NORTH |
static net.minecraft.block.properties.IProperty<java.lang.Boolean> |
CONNECTED_SOUTH |
static net.minecraft.block.properties.IProperty<java.lang.Boolean> |
CONNECTED_UP |
static net.minecraft.block.properties.IProperty<java.lang.Boolean> |
CONNECTED_WEST |
static net.minecraft.block.properties.IProperty<EnumDecoratedBlock> |
DECORATED_BLOCK |
static net.minecraft.block.properties.IProperty<EnumPowerStage> |
ENERGY_STAGE |
static net.minecraft.block.properties.IProperty<EnumEngineType> |
ENGINE_TYPE |
static net.minecraft.block.properties.IProperty<EnumFillerPattern> |
FILLER_PATTERN |
static net.minecraft.block.properties.IProperty<java.lang.Integer> |
GENERIC_PIPE_DATA |
static net.minecraft.block.properties.IProperty<java.lang.Boolean> |
JOINED_BELOW |
static net.minecraft.block.properties.IProperty<EnumLaserTableType> |
LASER_TABLE_TYPE |
static net.minecraft.block.properties.IProperty<java.lang.Boolean> |
LED_DONE |
static net.minecraft.block.properties.IProperty<java.lang.Integer> |
LED_POWER |
static net.minecraft.block.properties.IProperty<EnumMachineState> |
MACHINE_STATE |
static int |
MARK_BLOCK_FOR_UPDATE
This will mark the block for an update next tick, as well as send an update to the client (if this is a server
world).
|
static int |
MARK_THIS_AND_NEIGHBOURS
This will do what both
UPDATE_NEIGHBOURS and MARK_BLOCK_FOR_UPDATE do. |
static net.minecraft.block.properties.IProperty<java.lang.Boolean> |
MOVING |
static net.minecraft.block.properties.IProperty<EnumOptionalSnapshotType> |
SNAPSHOT_TYPE |
static net.minecraft.block.properties.IProperty<EnumSpring> |
SPRING_TYPE |
static int |
UPDATE_ALL
This will update everything about this block.
|
static int |
UPDATE_EVEN_CLIENT
This will mark the block for an update, even if this is a client world.
|
static int |
UPDATE_NEIGHBOURS
This updates the neighbouring blocks that the new block is set.
|
static int |
UPDATE_NONE |
static net.minecraft.block.properties.IProperty<java.lang.Boolean> |
VALID |
public static final net.minecraft.block.properties.IProperty<net.minecraft.util.EnumFacing> BLOCK_FACING
public static final net.minecraft.block.properties.IProperty<net.minecraft.util.EnumFacing> BLOCK_FACING_6
public static final net.minecraft.block.properties.IProperty<net.minecraft.item.EnumDyeColor> BLOCK_COLOR
public static final net.minecraft.block.properties.IProperty<EnumSpring> SPRING_TYPE
public static final net.minecraft.block.properties.IProperty<EnumEngineType> ENGINE_TYPE
public static final net.minecraft.block.properties.IProperty<EnumLaserTableType> LASER_TABLE_TYPE
public static final net.minecraft.block.properties.IProperty<EnumMachineState> MACHINE_STATE
public static final net.minecraft.block.properties.IProperty<EnumPowerStage> ENERGY_STAGE
public static final net.minecraft.block.properties.IProperty<EnumOptionalSnapshotType> SNAPSHOT_TYPE
public static final net.minecraft.block.properties.IProperty<EnumDecoratedBlock> DECORATED_BLOCK
public static final net.minecraft.block.properties.IProperty<java.lang.Integer> GENERIC_PIPE_DATA
public static final net.minecraft.block.properties.IProperty<java.lang.Integer> LED_POWER
public static final net.minecraft.block.properties.IProperty<java.lang.Boolean> JOINED_BELOW
public static final net.minecraft.block.properties.IProperty<java.lang.Boolean> MOVING
public static final net.minecraft.block.properties.IProperty<java.lang.Boolean> LED_DONE
public static final net.minecraft.block.properties.IProperty<java.lang.Boolean> ACTIVE
public static final net.minecraft.block.properties.IProperty<java.lang.Boolean> VALID
public static final net.minecraft.block.properties.IProperty<java.lang.Boolean> CONNECTED_UP
public static final net.minecraft.block.properties.IProperty<java.lang.Boolean> CONNECTED_DOWN
public static final net.minecraft.block.properties.IProperty<java.lang.Boolean> CONNECTED_EAST
public static final net.minecraft.block.properties.IProperty<java.lang.Boolean> CONNECTED_WEST
public static final net.minecraft.block.properties.IProperty<java.lang.Boolean> CONNECTED_NORTH
public static final net.minecraft.block.properties.IProperty<java.lang.Boolean> CONNECTED_SOUTH
public static final java.util.Map<net.minecraft.util.EnumFacing,net.minecraft.block.properties.IProperty<java.lang.Boolean>> CONNECTED_MAP
public static final net.minecraft.block.properties.IProperty<EnumFillerPattern> FILLER_PATTERN
public static final int UPDATE_NONE
public static final int UPDATE_NEIGHBOURS
public static final int MARK_BLOCK_FOR_UPDATE
public static final int UPDATE_EVEN_CLIENT
public static final int MARK_THIS_AND_NEIGHBOURS
UPDATE_NEIGHBOURS
and MARK_BLOCK_FOR_UPDATE
do.public static final int UPDATE_ALL