Uses of Class
io.github.protasm.jvmud.engine.world.Entity
Packages that use Entity
Package
Description
Player, session, and persona identity records for a running JVMud world.
Engine-owned world model: worlds, places, entities, links, locations, and containment.
-
Uses of Entity in io.github.protasm.jvmud.engine.identity
Methods in io.github.protasm.jvmud.engine.identity that return types with arguments of type EntityModifier and TypeMethodDescriptionPersonaRecord.entity()Returns the value of theentityrecord component.Constructors in io.github.protasm.jvmud.engine.identity with parameters of type EntityConstructor parameters in io.github.protasm.jvmud.engine.identity with type arguments of type Entity -
Uses of Entity in io.github.protasm.jvmud.engine.world
Methods in io.github.protasm.jvmud.engine.world that return EntityModifier and TypeMethodDescriptionWorldRuntime.createEntity(String id, String displayName, Location initialLocation, Capability... capabilities) Creates an entity at an initial location.Returns a known entity by id, ornullif the id does not name an entity.Methods in io.github.protasm.jvmud.engine.world that return types with arguments of type EntityModifier and TypeMethodDescriptionWorldRuntime.contentsOf(Location location) Returns the entities immediately contained by a location.Methods in io.github.protasm.jvmud.engine.world with parameters of type EntityModifier and TypeMethodDescriptionWorldRuntime.locationOf(Entity entity) Returns the immediate location of an entity, ornullif it has not been located.voidMoves an entity into a known destination location.Returns the containing place for an entity, walking through entity containers as needed.voidWorldRuntime.setTranslucent(Entity entity, boolean translucent) Sets whether light and other ambient perception can pass through an entity container.booleanWorldRuntime.translucent(Entity entity) Returns whether light and other ambient perception can pass through an entity container.booleanMoves an entity across the link selected by an action from its containing place.