Uses of Class
com.cryptomorin.xseries.reflection.ReflectiveNamespace
Packages that use ReflectiveNamespace
Package
Description
-
Uses of ReflectiveNamespace in com.cryptomorin.xseries.reflection
Methods in com.cryptomorin.xseries.reflection that return ReflectiveNamespaceModifier and TypeMethodDescriptionImports the specified classes into this namespace so the names can be used directly.Imports a class with a custom name.static @NotNull ReflectiveNamespaceXReflection.namespaced()ReadReflectiveNamespacefor more info. -
Uses of ReflectiveNamespace in com.cryptomorin.xseries.reflection.jvm.classes
Fields in com.cryptomorin.xseries.reflection.jvm.classes declared as ReflectiveNamespaceMethods in com.cryptomorin.xseries.reflection.jvm.classes that return ReflectiveNamespaceConstructors in com.cryptomorin.xseries.reflection.jvm.classes with parameters of type ReflectiveNamespaceModifierConstructorDescriptionprotectedClassHandle(@NotNull ReflectiveNamespace namespace) DynamicClassHandle(ReflectiveNamespace namespace) StaticClassHandle(ReflectiveNamespace namespace, @NotNull Class<?> clazz) UnknownClassHandle(ReflectiveNamespace namespace, String name) -
Uses of ReflectiveNamespace in com.cryptomorin.xseries.reflection.minecraft
Constructors in com.cryptomorin.xseries.reflection.minecraft with parameters of type ReflectiveNamespace -
Uses of ReflectiveNamespace in com.cryptomorin.xseries.reflection.parser
Methods in com.cryptomorin.xseries.reflection.parser with parameters of type ReflectiveNamespace