Interface RSEntity

All Superinterfaces:
RSDoublyLinkedNode, RSNode, RSProvider
All Known Subinterfaces:
RSBoundary, RSBoundaryDecor, RSDynamicObject, RSEffectObject, RSEntityMarker, RSModel, RSNpc, RSPathingEntity, RSPickable, RSPlayer, RSProjectile, RSSceneObject, RSTileDecor, RSUnlitModel

public interface RSEntity extends RSDoublyLinkedNode
  • Method Details

    • getHeight

      int getHeight()
    • getModel

      RSModel getModel()
    • getModels

      default List<RSModel> getModels()
    • defineModel

      RSModel defineModel()
    • getDebugColor

      int getDebugColor()
    • setDebugColor

      void setDebugColor(int debugColor)
    • isDebugging

      boolean isDebugging()
    • setDebugging

      void setDebugging(boolean debugging)