Class PixelmonCodecs

java.lang.Object
com.pixelmonmod.pixelmon.client.render.shader.PixelmonCodecs

public class PixelmonCodecs extends Object
  • Field Details

    • DIRECT_COLOR_CODEC

      public static final com.mojang.serialization.Codec<Color> DIRECT_COLOR_CODEC
    • COLOR_CODEC

      public static final com.mojang.serialization.Codec<Color> COLOR_CODEC
    • OPTIONAL_DIMENSIONS_CODEC

      public static final com.mojang.serialization.Codec<org.joml.Vector3f> OPTIONAL_DIMENSIONS_CODEC
    • TIME_UNIT

      public static final com.mojang.serialization.Codec<TimeUnit> TIME_UNIT
    • VECTOR2F

      public static final com.mojang.serialization.Codec<org.joml.Vector2f> VECTOR2F
    • CODECS

      public static final com.google.common.collect.BiMap<String,com.mojang.serialization.Codec<?>> CODECS
  • Constructor Details

    • PixelmonCodecs

      public PixelmonCodecs()
  • Method Details

    • init

      public static void init()