Class PixelmonGrowths

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

public class PixelmonGrowths extends Object
Static class containing all of Pixelmon's Growths
  • Field Details

    • EXTRA_EXTRA_SMALL

      public static final net.minecraft.resources.ResourceKey<Growth> EXTRA_EXTRA_SMALL
    • EXTRA_SMALL

      public static final net.minecraft.resources.ResourceKey<Growth> EXTRA_SMALL
    • SMALL

      public static final net.minecraft.resources.ResourceKey<Growth> SMALL
    • ORDINARY

      public static final net.minecraft.resources.ResourceKey<Growth> ORDINARY
    • LARGE

      public static final net.minecraft.resources.ResourceKey<Growth> LARGE
    • EXTRA_LARGE

      public static final net.minecraft.resources.ResourceKey<Growth> EXTRA_LARGE
    • EXTRA_EXTRA_LARGE

      public static final net.minecraft.resources.ResourceKey<Growth> EXTRA_EXTRA_LARGE
  • Method Details

    • getXXS

      public static net.minecraft.core.Holder<Growth> getXXS()
    • getXS

      public static net.minecraft.core.Holder<Growth> getXS()
    • getSmall

      public static net.minecraft.core.Holder<Growth> getSmall()
    • getOrdinary

      public static net.minecraft.core.Holder<Growth> getOrdinary()
    • getLarge

      public static net.minecraft.core.Holder<Growth> getLarge()
    • getXL

      public static net.minecraft.core.Holder<Growth> getXL()
    • getXXL

      public static net.minecraft.core.Holder<Growth> getXXL()