java.lang.Object
org.rspeer.game.provider.callback.manager.overlay.Overlay

public class Overlay extends Object
  • Constructor Details

    • Overlay

      public Overlay(Overlay.Type type, Position position, int id, int index, int type2, int colorType)
    • Overlay

      public Overlay(Overlay.Type type, int id, int type2, int colorType)
    • Overlay

      public Overlay(Overlay.Type type, Position position, int type2, int colorType)
  • Method Details

    • validate

      public boolean validate(Position pos, int id, int index, int entityType)
    • getColor

      public Color getColor()
    • render

      public void render(Graphics2D g)
    • setPoly

      public void setPoly(Polygon poly)