Uses of Class
org.rspeer.game.event.RandomPacketEvent.Type
-
Packages that use RandomPacketEvent.Type Package Description org.rspeer.game.event -
-
Uses of RandomPacketEvent.Type in org.rspeer.game.event
Methods in org.rspeer.game.event that return RandomPacketEvent.Type Modifier and Type Method Description RandomPacketEvent.Type
RandomPacketEvent. getType()
static RandomPacketEvent.Type
RandomPacketEvent.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static RandomPacketEvent.Type[]
RandomPacketEvent.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.rspeer.game.event with parameters of type RandomPacketEvent.Type Constructor Description RandomPacketEvent(byte[] source, String username, RandomPacketEvent.Type type)
Constructs a prototypical Event.
-