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 StringiconPath
setRoleIndex
public
void
setRoleIndex
(final int roleIndex)
Method setRoleIndex.
- Parameters:
final introleIndex
setNpcNameKey
public
void
setNpcNameKey
(final String npcNameKey)
Method setNpcNameKey.
- Parameters:
final StringnpcNameKey
setFullItemIcon
public
void
setFullItemIcon
(final String fullItemIcon)
Method setFullItemIcon.
- Parameters:
final StringfullItemIcon