Class QuadBrightness.Mutable
java.lang.Object
com.mojang.blaze3d.vertex.QuadBrightness
com.mojang.blaze3d.vertex.QuadBrightness.Mutable
- Enclosing class:
QuadBrightness
-
Nested Class Summary
Nested classes/interfaces inherited from class QuadBrightness
QuadBrightness.Mutable -
Field Summary
Fields inherited from class QuadBrightness
ALL_BRIGHT, value0, value1, value2, value3 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmultiplyAll(float value) voidset(int vertex, float value) voidsetAll(float value) Methods inherited from class QuadBrightness
get, scaleColor
-
Constructor Details
-
Mutable
public Mutable()
-
-
Method Details
-
set
public void set(int vertex, float value) -
setAll
public void setAll(float value) -
multiplyAll
public void multiplyAll(float value)
-