mirror of
https://github.com/FatherToast/SpecialMobs.git
synced 2025-04-24 14:25:01 +00:00
mini config doc improvement
This commit is contained in:
parent
c0757fea03
commit
3415261822
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import java.util.function.Consumer;
|
|||
public class InjectionWrapperField<T extends AbstractConfigField> extends AbstractConfigField {
|
||||
/** The wrapped field. */
|
||||
private final T wrappedField;
|
||||
/** The wrapped field. */
|
||||
/** The callback used any time the wrapped field value is (re)loaded. */
|
||||
private final Consumer<T> injectionCallback;
|
||||
|
||||
/** Creates a new injection wrapper field that performs a generic load callback function to auto-inject the value. */
|
||||
|
|
Loading…
Add table
Reference in a new issue