Class VersionHandle<T>
java.lang.Object
com.cryptomorin.xseries.reflection.VersionHandle<T>
-
Constructor Summary
ConstructorsConstructorDescriptionVersionHandle(int version, int patch, Callable<T> handle) VersionHandle(int version, Callable<T> handle) -
Method Summary
Modifier and TypeMethodDescriptionIf none of the previous version checks matched, it'll return this object.
-
Constructor Details
-
VersionHandle
-
VersionHandle
-
-
Method Details
-
v
-
v
-
v
-
orElse
If none of the previous version checks matched, it'll return this object. -
orElse
-