Package dev.engine_room.vanillin.text
Class TextVisual
java.lang.Object
dev.engine_room.vanillin.text.TextVisual
A visual that renders a single line of text.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTextVisual(dev.engine_room.flywheel.api.instance.InstancerProvider instancerProvider, net.minecraft.util.FormattedCharSequence textLine, List<TextLayer> layers) -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()voidupdateLight(int packedLight) voidvoidupdatePose(org.joml.Matrix4f pose)
-
Field Details
-
width
public final float width
-
-
Constructor Details
-
TextVisual
-
-
Method Details
-
updatePose
public void updatePose(org.joml.Matrix4f pose) -
updateObfuscated
public void updateObfuscated() -
updateLight
public void updateLight(int packedLight) -
delete
public void delete()
-