Uses of Class
org.sgrewritten.stargate.exception.ParsingErrorException
Packages that use ParsingErrorException
-
Uses of ParsingErrorException in org.sgrewritten.stargate.gate
Methods in org.sgrewritten.stargate.gate that throw ParsingErrorExceptionModifier and TypeMethodDescriptionGateFormatParser.parseGateFormat()Parses the gate file given during instantiation -
Uses of ParsingErrorException in org.sgrewritten.stargate.util
Methods in org.sgrewritten.stargate.util that throw ParsingErrorExceptionModifier and TypeMethodDescriptionstatic Set<org.bukkit.Material> GateFormatReader.parseMaterial(String materialString, String line) Parses a material stringstatic voidGateFormatReader.readGateFile(Scanner scanner, Map<Character, Set<org.bukkit.Material>> characterMaterialMap, List<List<Character>> design, Map<String, String> config) Reads a gate file