Class ShaderConfig.ShaderValue
java.lang.Object
com.buuz135.darkmodeeverywhere.ShaderConfig.ShaderValue
- Enclosing class:
ShaderConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionintfloatnet.minecraft.resources.Identifiernet.minecraft.resources.Identifier -
Constructor Summary
ConstructorsConstructorDescriptionShaderValue(net.minecraft.resources.Identifier texShaderLocation, net.minecraft.resources.Identifier texColorShaderLocation, String displayTranslationKey, float divideFactor, int darkColorReplacement) -
Method Summary
-
Field Details
-
texShaderLocation
public net.minecraft.resources.Identifier texShaderLocation -
texColorShaderLocation
public net.minecraft.resources.Identifier texColorShaderLocation -
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()
-