Package noppes.npcs.api.handler.data
Interface ILine
-
public interface ILine
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ILine
formatTarget(IEntityLivingBase entityLivingBase)
java.lang.String
getSound()
java.lang.String
getText()
boolean
hideText()
void
hideText(boolean hide)
void
setSound(java.lang.String sound)
void
setText(java.lang.String text)
-
-
-
Method Detail
-
formatTarget
ILine formatTarget(IEntityLivingBase entityLivingBase)
-
getText
java.lang.String getText()
-
setText
void setText(java.lang.String text)
-
getSound
java.lang.String getSound()
-
setSound
void setSound(java.lang.String sound)
-
hideText
void hideText(boolean hide)
-
hideText
boolean hideText()
-
-