Package games.stendhal.common
Class Line.Action
java.lang.Object
games.stendhal.common.Line.Action
- Enclosing class:
- Line
callback which is invoked for each point
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Action
public Action()
-
-
Method Details
-
fire
public abstract void fire(int x, int y)callback for point (x, y)- Parameters:
x
- x-coordinatey
- y-coordinate
-