Class net.minecraft.util.registry.DynamicRegistryManager$Mutable

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

Static Fields

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

Static Methods

Mutable.createAndLoad() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
Mutable.createDynamicRegistryManager(dynamic) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
Mutable.createRegistry(registryRef, dynamic) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
Mutable.createSimpleRegistry(registryRef) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
Mutable.getInfos() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
Mutable.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"
Mutable.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:getMutable(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:getOptionalMutable(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

Mutable.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"
Mutable.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"
Mutable.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"
Mutable.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"
Mutable.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"
Mutable.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"
Mutable.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:getMutable(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, MutableRegistry 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:getOptionalMutable(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"