Class Mappers

java.lang.Object
com.devcharles.piazzapanic.utility.Mappers

public class Mappers extends Object
Static class, holds all the ComponentMapper instances we need, as there is no reason to have multiple instaces of a ComponentMapper.
  • Field Details

    • b2body

      public static final com.badlogic.ashley.core.ComponentMapper<B2dBodyComponent> b2body
    • transform

      public static final com.badlogic.ashley.core.ComponentMapper<TransformComponent> transform
    • controllable

      public static final com.badlogic.ashley.core.ComponentMapper<ControllableComponent> controllable
    • player

      public static final com.badlogic.ashley.core.ComponentMapper<PlayerComponent> player
    • animation

      public static final com.badlogic.ashley.core.ComponentMapper<AnimationComponent> animation
    • walkingAnimation

      public static final com.badlogic.ashley.core.ComponentMapper<WalkingAnimationComponent> walkingAnimation
    • texture

      public static final com.badlogic.ashley.core.ComponentMapper<TextureComponent> texture
    • station

      public static final com.badlogic.ashley.core.ComponentMapper<StationComponent> station
    • food

      public static final com.badlogic.ashley.core.ComponentMapper<FoodComponent> food
    • cooking

      public static final com.badlogic.ashley.core.ComponentMapper<CookingComponent> cooking
    • item

      public static final com.badlogic.ashley.core.ComponentMapper<ItemComponent> item
    • tint

      public static final com.badlogic.ashley.core.ComponentMapper<TintComponent> tint
    • aiAgent

      public static final com.badlogic.ashley.core.ComponentMapper<AIAgentComponent> aiAgent
    • customer

      public static final com.badlogic.ashley.core.ComponentMapper<CustomerComponent> customer
  • Constructor Details

    • Mappers

      public Mappers()