The method amDead() is a part of the MOB interface in the Java com.planet_ink.coffee_mud.mobs.interfaces package. It is used to determine whether the current MOB is dead or not. It returns a boolean value indicating the status of the MOB's life.
Java MOB.amDead - 25 examples found. These are the top rated real world Java examples of com.planet_ink.coffee_mud.MOBS.interfaces.MOB.amDead extracted from open source projects. You can rate examples to help us improve the quality of examples.