Package alexiil.mc.lib.attributes.misc
Class Ref<T>
java.lang.Object
alexiil.mc.lib.attributes.misc.Ref<T>
- All Implemented Interfaces:
Reference<T>
-
Field Details
-
obj
-
-
Constructor Details
-
Ref
-
-
Method Details
-
get
- Specified by:
get
in interfaceReference<T>
- Returns:
- The object referenced. Note that you should generally not modify the returned value directly - instead
copy it before passing it to
Reference.set(Object)
orReference.isValid(Object)
to see if your modifications are permitted.
-
set
-
isValid
- Specified by:
isValid
in interfaceReference<T>
- Returns:
- True if
Reference.set(Object)
was called with the same value.
-