T
- The Field-Type for this GuildFieldpublic abstract class GuildField<T> extends Field<T,GuildManagerUpdatable>
GuildManagerUpdatable
field.
This class is abstract and requires an implementation
for Field.checkValue(Object)
Constructor and Description |
---|
GuildField(GuildManagerUpdatable manager,
java.util.function.Supplier<T> originalValue) |
checkValue, equals, getManager, getOriginalValue, getValue, isSet, reset, setValue, shouldUpdate, toString
public GuildField(GuildManagerUpdatable manager, java.util.function.Supplier<T> originalValue)