Package com.cryptomorin.xseries.reflection
package com.cryptomorin.xseries.reflection
-
ClassDescriptionRepresents an object that can be used for reflection operations.This class is mostly only useful if you're planning to use string-based API (see
ReflectionParser), other than that most of the work is done behind the scenes, and it's not needed to use it directly.This class is similar to Oracle'sdefault implementation which only exists on Java 20+ It also aims to add a few new APIs such asinvalid reference
java.lang.reflect.AccessFlagXAccessFlag.isSet(int)andXAccessFlag.isSet(int, XAccessFlag...)A location within a class file where flags can be applied.General Java reflection handler, but specialized for Minecraft NMS/CraftBukkit reflection as well.