Class DimensionRegistration
java.lang.Object
com.pixelmonmod.pixelmon.world.dimension.DimensionRegistration
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.neoforged.neoforge.registries.DeferredRegister
<com.mojang.serialization.MapCodec<? extends net.minecraft.world.level.chunk.ChunkGenerator>> static final net.neoforged.neoforge.registries.DeferredHolder
<com.mojang.serialization.MapCodec<? extends net.minecraft.world.level.chunk.ChunkGenerator>, com.mojang.serialization.MapCodec<PixelmonDebugChunkGenerator>> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CHUNK_GENERATOR
public static final net.neoforged.neoforge.registries.DeferredRegister<com.mojang.serialization.MapCodec<? extends net.minecraft.world.level.chunk.ChunkGenerator>> CHUNK_GENERATOR -
DEBUG_GENERATOR
public static final net.neoforged.neoforge.registries.DeferredHolder<com.mojang.serialization.MapCodec<? extends net.minecraft.world.level.chunk.ChunkGenerator>,com.mojang.serialization.MapCodec<PixelmonDebugChunkGenerator>> DEBUG_GENERATOR
-
-
Constructor Details
-
DimensionRegistration
public DimensionRegistration()
-