Uses of Enum Class
zombie.vehicles.BaseVehicle.Authorization
Packages that use BaseVehicle.Authorization
-
Uses of BaseVehicle.Authorization in zombie.network.fields.vehicle
Methods in zombie.network.fields.vehicle that return 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.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)