Class DynamicClass

java.lang.Object
com.sucy.skill.api.classes.RPGClass
com.sucy.skill.dynamic.DynamicClass
All Implemented Interfaces:
IconHolder

public class DynamicClass extends RPGClass

A basic implementation of RPGClass that loads from the dynamic folder instead of the normal one. There's not really a difference between normal classes, just this is used repeatedly and is added based off configs versus coded ones which need to be manually registered.

You should not use this class as it is meant for dynamic usage and any other usage would only be an extra layer.

  • Constructor Details

    • DynamicClass

      public DynamicClass(SkillAPI api, String key)
      Constructs a new dynamic class
      Parameters:
      api - API reference
      key - key for the class