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 RoleRoles.getDefaultForAdmin()static RoleRoles.getDefaultForBanned()static RoleRoles.getDefaultForGM()static RoleRoles.getDefaultForModerator()static RoleRoles.getDefaultForNewUser()static RoleRoles.getDefaultForObserver()static RoleRoles.getDefaultForOverseer()static RoleRoles.getDefaultForPriorityUser()static RoleRoles.getDefaultForUser()static RoleRoles.getOrDefault(String name) IsoPlayer.getRole()NetworkUser.getRole()static Rolestatic RoleRoles.getRoleById(int id) Methods in zombie.characters that return types with arguments of type RoleMethods in zombie.characters with parameters of type RoleModifier and TypeMethodDescriptionvoidstatic voidRoles.setRoles(ArrayList<Role> roles, Role defaultForBanned, Role defaultForNewUser, Role defaultForUser, Role defaultForPriorityUser, Role defaultForObserver, Role defaultForGM, Role defaultForOverseer, Role defaultForModerator, Role defaultForAdmin) Method parameters in zombie.characters with type arguments of type RoleModifier and TypeMethodDescriptionstatic voidRoles.setRoles(ArrayList<Role> roles, Role defaultForBanned, Role defaultForNewUser, Role defaultForUser, Role defaultForPriorityUser, Role defaultForObserver, Role defaultForGM, Role defaultForOverseer, Role defaultForModerator, Role defaultForAdmin) Constructors in zombie.characters with parameters of type Role -
Uses of Role in zombie.commands.serverCommands
Constructors in zombie.commands.serverCommands with parameters of type RoleModifierConstructorDescriptionAddAllToWhiteListCommand(String username, Role userRole, String command, UdpConnection connection) AddItemCommand(String username, Role userRole, String command, UdpConnection connection) AddKeyCommand(String username, Role userRole, String command, UdpConnection connection) AddUserCommand(String username, Role userRole, String command, UdpConnection connection) AddUserToSafehouseCommand(String username, Role userRole, String command, UdpConnection connection) AddUserToWhiteListCommand(String username, Role userRole, String command, UdpConnection connection) AddVehicleCommand(String username, Role userRole, String command, UdpConnection connection) AddXPCommand(String username, Role userRole, String command, UdpConnection connection) AlarmCommand(String username, Role userRole, String command, UdpConnection connection) BanIPCommand(String username, Role userRole, String command, UdpConnection connection) BanSteamIDCommand(String username, Role userRole, String command, UdpConnection connection) BanUserCommand(String username, Role userRole, String command, UdpConnection connection) ChangeOptionCommand(String username, Role userRole, String command, UdpConnection connection) CheckModsNeedUpdate(String username, Role userRole, String command, UdpConnection connection) ChopperCommand(String username, Role userRole, String command, UdpConnection connection) ClearCommand(String username, Role userRole, String command, UdpConnection connection) ConnectionsCommand(String username, Role userRole, String command, UdpConnection connection) CreateHorde2Command(String username, Role userRole, String command, UdpConnection connection) CreateHordeCommand(String username, Role userRole, String command, UdpConnection connection) DebugPlayerCommand(String username, Role userRole, String command, UdpConnection connection) GodModeCommand(String username, Role userRole, String command, UdpConnection connection) GodModePlayerCommand(String username, Role userRole, String command, UdpConnection connection) GrantAdminCommand(String username, Role userRole, String command, UdpConnection connection) GunShotCommand(String username, Role userRole, String command, UdpConnection connection) HelpCommand(String username, Role userRole, String command, UdpConnection connection) InvisibleCommand(String username, Role userRole, String command, UdpConnection connection) InvisiblePlayerCommand(String username, Role userRole, String command, UdpConnection connection) KickUserCommand(String username, Role userRole, String command, UdpConnection connection) KickUserFromSafehouseCommand(String username, Role userRole, String command, UdpConnection connection) LightningCommand(String username, Role userRole, String command, UdpConnection connection) ListCommand(String username, Role userRole, String command, UdpConnection connection) LogCommand(String username, Role userRole, String command, UdpConnection connection) NoClipCommand(String username, Role userRole, String command, UdpConnection connection) PlayersCommand(String username, Role userRole, String command, UdpConnection connection) QuitCommand(String username, Role userRole, String command, UdpConnection connection) ReleaseSafehouseCommand(String username, Role userRole, String command, UdpConnection connection) ReloadAllLuaCommand(String username, Role userRole, String command, UdpConnection connection) ReloadLuaCommand(String username, Role userRole, String command, UdpConnection connection) ReloadOptionsCommand(String username, Role userRole, String command, UdpConnection connection) RemoveAdminCommand(String username, Role userRole, String command, UdpConnection connection) RemoveCommand(String username, Role userRole, String command, UdpConnection connection) RemoveItemCommand(String username, Role userRole, String command, UdpConnection connection) RemoveUserFromWhiteList(String username, Role userRole, String command, UdpConnection connection) RemoveZombiesCommand(String username, Role userRole, String command, UdpConnection connection) SaveCommand(String username, Role userRole, String command, UdpConnection connection) ServerMessageCommand(String username, Role userRole, String command, UdpConnection connection) SetAccessLevelCommand(String username, Role userRole, String command, UdpConnection connection) SetPasswordCommand(String username, Role userRole, String command, UdpConnection connection) SetTimeSpeedCommand(String username, Role userRole, String command, UdpConnection connection) ShowOptionsCommand(String username, Role userRole, String command, UdpConnection connection) StartRainCommand(String username, Role userRole, String command, UdpConnection connection) StartStormCommand(String username, Role userRole, String command, UdpConnection connection) StatisticsCommand(String username, Role userRole, String command, UdpConnection connection) StopRainCommand(String username, Role userRole, String command, UdpConnection connection) StopWeatherCommand(String username, Role userRole, String command, UdpConnection connection) TeleportCommand(String username, Role userRole, String command, UdpConnection connection) TeleportPlayerCommand(String username, Role userRole, String command, UdpConnection connection) TeleportToCommand(String username, Role userRole, String command, UdpConnection connection) ThunderCommand(String username, Role userRole, String command, UdpConnection connection) UnbanIPCommand(String username, Role userRole, String command, UdpConnection connection) UnbanSteamIDCommand(String username, Role userRole, String command, UdpConnection connection) UnbanUserCommand(String username, Role userRole, String command, UdpConnection connection) VoiceBanCommand(String username, Role userRole, String command, UdpConnection connection) WorldGeneratorCommand(String username, Role userRole, String command, UdpConnection connection) -
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 that return RoleMethods in zombie.network with parameters of type RoleModifier and TypeMethodDescriptionvoidServerWorldDatabase.removeRole(Role role, Role newRoleInsteadExist) voidServerWorldDatabase.saveDefaultRole(Role role, String name) voidvoidServerWorldDatabase.saveRoleCapabilities(Role role) Method parameters in zombie.network with type arguments of type Role