Package com.cryptomorin.xseries.reflection.aggregate
package com.cryptomorin.xseries.reflection.aggregate
-
ClassesClassDescriptionAggregateReflectiveHandle<T,
H extends ReflectiveHandle<T>> Most reflection APIs already provide a name-based fallback system that can be used (likeDynamicClassHandle.named(String...)) but sometimes the signature of certain JVM declarations just change entirely, that's where this class could be useful.A version ofAggregateReflectiveHandlethat returns an object associated with aReflectiveHandleinstead of the handle itself.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 specializedXReflectionclass instead.