Class Simple


  • public class Simple
    extends GameObject
    Game object of a simple entity, that does nothing
    Author:
    Darius Dinger
    • Constructor Detail

      • Simple

        public Simple()
    • Method Detail

      • getEntity

        public Entity getEntity()
        Returns:
        Read/writeable entity
      • onRender

        public void onRender()
        Description copied from class: GameObject
        In this method the GameObject gets rendered onto the screen (if it has an graphical representation). Its primary used for MasterRenderer calls.
        Overrides:
        onRender in class GameObject