Class RegistryReflection

java.lang.Object
cloud.commandframework.bukkit.internal.RegistryReflection

@Beta public final class RegistryReflection extends Object
This is not API, and as such, may break, change, or be removed without any notice.
  • Field Details

    • REGISTRY_REGISTRY

      public static final @Nullable Field REGISTRY_REGISTRY
    • REGISTRY_GET

      public static final @Nullable Method REGISTRY_GET
    • REGISTRY_KEY

      public static final @Nullable Method REGISTRY_KEY
  • Method Details

    • registryKey

      public static Object registryKey(Object registry)
    • get

      public static Object get(Object registry, String resourceLocation)
    • registryByName

      public static Object registryByName(String name)
    • createResourceLocation

      public static Object createResourceLocation(String str)