Class PreMapLoad


  • public final class PreMapLoad
    extends java.lang.Object
    This event is run from the maploader thread prior to the map load completing. Most client operations can't be done from this thread safely. You probably don't want to use this event.
    • Constructor Detail

      • PreMapLoad

        public PreMapLoad​(WorldView worldView,
                          Scene scene)
    • Method Detail

      • getWorldView

        public WorldView getWorldView()
      • getScene

        public Scene getScene()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object