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