Class InstanceUtils

java.lang.Object
net.minestom.server.utils.instance.InstanceUtils

public final class InstanceUtils extends Object
  • Constructor Details

    • InstanceUtils

      public InstanceUtils()
  • Method Details

    • areLinked

      public static boolean areLinked(Instance instance1, Instance instance2)
      Gets if two instances share the same chunks.
      Parameters:
      instance1 - the first instance
      instance2 - the second instance
      Returns:
      true if the two instances share the same chunks