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
bindTag(TagKey<T> key, List<Holder<T>> values)
method_62681(class_6862<T> arg0, List<class_6880<T>> arg1)
setEntries(TagKey<T> tag, List<RegistryEntry<T>> entries)
boolean
isEmpty()
method_35863()
isEmpty()
RegistryEntryLookup<T>
createRegistrationLookup()
method_46769()
createMutableRegistryLookup()