Package net.storm.api.entities
package net.storm.api.entities
-
InterfacesClassDescriptionBase interface for entity providers that allow querying game entities using filters.Provides access to all NPCs (Non-Player Characters) in the loaded scene.Provides access to all players in the loaded scene, including the local player.Provides access to all ground items (tile items) in the loaded scene.Provides access to all tile objects in the loaded scene.Provides access to all tiles in the loaded scene.SceneEntityProvider<T extends SceneEntity>An entity provider for scene-based entities that have a world location.TileEntityProvider<T extends TileEntity>An entity provider for tile-based entities with advanced spatial querying capabilities.