Class MeteorAddon

java.lang.Object
meteordevelopment.meteorclient.addons.MeteorAddon

public abstract class MeteorAddon extends Object
  • Field Details

    • name

      public String name
      This field is automatically assigned from fabric.mod.json file.
    • authors

      public String[] authors
      This field is automatically assigned from fabric.mod.json file.
    • color

      public final Color color
      This field is automatically assigned from the meteor-client:color property in fabric.mod.json file.
  • Constructor Details

    • MeteorAddon

      public MeteorAddon()
  • Method Details

    • onInitialize

      public abstract void onInitialize()
    • onRegisterCategories

      public void onRegisterCategories()
    • getPackage

      public abstract String getPackage()
    • getWebsite

      public String getWebsite()
    • getRepo

      public GithubRepo getRepo()
    • getCommit

      public String getCommit()