Uses of Class
games.stendhal.server.entity.item.Corpse
Package
Description
Entities are all the interactive objects of the gaming world
(including players, NPCs, creatures, items, signs, chests, portals, ...)
-
Uses of Corpse in games.stendhal.server.entity
Modifier and TypeMethodDescriptionprotected Corpse
RPEntity.makeCorpse(String killer)
Make a corpse belonging to this entityModifier and TypeMethodDescriptionprotected abstract void
DressedEntity.dropItemsOn(Corpse corpse)
protected abstract void
RPEntity.dropItemsOn(Corpse corpse)
-
Uses of Corpse in games.stendhal.server.entity.creature
Modifier and TypeMethodDescriptionprotected void
Creature.dropItemsOn(Corpse corpse)
protected void
DomesticAnimal.dropItemsOn(Corpse corpse)
Can be called when the sheep dies. -
Uses of Corpse in games.stendhal.server.entity.item
Modifier and TypeClassDescriptionclass
A faster rotting corpse for raid use with time limited access to the contents only by the player having been last attacked by it. -
Uses of Corpse in games.stendhal.server.entity.npc
Modifier and TypeMethodDescriptionprotected void
NPC.dropItemsOn(Corpse corpse)
protected void
SpeakerNPC.dropItemsOn(Corpse corpse)
-
Uses of Corpse in games.stendhal.server.entity.player
Modifier and TypeMethodDescriptionprotected void
Player.dropItemsOn(Corpse corpse)
protected void
PlayerDieer.dropItemsOn(Corpse corpse)