Class ShaderConfig.ShaderValue

java.lang.Object
com.buuz135.darkmodeeverywhere.ShaderConfig.ShaderValue
Enclosing class:
ShaderConfig

public static class ShaderConfig.ShaderValue extends Object
  • Field Details

    • texShaderLocation

      public net.minecraft.resources.Identifier texShaderLocation
    • texColorShaderLocation

      public net.minecraft.resources.Identifier texColorShaderLocation
    • displayTranslationKey

      public String displayTranslationKey
    • divideFactor

      public float divideFactor
    • darkColorReplacement

      public int darkColorReplacement
  • Constructor Details

    • ShaderValue

      public ShaderValue(net.minecraft.resources.Identifier texShaderLocation, net.minecraft.resources.Identifier texColorShaderLocation, String displayTranslationKey, float divideFactor, int darkColorReplacement)
  • Method Details

    • getDisplayName

      public net.minecraft.network.chat.MutableComponent getDisplayName()