RuneHive-Game
Loading...
Searching...
No Matches
com.runehive.game.event.impl.CommandEvent Class Reference
Inheritance diagram for com.runehive.game.event.impl.CommandEvent:
Collaboration diagram for com.runehive.game.event.impl.CommandEvent:

Public Member Functions

 CommandEvent (CommandParser parser)
CommandParser getParser ()

Private Attributes

final CommandParser parser

Detailed Description

Definition at line 6 of file CommandEvent.java.

Constructor & Destructor Documentation

◆ CommandEvent()

com.runehive.game.event.impl.CommandEvent.CommandEvent ( CommandParser parser)

Definition at line 10 of file CommandEvent.java.

10 {
11 this.parser = parser;
12 }

References parser.

Member Function Documentation

◆ getParser()

CommandParser com.runehive.game.event.impl.CommandEvent.getParser ( )

Definition at line 14 of file CommandEvent.java.

14 {
15 return parser;
16 }

References parser.

Member Data Documentation

◆ parser

final CommandParser com.runehive.game.event.impl.CommandEvent.parser
private

Definition at line 8 of file CommandEvent.java.

Referenced by CommandEvent(), and getParser().


The documentation for this class was generated from the following file: