Class AbstractMythicEntity<T>

java.lang.Object
studio.magemonkey.divinity.hooks.external.mythicmobs.AbstractMythicEntity<T>
Direct Known Subclasses:
MythicEntity4, MythicEntity5

public abstract class AbstractMythicEntity<T> extends Object
  • Constructor Details

    • AbstractMythicEntity

      public AbstractMythicEntity()
  • Method Details

    • getInternalName

      public abstract String getInternalName()
    • getFaction

      public abstract String getFaction()
    • getMob

      public abstract T getMob()