net.minecraft.registry

public interface Registerable<T>

net.minecraft.data.worldgen.BootstrapContext
net.minecraft.class_7891
net.minecraft.registry.Registerable

Method summary

Modifier and TypeMethod
RegistryEntry$Reference<T>
register(ResourceKey<T> key, T value, com.mojang.serialization.Lifecycle lifecycle)
method_46800(class_5321<T> arg0, T arg1, com.mojang.serialization.Lifecycle arg2)
register(RegistryKey<T> key, T value, com.mojang.serialization.Lifecycle lifecycle)
default RegistryEntry$Reference<T>
register(ResourceKey<T> key, T value)
method_46838(class_5321<T> arg0, T arg1)
register(RegistryKey<T> key, T value)
<S> RegistryEntryLookup<S>
lookup(ResourceKey<? extends Registry<? extends S>> key)
method_46799(class_5321<? extends class_2378<? extends S>> arg0)
getRegistryLookup(RegistryKey<? extends Registry<? extends S>> registryRef)