net.minecraft.registry

public interface MutableRegistry<T>

extends Registry<T>

net.minecraft.core.WritableRegistry
net.minecraft.class_2385
net.minecraft.registry.MutableRegistry

Method summary

Modifier and TypeMethod
RegistryEntry$Reference<T>
register(ResourceKey<T> key, T value, RegistrationInfo registrationInfo)
method_10272(class_5321<T> arg0, T arg1, class_9248 arg2)
add(RegistryKey<T> key, T value, RegistryEntryInfo info)
void
bindTags(Map<TagKey<T>, List<Holder<T>>> pendingTags)
method_62681(Map<class_6862<T>, List<class_6880<T>>> arg0)
setEntries(Map<TagKey<T>, List<RegistryEntry<T>>> entries)
boolean
isEmpty()
method_35863()
isEmpty()
RegistryEntryLookup<T>
createRegistrationLookup()
method_46769()
createMutableRegistryLookup()