Uses of Enum Class
crow.game.codec.PacketRule.Type
Packages that use PacketRule.Type
Package
Description
Package containing the base API objects for the protocol implementation.
-
Uses of PacketRule.Type in crow.game.codec
Methods in crow.game.codec that return PacketRule.TypeModifier and TypeMethodDescriptionPacketRule.type()Returns the value of thetyperecord component.static PacketRule.TypeReturns the enum constant of this class with the specified name.static PacketRule.Type[]PacketRule.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in crow.game.codec with parameters of type PacketRule.TypeModifierConstructorDescriptionPacketRule(int minVersion, int maxVersion, short prefix, int data, PacketRule.Type type, String name, Class<?> clz) Packet rule constructor.PacketRule(short prefix, int data, PacketRule.Type type, Class<?> clz) Simpler packet rule constructor.PacketRule(short prefix, int data, PacketRule.Type type, String name, Class<?> clz) Simpler packet rule constructor.