Interface WritableRegistry<T>

All Superinterfaces:
IdMap<T>, Iterable<T>, com.mojang.serialization.Keyable, Registry<T>
All Known Implementing Classes:
DefaultedMappedRegistry, MappedRegistry, NamespacedDefaultedWrapper, NamespacedWrapper

public interface WritableRegistry<T> extends Registry<T>