Class ConfigOptionEvent<T>
java.lang.Object
dev.prozilla.pine.common.event.Event<ConfigOptionEvent.Type,ObjectConfigOption<T>>
dev.prozilla.pine.core.state.config.ConfigOptionEvent<T>
- All Implemented Interfaces:
Cloneable<Event<ConfigOptionEvent.Type,ObjectConfigOption<T>>>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class dev.prozilla.pine.common.event.Event
immediatePropagationStopped, propagationStopped, target, type -
Constructor Summary
ConstructorsConstructorDescriptionConfigOptionEvent(ConfigOptionEvent.Type type, ObjectConfigOption<T> target, T value) -
Method Summary
Methods inherited from class dev.prozilla.pine.common.event.Event
clone, equals, equals, getTarget, getType, hashCode, isImmediatePropagationStopped, isPropagationStopped, stopImmediatePropagation, stopPropagation
-
Constructor Details
-
ConfigOptionEvent
-
-
Method Details
-
getValue
-