Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- salad - Enum constant in enum class com.devcharles.piazzapanic.components.FoodComponent.FoodType
- sb - Variable in class com.devcharles.piazzapanic.componentsystems.RenderingSystem
- scale - Variable in class com.devcharles.piazzapanic.components.TextureComponent
- scale - Variable in class com.devcharles.piazzapanic.components.TransformComponent
- scrolled(float, float) - Method in class com.devcharles.piazzapanic.input.KeyboardInput
- second - Variable in class com.devcharles.piazzapanic.utility.Pair
- serve - Enum constant in enum class com.devcharles.piazzapanic.utility.Station.StationType
- serveRecipes - Static variable in class com.devcharles.piazzapanic.utility.Station
- setBody(Body) - Method in class com.devcharles.piazzapanic.utility.box2d.Box2dSteeringBody
- setDetectionRadius(float) - Method in class com.devcharles.piazzapanic.utility.box2d.Box2dSquareAABBProximity
-
Sets the detection radius that is half the side of the square AABB.
- setFoodTransform(Entity) - Method in class com.devcharles.piazzapanic.componentsystems.RenderingSystem
- setIndependentFacing(boolean) - Method in class com.devcharles.piazzapanic.utility.box2d.Box2dSteeringBody
- setMaxAngularAcceleration(float) - Method in class com.devcharles.piazzapanic.utility.box2d.Box2dSteeringBody
- setMaxAngularSpeed(float) - Method in class com.devcharles.piazzapanic.utility.box2d.Box2dSteeringBody
- setMaxLinearAcceleration(float) - Method in class com.devcharles.piazzapanic.utility.box2d.Box2dSteeringBody
- setMaxLinearSpeed(float) - Method in class com.devcharles.piazzapanic.utility.box2d.Box2dSteeringBody
- setOrientation(float) - Method in class com.devcharles.piazzapanic.utility.box2d.Box2dLocation
- setOrientation(float) - Method in class com.devcharles.piazzapanic.utility.box2d.Box2dSteeringBody
- setOwner(Steerable<Vector2>) - Method in class com.devcharles.piazzapanic.utility.box2d.Box2dSquareAABBProximity
- setSteeringBehavior(SteeringBehavior<Vector2>) - Method in class com.devcharles.piazzapanic.utility.box2d.Box2dSteeringBody
- setTagged(boolean) - Method in class com.devcharles.piazzapanic.utility.box2d.Box2dSteeringBody
- setVisibility(int, Entity) - Method in class com.devcharles.piazzapanic.utility.FoodStack
- setWorld(World) - Method in class com.devcharles.piazzapanic.utility.box2d.Box2dSquareAABBProximity
-
Sets the box2d world.
- setZeroLinearSpeedThreshold(float) - Method in class com.devcharles.piazzapanic.utility.box2d.Box2dSteeringBody
- show() - Method in class com.devcharles.piazzapanic.GameScreen
- show() - Method in class com.devcharles.piazzapanic.MainMenuScreen
- show() - Method in class com.devcharles.piazzapanic.scene2d.Slideshow
- sink - Enum constant in enum class com.devcharles.piazzapanic.utility.Station.StationType
- skin - Variable in class com.devcharles.piazzapanic.MainMenuScreen
- skin - Variable in class com.devcharles.piazzapanic.scene2d.Hud
- skin - Variable in class com.devcharles.piazzapanic.scene2d.Slideshow
- slicedLettuce - Enum constant in enum class com.devcharles.piazzapanic.components.FoodComponent.FoodType
- slicedOnion - Enum constant in enum class com.devcharles.piazzapanic.components.FoodComponent.FoodType
- slicedTomato - Enum constant in enum class com.devcharles.piazzapanic.components.FoodComponent.FoodType
- Slideshow - Class in com.devcharles.piazzapanic.scene2d
-
A screen that displays a slideshow of images.
- Slideshow(Game, Slideshow.Type) - Constructor for class com.devcharles.piazzapanic.scene2d.Slideshow
-
Create a new slideshow screen.
- Slideshow(Game, Slideshow.Type, Screen) - Constructor for class com.devcharles.piazzapanic.scene2d.Slideshow
-
Create a new slideshow screen in a running game.
- Slideshow.Type - Enum Class in com.devcharles.piazzapanic.scene2d
-
Slideshow type enumeration.
- spawnTimer - Variable in class com.devcharles.piazzapanic.componentsystems.CustomerAISystem
- sprite - Variable in class com.devcharles.piazzapanic.MainMenuScreen
- sprite - Variable in class com.devcharles.piazzapanic.scene2d.Slideshow
- stage - Variable in class com.devcharles.piazzapanic.MainMenuScreen
- stage - Variable in class com.devcharles.piazzapanic.scene2d.Hud
- stage - Variable in class com.devcharles.piazzapanic.scene2d.Slideshow
- start() - Method in class com.devcharles.piazzapanic.utility.GdxTimer
- station - Static variable in class com.devcharles.piazzapanic.utility.Mappers
- station - Variable in class com.devcharles.piazzapanic.utility.WorldTilemapRenderer
- Station - Class in com.devcharles.piazzapanic.utility
-
Helper class for storing station recipes and
Station.StationType
of the current station. - Station() - Constructor for class com.devcharles.piazzapanic.utility.Station
- station_f - Variable in class com.devcharles.piazzapanic.utility.WorldTilemapRenderer
- Station.StationType - Enum Class in com.devcharles.piazzapanic.utility
-
Named enumeration of the station types.
- StationComponent - Class in com.devcharles.piazzapanic.components
- StationComponent() - Constructor for class com.devcharles.piazzapanic.components.StationComponent
- stationIdProperty - Static variable in class com.devcharles.piazzapanic.utility.MapLoader
- stationInteractResolver(Contact) - Method in class com.devcharles.piazzapanic.utility.box2d.WorldContactListener
- stationLayer - Static variable in class com.devcharles.piazzapanic.utility.MapLoader
- stationPickup(StationComponent, ControllableComponent) - Method in class com.devcharles.piazzapanic.componentsystems.StationSystem
-
Pick up ready food from a station
- StationSystem - Class in com.devcharles.piazzapanic.componentsystems
-
This system manages player-station interaction and station food processing.
- StationSystem(KeyboardInput, EntityFactory) - Constructor for class com.devcharles.piazzapanic.componentsystems.StationSystem
- stationTick(StationComponent, float) - Method in class com.devcharles.piazzapanic.componentsystems.StationSystem
-
Cook the food in the station.
- StationType(int) - Constructor for enum class com.devcharles.piazzapanic.utility.Station.StationType
- steeringBehavior - Variable in class com.devcharles.piazzapanic.utility.box2d.Box2dSteeringBody
- steeringBody - Variable in class com.devcharles.piazzapanic.components.AIAgentComponent
- steeringOutput - Static variable in class com.devcharles.piazzapanic.utility.box2d.Box2dSteeringBody
- stop() - Method in class com.devcharles.piazzapanic.utility.GdxTimer
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form