RuneHive-Game
Loading...
Searching...
No Matches
NpcForceChatParser.java File Reference
import com.google.gson.JsonObject;
import com.runehive.game.world.entity.mob.npc.Npc;
import com.runehive.game.world.position.Position;
import com.runehive.util.Utility;
import com.runehive.util.parser.GsonParser;
import org.jire.runehiveps.OldToNew;
import java.util.HashMap;
import java.util.Map;
Include dependency graph for NpcForceChatParser.java:

Go to the source code of this file.

Classes

class  com.runehive.util.parser.impl.NpcForceChatParser
 Parses through the npc spawn file and creates Npcs on startup. More...
class  com.runehive.util.parser.impl.NpcForceChatParser.ForcedMessage
 The forced message class. More...
enum  com.runehive.util.parser.impl.NpcForceChatParser.MessageType
 The enum of message types. More...

Packages

package  com.runehive.util.parser.impl