Class ItemPropertyListener
java.lang.Object
johnsmith.configoverhauled.api.listener.AbstractPropertyListener<net.minecraft.world.item.Item>
johnsmith.configoverhauled.api.listener.ItemPropertyListener
- All Implemented Interfaces:
Property.Listener
-
Field Summary
Fields inherited from class AbstractPropertyListener
cachedProperty, defaultValue, description, initialized, typeDefinition -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedItemPropertyListener(ConfigDescription description, net.minecraft.world.item.Item defaultValue) -
Method Summary
Methods inherited from class AbstractPropertyListener
onPropertyChanged, onPropertyInvalidated, resolveProperty
-
Constructor Details
-
ItemPropertyListener
protected ItemPropertyListener(ConfigDescription description, net.minecraft.world.item.Item defaultValue)
-