wyvern.lib.properties
Interface Groupable


public interface Groupable

This interface is for classes that want to make their own decision about whether instances can be grouped together.

Version:
1.0, Oct 14, 1998
Author:
Steve Yegge

Method Summary
 boolean canGroup(GameObject obj)
          Returns true if we can group with the specified object.
 

Method Detail

canGroup

public boolean canGroup(GameObject obj)
Returns true if we can group with the specified object.

Parameters:
obj - another object that may want to group with us
Returns:
true to make a group, false to make no group