Uses of Class
dev.twilite.game.stream.TileItemView
Packages that use TileItemView
Package
Description
-
Uses of TileItemView in dev.twilite.game
Methods in dev.twilite.game that return TileItemViewModifier and TypeMethodDescriptionstatic TileItemViewGame.tileItems()Returns tile items from the root world and local world when different.static TileItemViewGame.tileItems(int floor) Returns tile items on a floor from the root world and local world when different. -
Uses of TileItemView in dev.twilite.game.common
Method parameters in dev.twilite.game.common with type arguments of type TileItemViewModifier and TypeMethodDescriptionbooleanInteractionScope.castSpellOnTileItem(Spell spell, Function<TileItemView, Optional<TileItem>> query, Coord fallback) Casts a spell on a ground item, walking tofallbackif the item is not available.booleanInteractionScope.castSpellOnTileItem(Spell spell, Function<TileItemView, Optional<TileItem>> query, Coord fallback, boolean skipReachableCheck) Casts a spell on a ground item with optional local reachability checks.booleanInteractionScope.pickUp(int item, Function<TileItemView, Optional<TileItem>> query, Coord fallback, boolean skipReachableCheck) Picks up a ground item selected from this scope's tile-item view.booleanInteractionScope.tileItem(Function<TileItemView, Optional<TileItem>> query, Coord fallback, String op) Interacts with a ground item, walking tofallbackif the item is not available.booleanInteractionScope.tileItem(Function<TileItemView, Optional<TileItem>> query, Coord fallback, String op, boolean skipReachableCheck) Interacts with a ground item using optional local reachability checks.booleanInteractionScope.tileItem(Function<TileItemView, Optional<TileItem>> query, Coord fallback, String op, boolean skipReachableCheck, int distance) Interacts with a ground item using optional reachability checks and a custom walk distance. -
Uses of TileItemView in dev.twilite.game.stream
Methods in dev.twilite.game.stream that return TileItemViewModifier and TypeMethodDescriptionTileItemView.ownershipType(int... ownershipTypes) Filters tile items by ownership type. -
Uses of TileItemView in dev.twilite.game.wrapper
Methods in dev.twilite.game.wrapper that return TileItemView