Class ConsoleInputEvent

java.lang.Object
net.ME1312.Galaxi.Event.Event
net.ME1312.Galaxi.Event.Engine.ConsoleInputEvent
All Implemented Interfaces:
Cancellable

public class ConsoleInputEvent extends Event implements Cancellable
Non-Specific Console Input Event
See Also:
  • Constructor Details

    • ConsoleInputEvent

      public ConsoleInputEvent(Galaxi engine, String input)
      Console Command Event
      Parameters:
      engine - GalaxiEngine
      input - Input
  • Method Details

    • getInput

      public String getInput()
      Get the Input
      Returns:
      Command