blob: 70526e30014bcd0b441232331d4871a499db2835 [file] [log] [blame] [raw]
package li.cil.oc.api.detail
import net.minecraft.world.World
/** Avoids reflection structural types would induce. */
trait NetworkAPI {
def joinOrCreateNetwork(world: World, x: Int, y: Int, z: Int)
}