Package net.darkhax.pricklemc.common.api.config.property
package net.darkhax.pricklemc.common.api.config.property
-
ClassDescriptionA config property that contains an object of sub-properties.Represents a field that has been mapped to a config property.Allows additional default property adapters to be defined.IPropertyAdapter<T extends IConfigProperty<?>>Property adapters are used to map Java fields to config properties.RangedProperty<T extends Number>Represents a number property that can only fall within the specified range.A property that holds a string that is validated using Regex.