Interface WorldFile


public interface WorldFile
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    toWorld(LimboFactory factory, VirtualWorld world, int offsetX, int offsetY, int offsetZ)
     
    void
    toWorld(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)