The `amDead` method is a part of the `MOB` interface in the `com.planet_ink.coffee_mud.common.interfaces` package of Java. This method is used to determine if the `MOB` (Mobile Object) is dead or not. It returns a boolean value indicating whether the `MOB` is dead (`true`) or alive (`false`).
Java MOB.amDead - 19 examples found. These are the top rated real world Java examples of com.planet_ink.coffee_mud.Common.interfaces.MOB.amDead extracted from open source projects. You can rate examples to help us improve the quality of examples.