Package net.minecraft.core
Class DefaultedMappedRegistry<T>
java.lang.Object
net.neoforged.neoforge.registries.BaseMappedRegistry<T>
net.minecraft.core.MappedRegistry<T>
net.minecraft.core.DefaultedMappedRegistry<T>
- All Implemented Interfaces:
com.mojang.serialization.Keyable,Iterable<T>,DefaultedRegistry<T>,HolderGetter<T>,HolderLookup<T>,HolderLookup.RegistryLookup<T>,HolderOwner<T>,IdMap<T>,Registry<T>,WritableRegistry<T>,IRegistryExtension<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.core.MappedRegistry
MappedRegistry.TagSet<T>Nested classes/interfaces inherited from interface net.minecraft.core.HolderLookup
HolderLookup.Provider, HolderLookup.RegistryLookup<T>Nested classes/interfaces inherited from interface net.minecraft.core.HolderLookup.RegistryLookup
HolderLookup.RegistryLookup.Delegate<T>Nested classes/interfaces inherited from interface net.minecraft.core.Registry
Registry.PendingTags<T> -
Field Summary
FieldsFields inherited from class net.minecraft.core.MappedRegistry
allTagsFields inherited from class net.neoforged.neoforge.registries.BaseMappedRegistry
addCallbacks, bakeCallbacks, clearCallbacks -
Constructor Summary
ConstructorsConstructorDescriptionDefaultedMappedRegistry(String pDefaultKey, ResourceKey<? extends Registry<T>> pKey, com.mojang.serialization.Lifecycle pRegistryLifecycle, boolean pHasIntrusiveHolders) -
Method Summary
Modifier and TypeMethodDescriptionbyId(int pId) getAny()intgetKeyOrNull(T element) Returns the key of the element, or null if it is not present in this registry.getOptional(ResourceLocation pName) getRandom(RandomSource pRandom) getValue(ResourceLocation pKey) register(ResourceKey<T> pKey, T pValue, RegistrationInfo pRegistrationInfo) Methods inherited from class net.minecraft.core.MappedRegistry
bindAllTagsToEmpty, bindTag, clear, containsKey, containsKey, containsValue, createIntrusiveHolder, createRegistrationLookup, entrySet, freeze, get, get, get, get, getId, getId, getOrCreateHolderOrThrow, getOrCreateTagForRegistration, getResourceKey, getTags, getValue, isEmpty, iterator, key, keySet, listElements, listTags, prepareTagReload, refreshTagsInHolders, register, registerIdMapping, registrationInfo, registryKeySet, registryLifecycle, size, toString, unfreeze, wrapAsHolderMethods inherited from class net.neoforged.neoforge.registries.BaseMappedRegistry
addAlias, addCallback, doesSync, getData, getDataMap, getDataMaps, getMaxId, resolve, resolveMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.core.HolderGetter
get, get, getOrThrow, getOrThrowMethods inherited from interface net.minecraft.core.HolderLookup
listElementIds, listElements, listTagIds, listTagsMethods inherited from interface net.minecraft.core.HolderLookup.RegistryLookup
filterElements, filterFeatures, getData, registryLifecycleMethods inherited from interface net.minecraft.core.HolderOwner
canSerializeInMethods inherited from interface net.minecraft.core.IdMap
byIdOrThrow, getIdOrThrow, sizeMethods inherited from interface net.neoforged.neoforge.registries.IRegistryExtension
addAlias, addCallback, addCallback, containsValue, doesSync, getDataMap, getId, getId, getMaxId, resolve, resolveMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface net.minecraft.core.Registry
asHolderIdMap, byNameCodec, containsKey, containsKey, createIntrusiveHolder, entrySet, freeze, get, get, getOptional, getRandomElementOf, getResourceKey, getTagOrEmpty, getTags, getValue, getValueOrThrow, holderByNameCodec, key, keys, keySet, prepareTagReload, registrationInfo, registryKeySet, stream, wrapAsHolder
-
Field Details
-
defaultKey
-
defaultValue
-
-
Constructor Details
-
DefaultedMappedRegistry
public DefaultedMappedRegistry(String pDefaultKey, ResourceKey<? extends Registry<T>> pKey, com.mojang.serialization.Lifecycle pRegistryLifecycle, boolean pHasIntrusiveHolders)
-
-
Method Details
-
register
public Holder.Reference<T> register(ResourceKey<T> pKey, T pValue, RegistrationInfo pRegistrationInfo) - Specified by:
registerin interfaceWritableRegistry<T>- Overrides:
registerin classMappedRegistry<T>
-
getId
-
getKey
- Specified by:
getKeyin interfaceDefaultedRegistry<T>- Specified by:
getKeyin interfaceRegistry<T>- Overrides:
getKeyin classMappedRegistry<T>- Returns:
- the name used to identify the given object within this registry or
nullif the object is not within this registry
-
getKeyOrNull
Description copied from interface:IRegistryExtensionReturns the key of the element, or null if it is not present in this registry.- Specified by:
getKeyOrNullin interfaceIRegistryExtension<T>- Returns:
- the key of the element, or null if it is not present in this registry
-
getValue
- Specified by:
getValuein interfaceDefaultedRegistry<T>- Specified by:
getValuein interfaceRegistry<T>- Overrides:
getValuein classMappedRegistry<T>
-
getOptional
- Specified by:
getOptionalin interfaceRegistry<T>
-
getAny
-
byId
- Specified by:
byIdin interfaceDefaultedRegistry<T>- Specified by:
byIdin interfaceIdMap<T>- Overrides:
byIdin classMappedRegistry<T>
-
getRandom
-
getDefaultKey
- Specified by:
getDefaultKeyin interfaceDefaultedRegistry<T>
-