- Enclosing class:
- Teams
public static class Teams.BlockPlan
extends Object
Represents a block made by this team that was destroyed somewhere on the map.
This does not include deconstructed blocks.
-
Field Summary
Fields
final short
boolean
final short
final short
final short
-
Constructor Summary
Constructors
-
Method Summary
-
Field Details
-
-
-
rotation
public final short rotation
-
block
public final short block
-
-
removed
public boolean removed
-
Constructor Details
-
BlockPlan
public BlockPlan(int x,
int y,
short rotation,
short block,
Object config)
-