Package net.elytrium.limboapi.api.file
Interface WorldFile
public interface WorldFile
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidtoWorld(LimboFactory factory, VirtualWorld world, int offsetX, int offsetY, int offsetZ) voidtoWorld(LimboFactory factory, VirtualWorld world, int offsetX, int offsetY, int offsetZ, @org.checkerframework.common.value.qual.IntRange(from=0L, to=15L) int lightLevel)
-
Method Details
-
toWorld
default void toWorld(LimboFactory factory, VirtualWorld world, int offsetX, int offsetY, int offsetZ) -
toWorld
void toWorld(LimboFactory factory, VirtualWorld world, int offsetX, int offsetY, int offsetZ, @org.checkerframework.common.value.qual.IntRange(from=0L, to=15L) int lightLevel)
-