package com.minelittlepony.unicopia; import net.minecraft.world.World; public interface WorldConvertable { /** * Gets the minecraft world */ World asWorld(); }