Interface IEntityDisplay

All Superinterfaces:
ICustomGuiComponent

public interface IEntityDisplay extends ICustomGuiComponent
  • Method Details

    • getEntity

      IEntity getEntity()
    • setEntity

      IEntityDisplay setEntity(IEntity entity)
    • getRotation

      int getRotation()
    • setRotation

      IEntityDisplay setRotation(int rot)
    • getScale

      float getScale()
    • setScale

      IEntityDisplay setScale(float scale)
    • getBackground

      boolean getBackground()
    • setBackground

      IEntityDisplay setBackground(boolean bo)
    • isFollowingCursor

      boolean isFollowingCursor()
    • setFollowingCursor

      IEntityDisplay setFollowingCursor(boolean state)