Package noppes.npcs.api.gui
Interface IEntityDisplay
- All Superinterfaces:
ICustomGuiComponent
-
Method Summary
Modifier and TypeMethodDescriptionbooleanintfloatgetScale()booleansetBackground(boolean bo) setFollowingCursor(boolean state) setRotation(int rot) setScale(float scale) Methods inherited from interface noppes.npcs.api.gui.ICustomGuiComponent
getEnabled, getHeight, getHoverText, getID, getPosX, getPosY, getType, getUniqueID, getVisible, getWidth, hasHoverText, setEnabled, setHoverText, setHoverText, setID, setPos, setSize, setVisible
-
Method Details
-
getEntity
IEntity getEntity() -
setEntity
-
getRotation
int getRotation() -
setRotation
-
getScale
float getScale() -
setScale
-
getBackground
boolean getBackground() -
setBackground
-
isFollowingCursor
boolean isFollowingCursor() -
setFollowingCursor
-