Class CreatureInfo
java.lang.Object
net.sf.colossus.client.CreatureInfo
- All Implemented Interfaces:
Cloneable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanTwo CreatureInfo objects match if the types match.(package private) final StringgetName()getType()inthashCode()Two CreatureInfo objects match if the names match.(package private) boolean(package private) boolean(package private) voidsetAtSplit(boolean atSplit) (package private) voidsetCertain(boolean certain) toString()
-
Field Details
-
type
-
certain
private boolean certain -
atSplit
private boolean atSplit
-
-
Constructor Details
-
CreatureInfo
CreatureInfo(CreatureType type, boolean certain, boolean atSplit)
-
-
Method Details