Class Spaghetti

java.lang.Object
com.portingdeadmods.researchd.utils.Spaghetti

public final class Spaghetti extends Object
  • Constructor Details

    • Spaghetti

      public Spaghetti()
  • Method Details

    • getNodesFromScreen

      public static Set<ResearchNode> getNodesFromScreen()
      CLIENT SIDE ONLY
      Returns the set of ResearchNode currently displayed on the screen.
    • tryGetResearchScreen

      @Nullable public static ResearchScreen tryGetResearchScreen()
      CLIENT SIDE ONLY
      Returns the current ResearchScreen if it is open, otherwise returns null.
    • printAABB

      public static void printAABB(net.minecraft.world.phys.AABB aabb)
    • getClientLevel

      public static net.minecraft.world.level.Level getClientLevel()