13
0

Refactor version dependant calls to new System

Dieser Commit ist enthalten in:
jojo 2021-01-04 22:05:42 +01:00
Ursprung 59a75a524d
Commit e312fc8ced

Datei anzeigen

@ -19,13 +19,14 @@
package de.steamwar.schematicsystem; package de.steamwar.schematicsystem;
import de.steamwar.core.Core;
import de.steamwar.core.VersionedCallable; import de.steamwar.core.VersionedCallable;
import de.steamwar.sql.Schematic; import de.steamwar.sql.Schematic;
import de.steamwar.sql.SchematicType; import de.steamwar.sql.SchematicType;
import org.bukkit.configuration.ConfigurationSection; import org.bukkit.configuration.ConfigurationSection;
import java.util.*; import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class CheckSchemType implements ICheckSchemType { public class CheckSchemType implements ICheckSchemType {