Package com.buuz135.darkmodeeverywhere
Class ShaderConfig.ShaderValue
java.lang.Object
com.buuz135.darkmodeeverywhere.ShaderConfig.ShaderValue
- Enclosing class:
ShaderConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionintnet.minecraft.network.chat.MutableComponentfloatnet.minecraft.resources.ResourceLocationnet.minecraft.resources.ResourceLocation -
Constructor Summary
ConstructorsConstructorDescriptionShaderValue(net.minecraft.resources.ResourceLocation texShaderLocation, net.minecraft.resources.ResourceLocation texColorShaderLocation, net.minecraft.network.chat.MutableComponent displayName, float divideFactor, int darkColorReplacement) -
Method Summary
-
Field Details
-
texShaderLocation
public net.minecraft.resources.ResourceLocation texShaderLocation -
texColorShaderLocation
public net.minecraft.resources.ResourceLocation texColorShaderLocation -
displayName
public net.minecraft.network.chat.MutableComponent displayName -
divideFactor
public float divideFactor -
darkColorReplacement
public int darkColorReplacement
-
-
Constructor Details
-
ShaderValue
public ShaderValue(net.minecraft.resources.ResourceLocation texShaderLocation, net.minecraft.resources.ResourceLocation texColorShaderLocation, net.minecraft.network.chat.MutableComponent displayName, float divideFactor, int darkColorReplacement)
-