public class BlockBounds
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<BoundingBox> |
bounds |
int |
id |
Constructor and Description |
---|
BlockBounds(int id,
BoundingBox... boxes) |
public java.util.List<BoundingBox> bounds
public int id
public BlockBounds(int id, BoundingBox... boxes)