Class MinecraftRegistryAccess

java.lang.Object
com.comphenix.protocol.utility.MinecraftRegistryAccess

public class MinecraftRegistryAccess extends Object
Static getter for the registry access accessor which is need for most of the methods since 1.20.5 that access the registry and in form.
  • Constructor Details

    • MinecraftRegistryAccess

      public MinecraftRegistryAccess()
  • Method Details

    • get

      public static Object get()
      Returns the composite global registry access. Equiv. of
      ((CraftServer) Bukkit.getServer()).getServer().registryAccess()
      Returns:
      composite registy acesss