|
Crossfire JXClient, Trunk
|
Inheritance diagram for Inheritance.Swimable:
Collaboration diagram for Inheritance.Swimable:Public Member Functions | |
| default String | swim () |
The behavior of an creature that can swim
Definition at line 47 of file Inheritance.java.
| default String Inheritance.Swimable.swim | ( | ) |
Return string representation of the swim action for a creature that can swim
Implemented in Inheritance.Diveable, and Inheritance.Fish.
Definition at line 56 of file Inheritance.java.