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