CapturedNPCMetadata

public class CapturedNPCMetadata

Class CapturedNPCMetadata. Provides capturednpcmetadata functionality for the Hytale server.

java.lang.Object > CapturedNPCMetadata

Field Summary

iconPath

private String iconPath

Field iconPath.

roleIndex

private int roleIndex

Field roleIndex.

npcNameKey

private String npcNameKey

Field npcNameKey.

fullItemIcon

private String fullItemIcon

Field fullItemIcon.

Method Detail

getRoleIndex

public int getRoleIndex ()

Method getRoleIndex.

getIconPath

public String getIconPath ()

Method getIconPath.

getNpcNameKey

public String getNpcNameKey ()

Method getNpcNameKey.

getFullItemIcon

public String getFullItemIcon ()

Method getFullItemIcon.

setIconPath

public void setIconPath (final String iconPath)

Method setIconPath.

Parameters:
final String iconPath

setRoleIndex

public void setRoleIndex (final int roleIndex)

Method setRoleIndex.

Parameters:
final int roleIndex

setNpcNameKey

public void setNpcNameKey (final String npcNameKey)

Method setNpcNameKey.

Parameters:
final String npcNameKey

setFullItemIcon

public void setFullItemIcon (final String fullItemIcon)

Method setFullItemIcon.

Parameters:
final String fullItemIcon