Uses of Class
zombie.characters.Role
Packages that use Role
Package
Description
-
Uses of Role in zombie.characters
Fields in zombie.characters declared as RoleMethods in zombie.characters that return RoleModifier and TypeMethodDescriptionstatic Role
Roles.getDefaultForAdmin()
static Role
Roles.getDefaultForBanned()
static Role
Roles.getDefaultForGM()
static Role
Roles.getDefaultForModerator()
static Role
Roles.getDefaultForNewUser()
static Role
Roles.getDefaultForObserver()
static Role
Roles.getDefaultForOverseer()
static Role
Roles.getDefaultForPriorityUser()
static Role
Roles.getDefaultForUser()
static Role
Roles.getOrDefault
(String string) IsoPlayer.getRole()
NetworkUser.getRole()
static Role
Methods in zombie.characters that return types with arguments of type RoleMethods in zombie.characters with parameters of type RoleModifier and TypeMethodDescriptionvoid
static void
Roles.setRoles
(ArrayList<Role> arrayList, Role role0, Role role1, Role role2, Role role3, Role role4, Role role5, Role role6, Role role7, Role role8) Method parameters in zombie.characters with type arguments of type Role -
Uses of Role in zombie.commands
Methods in zombie.commands that return RoleConstructors in zombie.commands with parameters of type RoleModifierConstructorDescriptionprotected
CommandBase
(String string0, Role role, String string1, UdpConnection udpConnection) -
Uses of Role in zombie.commands.serverCommands
Constructors in zombie.commands.serverCommands with parameters of type RoleModifierConstructorDescriptionAddAllToWhiteListCommand
(String string0, Role role, String string1, UdpConnection udpConnection) AddItemCommand
(String string0, Role role, String string1, UdpConnection udpConnection) AddKeyCommand
(String string0, Role role, String string1, UdpConnection udpConnection) AddUserCommand
(String string0, Role role, String string1, UdpConnection udpConnection) AddUserToSafehouseCommand
(String string0, Role role, String string1, UdpConnection udpConnection) AddUserToWhiteListCommand
(String string0, Role role, String string1, UdpConnection udpConnection) AddVehicleCommand
(String string0, Role role, String string1, UdpConnection udpConnection) AddXPCommand
(String string0, Role role, String string1, UdpConnection udpConnection) AlarmCommand
(String string0, Role role, String string1, UdpConnection udpConnection) BanIPCommand
(String string0, Role role, String string1, UdpConnection udpConnection) BanSteamIDCommand
(String string0, Role role, String string1, UdpConnection udpConnection) BanUserCommand
(String string0, Role role, String string1, UdpConnection udpConnection) ChangeOptionCommand
(String string0, Role role, String string1, UdpConnection udpConnection) CheckModsNeedUpdate
(String string0, Role role, String string1, UdpConnection udpConnection) ChopperCommand
(String string0, Role role, String string1, UdpConnection udpConnection) ClearCommand
(String string0, Role role, String string1, UdpConnection udpConnection) ConnectionsCommand
(String string0, Role role, String string1, UdpConnection udpConnection) CreateHorde2Command
(String string0, Role role, String string1, UdpConnection udpConnection) CreateHordeCommand
(String string0, Role role, String string1, UdpConnection udpConnection) DebugPlayerCommand
(String string0, Role role, String string1, UdpConnection udpConnection) GodModeCommand
(String string0, Role role, String string1, UdpConnection udpConnection) GrantAdminCommand
(String string0, Role role, String string1, UdpConnection udpConnection) GunShotCommand
(String string0, Role role, String string1, UdpConnection udpConnection) HelpCommand
(String string0, Role role, String string1, UdpConnection udpConnection) InvisibleCommand
(String string0, Role role, String string1, UdpConnection udpConnection) KickUserCommand
(String string0, Role role, String string1, UdpConnection udpConnection) KickUserFromSafehouseCommand
(String string0, Role role, String string1, UdpConnection udpConnection) LightningCommand
(String string0, Role role, String string1, UdpConnection udpConnection) ListCommand
(String string0, Role role, String string1, UdpConnection udpConnection) LogCommand
(String string0, Role role, String string1, UdpConnection udpConnection) NoClipCommand
(String string0, Role role, String string1, UdpConnection udpConnection) PlayersCommand
(String string0, Role role, String string1, UdpConnection udpConnection) QuitCommand
(String string0, Role role, String string1, UdpConnection udpConnection) ReleaseSafehouseCommand
(String string0, Role role, String string1, UdpConnection udpConnection) ReloadLuaCommand
(String string0, Role role, String string1, UdpConnection udpConnection) ReloadOptionsCommand
(String string0, Role role, String string1, UdpConnection udpConnection) RemoveAdminCommand
(String string0, Role role, String string1, UdpConnection udpConnection) RemoveCommand
(String string0, Role role, String string1, UdpConnection udpConnection) RemoveItemCommand
(String string0, Role role, String string1, UdpConnection udpConnection) RemoveUserFromWhiteList
(String string0, Role role, String string1, UdpConnection udpConnection) RemoveZombiesCommand
(String string0, Role role, String string1, UdpConnection udpConnection) SaveCommand
(String string0, Role role, String string1, UdpConnection udpConnection) ServerMessageCommand
(String string0, Role role, String string1, UdpConnection udpConnection) SetAccessLevelCommand
(String string0, Role role, String string1, UdpConnection udpConnection) SetPasswordCommand
(String string0, Role role, String string1, UdpConnection udpConnection) SetTimeSpeedCommand
(String string0, Role role, String string1, UdpConnection udpConnection) ShowOptionsCommand
(String string0, Role role, String string1, UdpConnection udpConnection) StartRainCommand
(String string0, Role role, String string1, UdpConnection udpConnection) StartStormCommand
(String string0, Role role, String string1, UdpConnection udpConnection) StatisticsCommand
(String string0, Role role, String string1, UdpConnection udpConnection) StopRainCommand
(String string0, Role role, String string1, UdpConnection udpConnection) StopWeatherCommand
(String string0, Role role, String string1, UdpConnection udpConnection) TeleportCommand
(String string0, Role role, String string1, UdpConnection udpConnection) TeleportToCommand
(String string0, Role role, String string1, UdpConnection udpConnection) ThunderCommand
(String string0, Role role, String string1, UdpConnection udpConnection) UnbanIPCommand
(String string0, Role role, String string1, UdpConnection udpConnection) UnbanSteamIDCommand
(String string0, Role role, String string1, UdpConnection udpConnection) UnbanUserCommand
(String string0, Role role, String string1, UdpConnection udpConnection) VoiceBanCommand
(String string0, Role role, String string1, UdpConnection udpConnection) -
Uses of Role in zombie.core.raknet
Fields in zombie.core.raknet declared as Role -
Uses of Role in zombie.Lua
Methods in zombie.Lua that return types with arguments of type RoleMethods in zombie.Lua with parameters of type Role -
Uses of Role in zombie.network
Fields in zombie.network declared as RoleMethods in zombie.network with parameters of type Role