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.netPlayerAuthorizationBaseVehicle.ServerVehicleState.netPlayerAuthorizationMethods in zombie.vehicles that return BaseVehicle.AuthorizationModifier and TypeMethodDescriptionstatic BaseVehicle.AuthorizationBaseVehicle.Authorization.valueOf(byte byte0) Returns the enum constant of this class with the specified name.static BaseVehicle.AuthorizationReturns 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 TypeMethodDescriptionbooleanBaseVehicle.isNetPlayerAuthorization(BaseVehicle.Authorization _netPlayerAuthorization) voidBaseVehicle.netPlayerFromServerUpdate(BaseVehicle.Authorization authorization, short authorizationPlayer) voidBaseVehicle.setNetPlayerAuthorization(BaseVehicle.Authorization _netPlayerAuthorization, int _netPlayerId)