Class VersionHandle<T>

java.lang.Object
com.cryptomorin.xseries.reflection.aggregate.VersionHandle<T>
Type Parameters:
T - the type of object to check.

public final class VersionHandle<T> extends Object
Provides objects based on the current version of the server (XReflection.supports(int, int, int)), it's mostly useful for primitive values, for reflection you should use the specialized XReflection class instead.