Class Holder<T>
java.lang.Object
com.github.darksoulq.abyssallib.server.registry.object.Holder<T>
- Type Parameters:
T- The type of object held.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Holder
-
-
Method Details
-
get
Retrieves the held object, creating it if it hasn't been instantiated yet.- Returns:
- The cached object instance.
-