Uses of Enum Class
zombie.vehicles.BaseVehicle.Authorization
Packages that use BaseVehicle.Authorization
-
Uses of BaseVehicle.Authorization in zombie.vehicles
Subclasses with type arguments of type BaseVehicle.Authorization in zombie.vehiclesFields in zombie.vehicles declared as BaseVehicle.AuthorizationModifier and TypeFieldDescriptionBaseVehicle.netPlayerAuthorization
BaseVehicle.ServerVehicleState.netPlayerAuthorization
Methods in zombie.vehicles that return BaseVehicle.AuthorizationModifier and TypeMethodDescriptionstatic BaseVehicle.Authorization
BaseVehicle.Authorization.valueOf
(byte byte0) Returns the enum constant of this class with the specified name.static BaseVehicle.Authorization
Returns the enum constant of this class with the specified name.static BaseVehicle.Authorization[]
BaseVehicle.Authorization.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.vehicles with parameters of type BaseVehicle.AuthorizationModifier and TypeMethodDescriptionboolean
BaseVehicle.isNetPlayerAuthorization
(BaseVehicle.Authorization _netPlayerAuthorization) void
BaseVehicle.netPlayerFromServerUpdate
(BaseVehicle.Authorization authorization, short authorizationPlayer) void
BaseVehicle.setNetPlayerAuthorization
(BaseVehicle.Authorization _netPlayerAuthorization, int _netPlayerId)