Class Constants

java.lang.Object
de.cech12.colorblindness.Constants

public class Constants extends Object
Class that contains all common constants.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static Supplier<net.minecraft.world.effect.MobEffect>
    Supplier for registered ACHROMATOMALY MobEffect
    static Supplier<net.minecraft.world.effect.MobEffect>
    Supplier for registered ACHROMATOPSIA MobEffect
    static Supplier<net.minecraft.world.effect.MobEffect>
    Supplier for registered DEUTERANOMALY MobEffect
    static Supplier<net.minecraft.world.effect.MobEffect>
    Supplier for registered DEUTERANOPIA MobEffect
    static final org.slf4j.Logger
    Logger instance
    static final String
    mod id
    static final String
    mod name
    static Supplier<net.minecraft.world.effect.MobEffect>
    Supplier for registered PROTANOMALY MobEffect
    static Supplier<net.minecraft.world.effect.MobEffect>
    Supplier for registered PROTANOPIA MobEffect
    static Supplier<net.minecraft.world.effect.MobEffect>
    Supplier for registered TRITANOMALY MobEffect
    static Supplier<net.minecraft.world.effect.MobEffect>
    Supplier for registered TRITANOPIA MobEffect
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.resources.ResourceLocation
    id(String name)
     

    Methods inherited from class java.lang.Object

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

    • MOD_ID

      public static final String MOD_ID
      mod id
      See Also:
    • MOD_NAME

      public static final String MOD_NAME
      mod name
      See Also:
    • LOG

      public static final org.slf4j.Logger LOG
      Logger instance
    • ACHROMATOMALY

      public static Supplier<net.minecraft.world.effect.MobEffect> ACHROMATOMALY
      Supplier for registered ACHROMATOMALY MobEffect
    • ACHROMATOPSIA

      public static Supplier<net.minecraft.world.effect.MobEffect> ACHROMATOPSIA
      Supplier for registered ACHROMATOPSIA MobEffect
    • DEUTERANOMALY

      public static Supplier<net.minecraft.world.effect.MobEffect> DEUTERANOMALY
      Supplier for registered DEUTERANOMALY MobEffect
    • DEUTERANOPIA

      public static Supplier<net.minecraft.world.effect.MobEffect> DEUTERANOPIA
      Supplier for registered DEUTERANOPIA MobEffect
    • PROTANOMALY

      public static Supplier<net.minecraft.world.effect.MobEffect> PROTANOMALY
      Supplier for registered PROTANOMALY MobEffect
    • PROTANOPIA

      public static Supplier<net.minecraft.world.effect.MobEffect> PROTANOPIA
      Supplier for registered PROTANOPIA MobEffect
    • TRITANOMALY

      public static Supplier<net.minecraft.world.effect.MobEffect> TRITANOMALY
      Supplier for registered TRITANOMALY MobEffect
    • TRITANOPIA

      public static Supplier<net.minecraft.world.effect.MobEffect> TRITANOPIA
      Supplier for registered TRITANOPIA MobEffect
  • Method Details

    • id

      public static net.minecraft.resources.ResourceLocation id(String name)