net.minecraft.util.registry

public class BuiltinRegistries

hk
net.minecraft.data.BuiltinRegistries
net.minecraft.class_5458
net.minecraft.util.registry.BuiltinRegistries
net.minecraft.unmapped.C_tcccilzh
net.minecraft.util.registry.WorldGenRegistries
net.minecraft.util.registry.WorldGenRegistries

Field summary

Modifier and TypeField
protected static final org.apache.logging.log4j.Logger
a
LOGGER
field_25925
LOGGER
f_brfnhadh
field_243649_a
LOGGER
private static final Map<Identifier, Supplier<?>>
k
LOADERS
field_25934
DEFAULT_VALUE_SUPPLIERS
f_jdxjhixr
field_243659_k
REGISTRY_NAME_TO_DEFAULT
private static final MutableRegistry<MutableRegistry<?>>
l
WRITABLE_REGISTRY
field_25935
ROOT
f_wfztgdue
field_243660_l
INTERNAL_ROOT_REGISTRIES
public static final Registry<? extends Registry<?>>
b
REGISTRY
field_25926
REGISTRIES
f_eqlauirq
field_243650_b
ROOT_REGISTRIES
public static final Registry<ConfiguredSurfaceBuilder<?>>
c
CONFIGURED_SURFACE_BUILDER
field_25927
CONFIGURED_SURFACE_BUILDER
f_ylclgetb
field_243651_c
CONFIGURED_SURFACE_BUILDER
public static final Registry<ConfiguredCarver<?>>
d
CONFIGURED_CARVER
field_25928
CONFIGURED_CARVER
f_bvyzccjl
field_243652_d
CONFIGURED_CARVER
public static final Registry<ConfiguredFeature<?, ?>>
e
CONFIGURED_FEATURE
field_25929
CONFIGURED_FEATURE
f_lnrkrwlo
field_243653_e
CONFIGURED_FEATURE
public static final Registry<ConfiguredStructureFeature<?, ?>>
f
CONFIGURED_STRUCTURE_FEATURE
field_25930
CONFIGURED_STRUCTURE_FEATURE
f_xbaibdcz
field_243654_f
CONFIGURED_STRUCTURE_FEATURE
public static final Registry<StructureProcessorList>
g
PROCESSOR_LIST
field_25931
STRUCTURE_PROCESSOR_LIST
f_zlpsenax
field_243655_g
STRUCTURE_PROCESSOR_LIST
public static final Registry<StructurePool>
h
TEMPLATE_POOL
field_25932
STRUCTURE_POOL
f_celjxphk
field_243656_h
JIGSAW_POOL
public static final Registry<Biome>
i
BIOME
field_25933
BIOME
f_adafzlar
field_243657_i
BIOME
public static final Registry<ChunkGeneratorSettings>
j
NOISE_GENERATOR_SETTINGS
field_26375
CHUNK_GENERATOR_SETTINGS
f_mogvvups
field_243658_j
NOISE_SETTINGS

Method summary

