Search in sources :

Example 1 with MCWorldType

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;
}
Also used : BukkitMCWorldType(com.laytonsmith.abstraction.enums.bukkit.BukkitMCWorldType) MCWorldType(com.laytonsmith.abstraction.enums.MCWorldType) WorldType(org.bukkit.WorldType)

Aggregations

MCWorldType (com.laytonsmith.abstraction.enums.MCWorldType)1 BukkitMCWorldType (com.laytonsmith.abstraction.enums.bukkit.BukkitMCWorldType)1 WorldType (org.bukkit.WorldType)1