Package com.comphenix.protocol.utility
Class MinecraftRegistryAccess
java.lang.Object
com.comphenix.protocol.utility.MinecraftRegistryAccess
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
MinecraftRegistryAccess
public MinecraftRegistryAccess()
-
-
Method Details
-
get
Returns the composite global registry access. Equiv. of((CraftServer) Bukkit.getServer()).getServer().registryAccess()
- Returns:
- composite registy acesss
-