Uses of Class
com.cryptomorin.xseries.ReflectionUtils.VersionHandler
Packages that use ReflectionUtils.VersionHandler
-
Uses of ReflectionUtils.VersionHandler in com.cryptomorin.xseries
Methods in com.cryptomorin.xseries that return ReflectionUtils.VersionHandlerModifier and TypeMethodDescriptionstatic <T> ReflectionUtils.VersionHandler<T> static <T> ReflectionUtils.VersionHandler<T> ReflectionUtils.v(int version, int patch, T handle) Overload forthat supports patch versionsinvalid reference
#v(int, T)static <T> ReflectionUtils.VersionHandler<T> static <T> ReflectionUtils.VersionHandler<T> ReflectionUtils.v(int version, T handle) Gives thehandleobject if the server version is equal or greater than the given version.