Uses of Enum Class
eu.cloudnetservice.driver.network.def.PacketClientAuthorization.PacketAuthorizationType
Packages that use PacketClientAuthorization.PacketAuthorizationType
-
Uses of PacketClientAuthorization.PacketAuthorizationType in eu.cloudnetservice.driver.network.def
Methods in eu.cloudnetservice.driver.network.def that return PacketClientAuthorization.PacketAuthorizationTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.PacketClientAuthorization.PacketAuthorizationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in eu.cloudnetservice.driver.network.def with parameters of type PacketClientAuthorization.PacketAuthorizationTypeModifierConstructorDescriptionPacketClientAuthorization(@NonNull PacketClientAuthorization.PacketAuthorizationType type, @NonNull DataBuf dataBuf) Constructs a new authorization packet.