Class CapturedNPCMetadata

java.lang.Object
com.hypixel.hytale.server.npc.metadata.CapturedNPCMetadata

public class CapturedNPCMetadata extends Object
  • Field Details

  • Constructor Details

    • CapturedNPCMetadata

      public CapturedNPCMetadata()
  • Method Details

    • getRoleIndex

      public int getRoleIndex()
    • getIconPath

      public String getIconPath()
    • getNpcNameKey

      public String getNpcNameKey()
    • getFullItemIcon

      public String getFullItemIcon()
    • setIconPath

      public void setIconPath(String iconPath)
    • setRoleIndex

      public void setRoleIndex(int roleIndex)
    • setNpcNameKey

      public void setNpcNameKey(String npcNameKey)
    • setFullItemIcon

      public void setFullItemIcon(String fullItemIcon)