Interface | Description |
---|---|
AttributeData |
Represents an item data that deals specifically with an item stack granting
AttributeModifier s. |
ColoredData |
Represents item data that uses colors.
|
CommandData |
An
DataManipulator handling all related Value s for command
related DataHolder s, such as CommandBlock s and
MinecartCommandBlock s. |
DisplayNameData | |
DyeableData | |
FireworkData |
Represents data specific to fireworks.
|
MobSpawnerData |
Represents the data associated with a mob spawner, including the spawn delay,
the spawn count, and the list of possible entities that can be spawned.
|
MobSpawnerData.NextEntityToSpawnValue |
Represents a custom
Value dealing with the next
WeightedEntity such that the next Entity to spawn may
be pulled from the owning MobSpawnerData.possibleEntitiesToSpawn() with a
default Random , or it may be custom defined on a case by
case basis. |
OwnableData | |
PotionEffectData |
Represents a
List of PotionEffect s that can be applicable to
various DataHolder s such as Entity s, ItemStack s as
ItemTypes.POTION , etc. |
RepresentedItemData |
An
DataManipulator handling the representation of an
ItemStack . |
RotationalData | |
SkullData |
An
VariantData specializing in the SkullType
represented by a Skull or ItemStack of the type
ItemTypes.SKULL . |
TargetedLocationData |
An
DataManipulator handling the supposed targetted
Location . |
VariantData<E,T extends VariantData<E,T,I>,I extends ImmutableVariantData<E,I,T>> |
Represents a type of
DataManipulator handling a specific
type of element, usually CatalogType s. |
WetData |
An
DataManipulator that handles the "wet" state of various
DataHolder s that can include BlockTypes.SPONGE blocks to
Wolf entities being "wet". |