Uses of Class
dev.twilite.game.wrapper.World
Packages that use World
Package
Description
-
Uses of World in dev.twilite.game
Methods in dev.twilite.game that return types with arguments of type WorldModifier and TypeMethodDescriptionGame.localWorld()Returns the transmitted child world containing the local player.Game.rootWorld()Returns the root world when the client is available.Game.world(int id) Returns a loaded world by id.Method parameters in dev.twilite.game with type arguments of type WorldModifier and TypeMethodDescriptionstatic InteractionScopeGame.interactionScope(Optional<World> world) Returns interaction helpers scoped to a loaded world. -
Uses of World in dev.twilite.game.common
Methods in dev.twilite.game.common with parameters of type WorldModifier and TypeMethodDescriptionstatic RectWorldEntitySpace.area(dev.twilite.cache.definition.WorldEntityDefinition definition, World world, Coord.Fine origin, float radians) Returns the root-world area occupied by a world entity definition.Converts this fine coordinate to an absolute world tile coordinate.Converts this map-local coordinate to an absolute world coordinate.static CoordCoord.fromFine(World world, Coord.Fine fine) Converts a fine coordinate into an absolute world coordinate.static CoordConverts a map-local coordinate into an absolute world coordinate.Converts this absolute coordinate into a coordinate relative toworld.static Coord.FineWorldEntitySpace.projectFine(Coord.Fine fine, Coord.Fine origin, float radians, dev.twilite.cache.definition.WorldEntityDefinition definition, World childWorld) Projects a fine coordinate from a child world to root-world fine coordinates.Constructors in dev.twilite.game.common with parameters of type WorldModifierConstructorDescriptionInteractionScope(World world) Creates a scope backed by a loaded world. -
Uses of World in dev.twilite.game.trait
Methods in dev.twilite.game.trait that return World -
Uses of World in dev.twilite.game.wrapper
Methods in dev.twilite.game.wrapper that return WorldModifier and TypeMethodDescriptionWorldEntity.parentWorld()Returns the parent world that owns this transmitted entity.Actor.world()Effect.world()HintArrow.world()Projectile.world()SceneObject.world()TileItem.world()WorldEntity.world()Returns the child world associated with this entity.Methods in dev.twilite.game.wrapper with parameters of type WorldModifier and TypeMethodDescriptionWorldEntity.projectCoord(Coord.Fine fine, World childWorld) Projects a fine coordinate from the supplied child world to the root world.WorldEntity.projectFine(Coord.Fine fine, World childWorld) Projects a fine coordinate from the supplied child world to root-world fine coordinates.Constructors in dev.twilite.game.wrapper with parameters of type WorldModifierConstructorDescriptionWraps a native effect provider.Wraps a native hint-arrow provider.Projectile(dev.twilite.game.internal.memory.RSProjectile memory, World world) Wraps a native projectile provider.Wraps a native tile-item provider.WorldEntity(dev.twilite.game.internal.memory.RSWorldEntity memory, World parentWorld) Wraps a native world entity provider.