Class Outline.OutlineParams
java.lang.Object
com.simibubi.create.foundation.utility.outliner.Outline.OutlineParams
- Enclosing class:
- Outline
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected floatprotected booleanprotected booleanprotected Optional<AllSpecialTextures>protected booleanprotected net.minecraft.core.Directionprotected Optional<AllSpecialTextures>protected intprotected Color -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolored(int color) net.minecraft.core.DirectionfloathighlightFace(net.minecraft.core.Direction face) lightMap(int light) lineWidth(float width) withFaceTexture(AllSpecialTextures texture) withFaceTextures(AllSpecialTextures texture, AllSpecialTextures highlightTexture)
-
Field Details
-
faceTexture
-
hightlightedFaceTexture
-
highlightedFace
protected net.minecraft.core.Direction highlightedFace -
fadeLineWidth
protected boolean fadeLineWidth -
disableCull
protected boolean disableCull -
disableNormals
protected boolean disableNormals -
alpha
protected float alpha -
lightMap
protected int lightMap -
rgb
-
-
Constructor Details
-
OutlineParams
public OutlineParams()
-
-
Method Details
-
colored
-
colored
-
lightMap
-
lineWidth
-
withFaceTexture
-
clearTextures
-
withFaceTextures
public Outline.OutlineParams withFaceTextures(AllSpecialTextures texture, AllSpecialTextures highlightTexture) -
highlightFace
-
disableNormals
-
disableCull
-
getLineWidth
public float getLineWidth() -
getHighlightedFace
public net.minecraft.core.Direction getHighlightedFace()
-