public final class CatalogBlockData extends Object
DataManipulator
s.Modifier and Type | Field and Description |
---|---|
static Class<AttachedData> |
ATTACHED_DATA
Signifies that a block is "attached" or "hanging" on another block.
|
static Class<AxisData> |
AXIS_DATA
Signifies that a block relies on
Axis . |
static Class<BigMushroomData> |
BIG_MUSHROOM_DATA
Represents data related to
BlockTypes.BROWN_MUSHROOM_BLOCK and
BlockTypes.RED_MUSHROOM_BLOCK . |
static Class<BrickData> |
BRICK_DATA
Represents the type of
BrickType for a
BlockTypes.STONEBRICK . |
static Class<ConnectedDirectionData> |
CONNECTED_DIRECTION_DATA
Signifies that a block is "connected" to a particular
Direction . |
static Class<DecayableData> |
DECAYABLE_DATA
Signifies that a block will "decay" or be removed after a certain time.
|
static Class<DelayableData> |
DELAYABLE_DATA
Represents the delay of a redstone repeater.
|
static Class<DirectionalData> |
DIRECTIONAL_DATA
Signifies that a block has a
Direction . |
static Class<DirtData> |
DIRT_DATA
Signifies that a
BlockTypes.DIRT of it's sub types. |
static Class<DisarmedData> |
DISARMED_DATA
Signifies that a block is "disarmed".
|
static Class<DisguisedBlockData> |
DISGUISED_BLOCK_DATA
Represents the
DisguisedBlockType of a block. |
static Class<DoublePlantData> |
DOUBLE_PLANT_DATA
Represents the type of a double plant.
|
static Class<DyeableData> |
DYEABLE_DATA
Signifies that a block is "dyed" a certain
DyeColor . |
static Class<ExtendedData> |
EXTENDED_DATA
Signifies whether the block is "extended".
|
static Class<FilledData> |
FILLED_DATA
Signifies that the owner is "filled".
|
static Class<FluidLevelData> |
FLUID_LEVEL_DATA
Represents the "fluid level" for a liquid block.
|
static Class<GrowthData> |
GROWTH_DATA
Represents the "growth" of a block.
|
static Class<HingeData> |
HINGE_DATA
Represents the "side" that a "hinge" is facing on a door.
|
static Class<InWallData> |
IN_WALL_DATA
Signifies that the owner is "connected" to a wall.
|
static Class<LayeredData> |
LAYERED_DATA
Represents the "layer" of an owner.
|
static Class<MoistureData> |
MOISTURE_DATA
Represents the "moisture" level of a block.
|
static Class<DropData> |
NO_DROP_DATA
Signifies that the owner will not drop anything.
|
static Class<OccupiedData> |
OCCUPIED_DATA
Signifies that a block is considered "occupied".
|
static Class<OpenData> |
OPEN_DATA
Signifies that a block is "open".
|
static Class<PistonData> |
PISTON_DATA
Represents the
PistonType of a BlockTypes.PISTON_HEAD . |
static Class<PortionData> |
PORTION_DATA
Represents the "portion" of a block such as the top or bottom half of a
door.
|
static Class<PoweredData> |
POWERED_DATA
Signifies that a block is "powered".
|
static Class<PrismarineData> |
PRISMARINE_DATA
Represents the
PrismarineType of a
BlockTypes.PRISMARINE . |
static Class<QuartzData> |
QUARTZ_DATA
Represents the
QuartzType of a
BlockTypes.QUARTZ_BLOCK . |
static Class<RailDirectionData> |
RAIL_DIRECTION_DATA
Represents the
RailDirection of a BlockTypes.RAIL and
other types of rails. |
static Class<RedstonePoweredData> |
REDSTONE_POWERED_DATA
Signifies that a block has some value of redstone power applied to it.
|
static Class<RotationalData> |
ROTATIONAL_DATA
Signifies that a block is rotated with a
Rotation . |
static Class<SandData> |
SAND_DATA
Represents the
SandType of BlockTypes.SAND . |
static Class<SandstoneData> |
SANDSTONE_DATA
Represents the
SandstoneType of a sandstone based block. |
static Class<SeamlessData> |
SEAMLESS_DATA
Signifies that a block is "seamless".
|
static Class<ShrubData> |
SHRUB_DATA
Represents the
ShrubType of a BlockTypes.TALLGRASS . |
static Class<SlabData> |
SLAB_DATA
Represents the
SlabType of slabs. |
static Class<SnowedData> |
SNOWED_DATA
Signifies that a block is considered to be "snowed.
|
static Class<StairShapeData> |
STAIR_SHAPE_DATA
Represents the
StairShape of a stair block. |
static Class<StoneData> |
STONE_DATA
Represents the
StoneType of a BlockTypes.STONE . |
static Class<TreeData> |
TREE_DATA
Represents the
TreeType for various tree based blocks. |
static Class<WallData> |
WALL_DATA
Represents the
WallType of a
BlockTypes.COBBLESTONE_WALL . |
static Class<WetData> |
WET_DATA
Signifies that a block is considered "wet".
|
static Class<WireAttachmentData> |
WIRE_ATTACHMENT_DATA
Represents the
WireAttachmentType s for the four cardinal directions of a
piece of BlockTypes.REDSTONE_WIRE . |
public static final Class<AttachedData> ATTACHED_DATA
BlockTypes.TRIPWIRE
.public static final Class<BigMushroomData> BIG_MUSHROOM_DATA
BlockTypes.BROWN_MUSHROOM_BLOCK
and
BlockTypes.RED_MUSHROOM_BLOCK
.public static final Class<BrickData> BRICK_DATA
BrickType
for a
BlockTypes.STONEBRICK
.public static final Class<ConnectedDirectionData> CONNECTED_DIRECTION_DATA
Direction
.
Usually applies to BlockTypes.GLASS_PANE
,
BlockTypes.STAINED_GLASS_PANE
, and several others.public static final Class<DecayableData> DECAYABLE_DATA
BlockTypes.LEAVES
and
BlockTypes.LEAVES2
.public static final Class<DelayableData> DELAYABLE_DATA
public static final Class<DirectionalData> DIRECTIONAL_DATA
Direction
. Usually applies
to "rotational" blocks, such as BlockTypes.LOG
and
BlockTypes.LOG2
etc.public static final Class<DirtData> DIRT_DATA
BlockTypes.DIRT
of it's sub types.public static final Class<DisarmedData> DISARMED_DATA
BlockTypes.TRIPWIRE_HOOK
s.public static final Class<DisguisedBlockData> DISGUISED_BLOCK_DATA
DisguisedBlockType
of a block. Usually applies
to BlockTypes.MONSTER_EGG
.public static final Class<DoublePlantData> DOUBLE_PLANT_DATA
public static final Class<DyeableData> DYEABLE_DATA
DyeColor
.
Usually applies to BlockTypes.WOOL
,
BlockTypes.STAINED_GLASS
,
BlockTypes.STAINED_HARDENED_CLAY
, etc.public static final Class<ExtendedData> EXTENDED_DATA
BlockTypes.PISTON
.public static final Class<FilledData> FILLED_DATA
BlockTypes.END_PORTAL_FRAME
.public static final Class<FluidLevelData> FLUID_LEVEL_DATA
BlockTypes.WATER
and BlockTypes.LAVA
public static final Class<GrowthData> GROWTH_DATA
BlockTypes.WHEAT
, BlockTypes.PUMPKIN_STEM
, etc.public static final Class<HingeData> HINGE_DATA
BlockTypes.TRAPDOOR
and other doors.public static final Class<InWallData> IN_WALL_DATA
BlockTypes.FENCE_GATE
.public static final Class<LayeredData> LAYERED_DATA
BlockTypes.CAKE
, BlockTypes.SNOW_LAYER
, etc.public static final Class<MoistureData> MOISTURE_DATA
BlockTypes.FARMLAND
.public static final Class<DropData> NO_DROP_DATA
BlockTypes.SKULL
.public static final Class<OccupiedData> OCCUPIED_DATA
BlockTypes.BED
.public static final Class<OpenData> OPEN_DATA
public static final Class<PistonData> PISTON_DATA
PistonType
of a BlockTypes.PISTON_HEAD
.public static final Class<PortionData> PORTION_DATA
public static final Class<PoweredData> POWERED_DATA
public static final Class<PrismarineData> PRISMARINE_DATA
PrismarineType
of a
BlockTypes.PRISMARINE
.public static final Class<QuartzData> QUARTZ_DATA
QuartzType
of a
BlockTypes.QUARTZ_BLOCK
.public static final Class<RailDirectionData> RAIL_DIRECTION_DATA
RailDirection
of a BlockTypes.RAIL
and
other types of rails.public static final Class<RedstonePoweredData> REDSTONE_POWERED_DATA
public static final Class<RotationalData> ROTATIONAL_DATA
Rotation
.public static final Class<SandData> SAND_DATA
SandType
of BlockTypes.SAND
.public static final Class<SandstoneData> SANDSTONE_DATA
SandstoneType
of a sandstone based block. Usually
applicable to BlockTypes.SANDSTONE
and
BlockTypes.RED_SANDSTONE
.public static final Class<SeamlessData> SEAMLESS_DATA
BlockTypes.DOUBLE_STONE_SLAB
,
BlockTypes.DOUBLE_STONE_SLAB2
,
and BlockTypes.DOUBLE_WOODEN_SLAB
.public static final Class<ShrubData> SHRUB_DATA
ShrubType
of a BlockTypes.TALLGRASS
.public static final Class<SnowedData> SNOWED_DATA
BlockTypes.GRASS
, BlockTypes.DIRT
, and
BlockTypes.MYCELIUM
.public static final Class<StairShapeData> STAIR_SHAPE_DATA
StairShape
of a stair block.public static final Class<StoneData> STONE_DATA
StoneType
of a BlockTypes.STONE
.public static final Class<TreeData> TREE_DATA
TreeType
for various tree based blocks. Usually
applicable to BlockTypes.SAPLING
, BlockTypes.LEAVES
,
and BlockTypes.LOG
.public static final Class<WallData> WALL_DATA
WallType
of a
BlockTypes.COBBLESTONE_WALL
.public static final Class<WetData> WET_DATA
BlockTypes.SPONGE
.public static final Class<WireAttachmentData> WIRE_ATTACHMENT_DATA
WireAttachmentType
s for the four cardinal directions of a
piece of BlockTypes.REDSTONE_WIRE
.