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 Aurora and Nova maps as well as itself.

  • Constructor Details

    • EMCWrapper

      public EMCWrapper()
      Returns a new wrapper instance. Both maps are initialized by default.
    • EMCWrapper

      public EMCWrapper(EMCMap aurora, EMCMap nova)
    • EMCWrapper

      public EMCWrapper(Boolean aurora, Boolean nova)
      Returns a new EMCWrapper instance. Maps may be initialized independently by passing their respective boolean values.
      Parameters:
      aurora - Enable initialization of the Aurora map.
      nova - Enable initialization of the Nova map.
  • Method Details