import com.google.common.collect.ArrayListMultimap;
import com.google.common.collect.Multimap;
import com.runehive.game.plugin.PluginContext;
import com.runehive.game.world.entity.mob.data.PacketType;
import com.runehive.game.world.entity.mob.player.command.CommandParser;
import com.runehive.game.world.entity.mob.player.Player;
import com.runehive.game.world.entity.mob.player.command.Command;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import java.util.Collection;
import java.util.HashSet;
import java.util.Set;
Go to the source code of this file.