Interface ZomboidMod


public interface ZomboidMod
This class represents a Project Zomboid Java mod entry point. Every mod is expected to have a single class that implements this class. Mods that do not implement this class will not be registered and will not be eligible to subscribe to events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • registerEventHandlers

      void registerEventHandlers()