- All Implemented Interfaces:
com.flowpowered.network.Message
public final class ExperienceMessage
extends Object
implements com.flowpowered.network.Message
-
Constructor Summary
Constructors
-
Method Summary
boolean
float
int
int
int
-
Constructor Details
-
ExperienceMessage
public ExperienceMessage(float barValue,
int level,
int totalExp)
-
Method Details
-
getBarValue
public float getBarValue()
-
getLevel
public int getLevel()
-
getTotalExp
public int getTotalExp()
-
equals
public boolean equals(Object o)
- Specified by:
equals in interface com.flowpowered.network.Message
- Overrides:
equals in class Object
-
hashCode
public int hashCode()
- Specified by:
hashCode in interface com.flowpowered.network.Message
- Overrides:
hashCode in class Object
-
toString
- Specified by:
toString in interface com.flowpowered.network.Message
- Overrides:
toString in class Object