Class Environment

java.lang.Object
com.loohp.limbo.world.Environment

public class Environment extends Object
  • Field Details

  • Method Details

    • fromKey

      public static Environment fromKey(net.kyori.adventure.key.Key key)
    • createCustom

      @Deprecated public static Environment createCustom(net.kyori.adventure.key.Key key, int id)
      Deprecated.
    • createCustom

      public static Environment createCustom(net.kyori.adventure.key.Key key, boolean hasSkyLight, int id)
    • getCustom

      public static Environment getCustom(net.kyori.adventure.key.Key key)
    • getKey

      public net.kyori.adventure.key.Key getKey()
    • hasSkyLight

      public boolean hasSkyLight()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getId

      public int getId()