Modifier and TypeMethod
private static <T> Registry<T>
a(vj<? extends gm<T>> arg0, Supplier<T> arg1)
registerSimple(ResourceKey<? extends Registry<T>> arg0, Supplier<T> arg1)
method_30565(class_5321<? extends class_2378<T>> arg0, Supplier<T> arg1)
addRegistry(RegistryKey<? extends Registry<T>> registryRef, Supplier<T> defaultValueSupplier)
m_nvgvhnmk(C_xhhleach<? extends C_tqxyjqsk<T>> arg0, Supplier<T> arg1)
func_243667_a(RegistryKey<? extends Registry<T>> arg0, Supplier<T> arg1)
createRegistry(RegistryKey<? extends Registry<T>> registryKey, Supplier<T> defaultSupplier)
private static <T> Registry<T>
a(vj<? extends gm<T>> arg0, Lifecycle arg1, Supplier<T> arg2)
registerSimple(ResourceKey<? extends Registry<T>> arg0, com.mojang.serialization.Lifecycle arg1, Supplier<T> arg2)
method_30563(class_5321<? extends class_2378<T>> arg0, com.mojang.serialization.Lifecycle arg1, Supplier<T> arg2)
addRegistry(RegistryKey<? extends Registry<T>> registryRef, com.mojang.serialization.Lifecycle lifecycle, Supplier<T> defaultValueSupplier)
m_voxdohyk(C_xhhleach<? extends C_tqxyjqsk<T>> arg0, com.mojang.serialization.Lifecycle arg1, Supplier<T> arg2)
func_243665_a(RegistryKey<? extends Registry<T>> arg0, com.mojang.serialization.Lifecycle arg1, Supplier<T> arg2)
createRegistry(RegistryKey<? extends Registry<T>> registryKey, com.mojang.serialization.Lifecycle lifecycle, Supplier<T> defaultSupplier)
private static <T, R extends MutableRegistry<T>> R
a(vj<? extends gm<T>> arg0, R arg1, Supplier<T> arg2, Lifecycle arg3)
internalRegister(ResourceKey<? extends Registry<T>> arg0, R arg1, Supplier<T> arg2, com.mojang.serialization.Lifecycle arg3)
method_30564(class_5321<? extends class_2378<T>> arg0, R arg1, Supplier<T> arg2, com.mojang.serialization.Lifecycle arg3)
addRegistry(RegistryKey<? extends Registry<T>> registryRef, R registry, Supplier<T> defaultValueSupplier, com.mojang.serialization.Lifecycle lifecycle)
m_pdtzrgzv(C_xhhleach<? extends C_tqxyjqsk<T>> arg0, R arg1, Supplier<T> arg2, com.mojang.serialization.Lifecycle arg3)
func_243666_a(RegistryKey<? extends Registry<T>> arg0, R arg1, Supplier<T> arg2, com.mojang.serialization.Lifecycle arg3)
createRegistry(RegistryKey<? extends Registry<T>> registryKey, R registry, Supplier<T> defaultSupplier, com.mojang.serialization.Lifecycle lifecycle)
public static <T> T
a(gm<? super T> arg0, String arg1, T arg2)
register(Registry<? super T> arg0, String arg1, T arg2)
method_30561(class_2378<? super T> arg0, String arg1, T arg2)
add(Registry<? super T> registry, String id, T object)
m_llosuzgw(C_tqxyjqsk<? super T> arg0, String arg1, T arg2)
func_243663_a(Registry<? super T> arg0, String arg1, T arg2)
register(Registry<? super T> registry, String id, T value)
public static <V, T extends V> T
a(gm<V> arg0, vk arg1, T arg2)
register(Registry<V> arg0, ResourceLocation arg1, T arg2)
method_30562(class_2378<V> arg0, class_2960 arg1, T arg2)
add(Registry<V> registry, Identifier id, T object)
m_gipcpsfj(C_tqxyjqsk<V> arg0, C_ncpywfca arg1, T arg2)
func_243664_a(Registry<V> arg0, ResourceLocation arg1, T arg2)
register(Registry<V> registry, ResourceLocation id, T value)
public static <V, T extends V> T
a(gm<V> arg0, int arg1, vj<V> arg2, T arg3)
registerMapping(Registry<V> arg0, int arg1, ResourceKey<V> arg2, T arg3)
method_30560(class_2378<V> arg0, int arg1, class_5321<V> arg2, T arg3)
set(Registry<V> registry, int rawId, RegistryKey<V> key, T object)
m_jhbuobdh(C_tqxyjqsk<V> arg0, int arg1, C_xhhleach<V> arg2, T arg3)
func_243662_a(Registry<V> arg0, int arg1, RegistryKey<V> arg2, T arg3)
register(Registry<V> registry, int index, RegistryKey<V> registryKey, T value)
public static void
a()
bootstrap()
method_30559()
init()
m_lqypnsar()
func_243661_a()
init()