Uses of Class
games.stendhal.server.entity.item.Corpse
Packages that use 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
Methods in games.stendhal.server.entity that return CorpseModifier and TypeMethodDescriptionprotected CorpseRPEntity.makeCorpse(String killer) Make a corpse belonging to this entityMethods in games.stendhal.server.entity with parameters of type CorpseModifier and TypeMethodDescriptionprotected abstract voidDressedEntity.dropItemsOn(Corpse corpse) protected abstract voidRPEntity.dropItemsOn(Corpse corpse) -
Uses of Corpse in games.stendhal.server.entity.creature
Methods in games.stendhal.server.entity.creature that return CorpseMethods in games.stendhal.server.entity.creature with parameters of type CorpseModifier and TypeMethodDescriptionprotected voidCreature.dropItemsOn(Corpse corpse) protected voidDomesticAnimal.dropItemsOn(Corpse corpse) Can be called when the sheep dies. -
Uses of Corpse in games.stendhal.server.entity.item
Subclasses of Corpse in games.stendhal.server.entity.itemModifier and TypeClassDescriptionclassA 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
Methods in games.stendhal.server.entity.npc with parameters of type CorpseModifier and TypeMethodDescriptionprotected voidNPC.dropItemsOn(Corpse corpse) protected voidSpeakerNPC.dropItemsOn(Corpse corpse) -
Uses of Corpse in games.stendhal.server.entity.player
Methods in games.stendhal.server.entity.player with parameters of type CorpseModifier and TypeMethodDescriptionprotected voidPlayer.dropItemsOn(Corpse corpse) protected voidPlayerDieer.dropItemsOn(Corpse corpse)