public class GuiSubtitleOverlay.Subtitle
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Vec3d |
location |
private long |
startTime |
private java.lang.String |
subtitle |
Constructor and Description |
---|
Subtitle(java.lang.String subtitleIn,
Vec3d locationIn) |
Modifier and Type | Method and Description |
---|---|
Vec3d |
getLocation() |
long |
getStartTime() |
java.lang.String |
getString() |
void |
refresh(Vec3d locationIn) |