Uses of Record Class
io.github.protasm.jvmud.engine.world.Place
Packages that use Place
Package
Description
Engine-owned world model: worlds, places, entities, links, locations, and containment.
-
Uses of Place in io.github.protasm.jvmud.engine.world
Methods in io.github.protasm.jvmud.engine.world that return PlaceModifier and TypeMethodDescriptionWorldRuntime.createPlace(String id, String displayName) Creates a place that can contain entities and act as a link endpoint.Link.destination()Returns the value of thedestinationrecord component.Link.origin()Returns the value of theoriginrecord component.Returns a known place by id, ornullif the id does not name a place.Returns the containing place for an entity, walking through entity containers as needed.Methods in io.github.protasm.jvmud.engine.world with parameters of type PlaceModifier and TypeMethodDescriptionCreates a visible link from one place to another.Creates or replaces a link from one place to another for a normalized action string.voidWorldRuntime.connectBothWays(Place first, String firstAction, Place second, String secondAction) Creates two visible links that connect the supplied places in opposite directions.Returns the link for an action from a place, ornullwhen no such link exists.Returns the currently registered outbound links from a place in insertion order.Constructors in io.github.protasm.jvmud.engine.world with parameters of type Place