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