net.minecraft.core

public abstract class WritableRegistry<T>

extends Registry<T>

All mapped superinterfaces:

IdMap

gs
net.minecraft.core.WritableRegistry
net.minecraft.class_2385
net.minecraft.util.registry.MutableRegistry
net.minecraft.util.registry.MutableRegistry
net.minecraft.server.v1_16_R1.IRegistryWritable

Constructor summary

ModifierConstructor
public (ResourceKey<Registry<T>> arg0, com.mojang.serialization.Lifecycle arg1)

Method summary

Modifier and TypeMethod
public abstract <V extends T> V
a(int arg0, ug<T> arg1, V arg2)
registerMapping(int arg0, ResourceKey<T> arg1, V arg2)
method_10273(int arg0, class_5321<T> arg1, V arg2)
set(int rawId, RegistryKey<T> key, V entry)
func_218382_a(int arg0, RegistryKey<T> arg1, V arg2)
public abstract <V extends T> V
a(ug<T> arg0, V arg1)
register(ResourceKey<T> arg0, V arg1)
method_10272(class_5321<T> arg0, V arg1)
add(RegistryKey<T> key, V entry)
func_218381_a(RegistryKey<T> arg0, V arg1)
public abstract void
d(ug<T> arg0)
setPersistent(ResourceKey<T> arg0)
method_29725(class_5321<T> arg0)
markLoaded(RegistryKey<T> arg0)
func_239662_d_(RegistryKey<T> arg0)