Class EMCWrapper

java.lang.Object
io.github.emcw.EMCWrapper

public class EMCWrapper extends Object
The main entrypoint of this library. Allows initializing maps independently.

Holds an instance of itself and a reference to all maps.

  • Constructor Details

    • EMCWrapper

      public EMCWrapper()
      Returns a new wrapper instance and initialize all maps.
    • EMCWrapper

      public EMCWrapper(EMCMap... maps)
  • Method Details