Interface | Description |
---|---|
PropertyRegistry | |
PropertyStore<T extends Property<?,?>> |
Class | Description |
---|---|
AbstractProperty<K,V> | |
ApplicableEffect |
Represents an
Property that applies a set of
PotionEffect s on use, consumption, or on equip. |
BooleanProperty |
Represents an item property that has an integer value.
|
BurningFuelProperty |
Represents a item property that is used for defining the amount of fuel
ticks an item will grant to a furnace.
|
DamageAbsorptionProperty |
Represents the percentage of damage the item will absorb when equipped.
|
DisplacementProperty | |
DoubleProperty |
Represents an item property that has an integer value.
|
EfficiencyProperty |
Represents a property on an item that has an efficiency qualifier applied
when mining harvestable blocks.
|
EquipmentProperty |
Represents the
EquipmentType that the item can be used in an
equipment inventory. |
FoodRestorationProperty |
Represents a property that increases the food level of an entity
based on consumption.
|
HarvestingProperty |
Represents a property defining the types of blocks the item can harvest.
|
IntProperty |
Represents an block property that has an integer value.
|
SaturationProperty |
Represents an item property that replenishes saturation upon use or
consumption.
|
UseLimitProperty |
Represents a limit on the number of uses on an item.
|