Uses of Class
dev.twilite.game.wrapper.TileItem
Packages that use TileItem
-
Uses of TileItem in dev.twilite.game.common
Method parameters in dev.twilite.game.common with type arguments of type TileItemModifier 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 TileItem in dev.twilite.game.stream
Constructor parameters in dev.twilite.game.stream with type arguments of type TileItemModifierConstructorDescriptionTileItemView(Supplier<Stream<TileItem>> source) Creates a tile-item view backed by a stream supplier.