public class class_5458 extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
field_25925 |
static Registry<? extends Registry<?>> |
field_25926 |
static Registry<ConfiguredSurfaceBuilder<?>> |
field_25927 |
static Registry<ConfiguredCarver<?>> |
field_25928 |
static Registry<ConfiguredFeature<?,?>> |
field_25929 |
static Registry<ConfiguredStructureFeature<?,?>> |
field_25930 |
static Registry<ImmutableList<StructureProcessor>> |
field_25931 |
static Registry<StructurePool> |
field_25932 |
static Registry<Biome> |
field_25933 |
private static Map<Identifier,Supplier<?>> |
field_25934 |
private static MutableRegistry<MutableRegistry<?>> |
field_25935 |
| Constructor and Description |
|---|
class_5458() |
| Modifier and Type | Method and Description |
|---|---|
static void |
method_30559() |
static <V,T extends V> |
method_30560(Registry<V> registry,
int int2,
String string,
T t) |
static <T> T |
method_30561(Registry<? super T> registry,
String string,
T t) |
static <V,T extends V> |
method_30562(Registry<V> registry,
Identifier identifier,
T t) |
private static <T> Registry<T> |
method_30563(RegistryKey<? extends Registry<T>> registryKey,
com.mojang.serialization.Lifecycle lifecycle,
Supplier<T> supplier) |
private static <T,R extends MutableRegistry<T>> |
method_30564(RegistryKey<? extends Registry<T>> registryKey,
R r,
Supplier<T> supplier) |
private static <T> Registry<T> |
method_30565(RegistryKey<? extends Registry<T>> registryKey,
Supplier<T> supplier) |
protected static final Logger field_25925
private static final Map<Identifier,Supplier<?>> field_25934
private static final MutableRegistry<MutableRegistry<?>> field_25935
public static final Registry<ConfiguredSurfaceBuilder<?>> field_25927
public static final Registry<ConfiguredCarver<?>> field_25928
public static final Registry<ConfiguredFeature<?,?>> field_25929
public static final Registry<ConfiguredStructureFeature<?,?>> field_25930
public static final Registry<ImmutableList<StructureProcessor>> field_25931
public static final Registry<StructurePool> field_25932
private static <T> Registry<T> method_30565(RegistryKey<? extends Registry<T>> registryKey, Supplier<T> supplier)
private static <T> Registry<T> method_30563(RegistryKey<? extends Registry<T>> registryKey, com.mojang.serialization.Lifecycle lifecycle, Supplier<T> supplier)
private static <T,R extends MutableRegistry<T>> R method_30564(RegistryKey<? extends Registry<T>> registryKey, R r, Supplier<T> supplier)
public static <V,T extends V> T method_30562(Registry<V> registry, Identifier identifier, T t)
public static <V,T extends V> T method_30560(Registry<V> registry, int int2, String string, T t)
public static void method_30559()