Class net.minecraft.util.registry.DynamicRegistryManager

This description should be content pulled from the first comments of a lua file.

Static Fields

userdata, Supplier DynamicRegistryManager.BUILTIN This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, Codec DynamicRegistryManager.CODEC This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, Map DynamicRegistryManager.INFOS This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
userdata, Logger DynamicRegistryManager.LOGGER This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Static Methods

DynamicRegistryManager.createAndLoad() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
DynamicRegistryManager.createDynamicRegistryManager(dynamic) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
DynamicRegistryManager.createRegistry(registryRef, dynamic) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
DynamicRegistryManager.createSimpleRegistry(registryRef) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
DynamicRegistryManager.getInfos() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
DynamicRegistryManager.load(dynamicRegistryManager, ops, registryLoader) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
DynamicRegistryManager.of(registries) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

instance:get(key) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getManaged(key) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getOptional(key) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getOptionalManaged(key) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getRegistryLifecycle() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:streamAllRegistries() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:streamManagedRegistries() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:streamSyncedRegistries() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:toImmutable() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Static Methods

DynamicRegistryManager.createAndLoad()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, DynamicRegistryManager$Mutable This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
DynamicRegistryManager.createDynamicRegistryManager(dynamic)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • dynamic userdata, Dynamic This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, DynamicRegistryManager This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
DynamicRegistryManager.createRegistry(registryRef, dynamic)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • registryRef userdata, RegistryKey This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • dynamic userdata, Dynamic This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Registry This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
DynamicRegistryManager.createSimpleRegistry(registryRef)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • registryRef userdata, RegistryKey This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, MutableRegistry This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
DynamicRegistryManager.getInfos()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Iterable This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
DynamicRegistryManager.load(dynamicRegistryManager, ops, registryLoader)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • dynamicRegistryManager userdata, DynamicRegistryManager$Mutable This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • ops userdata, DynamicOps This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • registryLoader userdata, RegistryLoader This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
DynamicRegistryManager.of(registries)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • registries userdata, Registry This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, DynamicRegistryManager$Immutable This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"

Instance Methods

instance:get(key)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • key userdata, RegistryKey This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Registry This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getManaged(key)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • key userdata, RegistryKey This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Registry This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getOptional(key)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • key userdata, RegistryKey This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Optional This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getOptionalManaged(key)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • key userdata, RegistryKey This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

userdata, Optional This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getRegistryLifecycle()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Lifecycle This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:streamAllRegistries()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Stream This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:streamManagedRegistries()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Stream This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:streamSyncedRegistries()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Stream This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:toImmutable()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, DynamicRegistryManager$Immutable This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"