The `amDead` method in the `MOB` interface of the `com.planet_ink.coffee_mud.core.interfaces` package in Java is used to check if a mobile object (MOB) is dead. It returns true if the MOB is dead, meaning it has zero hit points and is unable to perform any actions. If the MOB is not dead, the method returns false.
Java MOB.amDead - 19 examples found. These are the top rated real world Java examples of com.planet_ink.coffee_mud.core.interfaces.MOB.amDead extracted from open source projects. You can rate examples to help us improve the quality of examples.