use of com.laytonsmith.abstraction.enums.MCWorldType in project CommandHelper by EngineHub.
the class BukkitMCWorldCreator method type.
@Override
public MCWorldCreator type(MCWorldType type) {
WorldType wt = BukkitMCWorldType.getConvertor().getConcreteEnum(type);
creator.type(wt);
return this;
}
Aggregations