Class DynamicClass

java.lang.Object
studio.magemonkey.fabled.api.classes.FabledClass
studio.magemonkey.fabled.dynamic.DynamicClass
All Implemented Interfaces:
IconHolder

public class DynamicClass extends FabledClass

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(Fabled api, String key)
      Constructs a new dynamic class
      Parameters:
      api - API reference
      key - key for the class