Package net.minecraftforge.debug.world
Class WorldgenRegistryDesyncTest
- java.lang.Object
-
- net.minecraftforge.debug.world.WorldgenRegistryDesyncTest
-
public class WorldgenRegistryDesyncTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static RegistryObject<Biome>
biome
static DeferredRegister<Biome>
BIOMES
static RegistryObject<Feature<NoFeatureConfig>>
dungeon
static DeferredRegister<Feature<?>>
FEATURES
-
Constructor Summary
Constructors Constructor Description WorldgenRegistryDesyncTest()
-
-
-
Field Detail
-
FEATURES
public static final DeferredRegister<Feature<?>> FEATURES
-
dungeon
public static final RegistryObject<Feature<NoFeatureConfig>> dungeon
-
BIOMES
public static final DeferredRegister<Biome> BIOMES
-
biome
public static final RegistryObject<Biome> biome
-
-