Package noppes.npcs.api.block
Interface ITextPlane
public interface ITextPlane
-
Method Summary
Modifier and TypeMethodDescriptionfloat
float
float
int
int
int
float
getScale()
getText()
void
setOffsetX
(float x) void
setOffsetY
(float y) void
setOffsetZ
(float z) void
setRotationX
(int x) void
setRotationY
(int y) void
setRotationZ
(int z) void
setScale
(float scale) void
-
Method Details
-
getText
String getText() -
setText
-
getRotationX
int getRotationX() -
getRotationY
int getRotationY() -
getRotationZ
int getRotationZ() -
setRotationX
void setRotationX(int x) -
setRotationY
void setRotationY(int y) -
setRotationZ
void setRotationZ(int z) - Parameters:
z
- Default: 0.5
-
getOffsetX
float getOffsetX() -
getOffsetY
float getOffsetY() -
getOffsetZ
float getOffsetZ() -
setOffsetX
void setOffsetX(float x) -
setOffsetY
void setOffsetY(float y) -
setOffsetZ
void setOffsetZ(float z) -
getScale
float getScale() -
setScale
void setScale(float scale) - Parameters:
scale
- Default: 1
-