Class PixelmonBiomes

java.lang.Object
com.pixelmonmod.pixelmon.api.registries.PixelmonBiomes

public class PixelmonBiomes extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.tags.TagKey<net.minecraft.world.level.biome.Biome>
     
    static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome>
     
    static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome>
     
    static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome>
     
    static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ULTRA_JUNGLE

      public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome> ULTRA_JUNGLE
    • ULTRA_PLANT

      public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome> ULTRA_PLANT
    • ULTRA_CRATER

      public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome> ULTRA_CRATER
    • ULTRA_DEEP_SEA

      public static final net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome> ULTRA_DEEP_SEA
    • SAFARI_BIOME

      public static final net.minecraft.tags.TagKey<net.minecraft.world.level.biome.Biome> SAFARI_BIOME
  • Constructor Details

    • PixelmonBiomes

      public PixelmonBiomes()