Uses of Class
com.cryptomorin.xseries.reflection.VersionHandle
Packages that use VersionHandle
-
Uses of VersionHandle in com.cryptomorin.xseries.reflection
Methods in com.cryptomorin.xseries.reflection that return VersionHandleModifier and TypeMethodDescriptionstatic <T> VersionHandle<T> static <T> VersionHandle<T> XReflection.v(int version, int patch, T handle) static <T> VersionHandle<T> static <T> VersionHandle<T> XReflection.v(int version, T handle) Gives thehandleobject if the server version is equal or greater than the given version.