Uses of Class
zombie.core.raknet.UdpConnection
Packages that use UdpConnection
Package
Description
-
Uses of UdpConnection in zombie.characters
Methods in zombie.characters that return UdpConnectionMethods in zombie.characters with parameters of type UdpConnectionModifier and TypeMethodDescriptionbooleanIsoPlayer.checkCanSeeClient(UdpConnection remoteConnection) static floatSafetySystemManager.getCooldown(UdpConnection connection) voidNetworkPlayerAI.set(AnimalPacket packet, UdpConnection receiver) voidNetworkCharacterAI.setAnimalPacket(UdpConnection receiver) voidNetworkPlayerAI.setAnimalPacket(UdpConnection receiver) voidIsoGameCharacter.setOwner(UdpConnection connection) voidIsoZombie.setOwner(UdpConnection connection) -
Uses of UdpConnection in zombie.chat
Methods in zombie.chat that return UdpConnectionModifier and TypeMethodDescriptionstatic UdpConnectionChatUtility.findConnection(short playerOnlineID) static UdpConnectionChatUtility.findConnection(String playerName) Methods in zombie.chat with parameters of type UdpConnectionModifier and TypeMethodDescriptionvoidChatTab.sendAddTabPacket(UdpConnection connection) voidChatBase.sendMessageToPlayer(UdpConnection connection, ChatMessage msg) voidChatBase.sendPlayerJoinChatPacket(UdpConnection playerConnection) voidChatBase.sendPlayerLeaveChatPacket(UdpConnection connection) voidChatTab.sendRemoveTabPacket(UdpConnection connection) -
Uses of UdpConnection in zombie.commands.serverCommands
Methods in zombie.commands.serverCommands with parameters of type UdpConnectionModifier and TypeMethodDescriptionstatic StringRemoveCommand.Remove(UdpConnection connection, String subsystem) static StringSetAccessLevelCommand.update(String executorName, UdpConnection connection, String user, String newAccessLevelName) Constructors in zombie.commands.serverCommands with parameters of type UdpConnectionModifierConstructorDescriptionAddAllToWhiteListCommand(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) AddSteamIDCommand(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) RemoveSteamIDCommand(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 UdpConnection in zombie.core
Methods in zombie.core with parameters of type UdpConnection -
Uses of UdpConnection in zombie.core.raknet
Fields in zombie.core.raknet with type parameters of type UdpConnectionMethods in zombie.core.raknet that return UdpConnectionMethods in zombie.core.raknet with parameters of type UdpConnectionModifier and TypeMethodDescriptionvoidUdpEngine.endPacketBroadcastExcept(int priority, int reliability, UdpConnection connection) voidVoiceManager.UpdateChannelsRoaming(UdpConnection connection) -
Uses of UdpConnection in zombie.entity
Methods in zombie.entity with parameters of type UdpConnectionModifier and TypeMethodDescriptionfinal voidGameEntity.sendSyncEntity(UdpConnection ignoreConnection) -
Uses of UdpConnection in zombie.iso
Methods in zombie.iso with parameters of type UdpConnectionModifier and TypeMethodDescriptionvoidIsoObject.syncIsoObject(boolean bRemote, byte val, UdpConnection source, ByteBuffer bb) voidIsoObject.transmitUpdatedSpriteToClients(UdpConnection connection) -
Uses of UdpConnection in zombie.iso.areas.isoregion
Methods in zombie.iso.areas.isoregion with parameters of type UdpConnectionModifier and TypeMethodDescriptionstatic voidIsoRegions.receiveClientRequestFullDataChunks(ByteBuffer input, UdpConnection conn) -
Uses of UdpConnection in zombie.iso.areas.isoregion.jobs
Methods in zombie.iso.areas.isoregion.jobs that return UdpConnectionModifier and TypeMethodDescriptionJobChunkUpdate.getTargetConn()JobServerSendFullData.getTargetConn()Methods in zombie.iso.areas.isoregion.jobs with parameters of type UdpConnectionModifier and TypeMethodDescriptionstatic JobServerSendFullDataRegionJobManager.allocServerSendFullData(UdpConnection conn) voidJobChunkUpdate.setTargetConn(UdpConnection conn) -
Uses of UdpConnection in zombie.iso.objects
Methods in zombie.iso.objects with parameters of type UdpConnectionModifier and TypeMethodDescriptionstatic voidIsoDeadBody.removeDeadBodies(UdpConnection removeCorpsesConnection) voidIsoLightSwitch.syncCustomizedSettings(UdpConnection source) voidIsoBarricade.syncIsoObject(boolean bRemote, byte val, UdpConnection source, ByteBuffer bb) voidIsoCurtain.syncIsoObject(boolean bRemote, byte val, UdpConnection source) voidIsoCurtain.syncIsoObject(boolean bRemote, byte val, UdpConnection source, ByteBuffer bb) voidIsoDoor.syncIsoObject(boolean bRemote, byte val, UdpConnection source, ByteBuffer bb) voidIsoLightSwitch.syncIsoObject(boolean bRemote, byte val, UdpConnection source) voidIsoLightSwitch.syncIsoObject(boolean bRemote, byte val, UdpConnection source, ByteBuffer bb) voidIsoStove.syncIsoObject(boolean bRemote, byte val, UdpConnection source, ByteBuffer bb) voidIsoWorldInventoryObject.syncIsoObject(boolean bRemote, byte val, UdpConnection source, ByteBuffer bb) -
Uses of UdpConnection in zombie.iso.weather
Methods in zombie.iso.weather with parameters of type UdpConnectionModifier and TypeMethodDescriptionfinal voidClimateManager.receiveClimatePacket(ByteBuffer bb, UdpConnection ignoreConnection) -
Uses of UdpConnection in zombie.Lua
Methods in zombie.Lua with parameters of type UdpConnectionModifier and TypeMethodDescriptionstatic voidLuaManager.GlobalObject.checkModsNeedUpdate(UdpConnection connection) -
Uses of UdpConnection in zombie.network
Fields in zombie.network declared as UdpConnectionModifier and TypeFieldDescriptionstatic UdpConnectionGameClient.connectionstatic UdpConnectionGameServer.removeAnimalsConnectionstatic UdpConnectionGameServer.removeCorpsesConnectionstatic UdpConnectionGameServer.removeVehiclesConnectionstatic UdpConnectionGameServer.removeZombiesConnectionstatic final UdpConnection[]GameServer.SlotToConnectionFields in zombie.network with type parameters of type UdpConnectionMethods in zombie.network that return UdpConnectionModifier and TypeMethodDescriptionstatic UdpConnectionGameServer.getConnectionByPlayerOnlineID(short onlineID) static UdpConnectionGameServer.getConnectionFromPlayer(IsoPlayer player) Methods in zombie.network with parameters of type UdpConnectionModifier and TypeMethodDescriptionvoidRequestDataManager.ACKWasReceived(RequestDataPacket.RequestID id, UdpConnection connection, int bytesTransmitted) static voidGameServer.addConnection(UdpConnection con) static voidGameServer.addDelayedDisconnect(UdpConnection con) static voidGameServer.addDisconnect(UdpConnection con) static voidGameServer.addIncoming(short id, ByteBuffer bb, UdpConnection connection) static StringBanSystem.BanIP(String ip, UdpConnection adminConnection, String argument, boolean ban) static StringBanSystem.BanUser(String username, UdpConnection adminConnection, String argument, boolean ban) static StringBanSystem.BanUserByIP(String username, UdpConnection adminConnection, String argument, boolean ban) static StringBanSystem.BanUserBySteamID(String steamID, UdpConnection adminConnection, String argument, boolean ban) voidPacketTypes.CallbackServerProcess.call(ByteBuffer bb, UdpConnection connection, short packetType) static booleanGameServer.canModifyPlayerStats(UdpConnection c, IsoPlayer player) static StringGameServer.changeRole(String adminName, UdpConnection adminConnection, String user, String newAccessLevelName) static voidClientServerMap.characterIn(UdpConnection connection, int playerIndex) static voidGameServer.disconnect(UdpConnection connection, String description) static voidLoginQueue.disconnect(UdpConnection connection) voidRequestDataManager.disconnect(UdpConnection connection) static booleanGameServer.isDelayedDisconnect(UdpConnection con) static booleanLoginQueue.isInTheQueue(UdpConnection connection) voidPacketTypes.PacketType.onServerPacket(ByteBuffer bb, UdpConnection connection) static voidPacketTypes.PacketAuthorization.onUnauthorized(UdpConnection connection, PacketTypes.PacketType type) voidRequestDataManager.putDataForTransmit(RequestDataPacket.RequestID id, UdpConnection connection, ByteBuffer bb) voidZomboidNetData.read(short id, ByteBuffer bb, UdpConnection connection) static voidGameServer.receiveBigWaterSplash(ByteBuffer bb, UdpConnection connection, short packetType) static voidGameServer.receiveClientConnect(UdpConnection connection, ServerWorldDatabase.LogonResult r) static voidGameServer.receiveEatBody(ByteBuffer bb, UdpConnection connection, short packetType) static voidLoginQueue.receiveLoginQueueDone(long gameLoadingTime, UdpConnection connection) static voidGameServer.receivePlayerListensChannel(ByteBuffer bb, UdpConnection connection, short packetType) static voidGameServer.receiveRadioDeviceDataState(ByteBuffer bb, UdpConnection connection, short packetType) static voidGameServer.receiveRadioServerData(ByteBuffer bb, UdpConnection connection, short packetType) static voidLoginQueue.receiveServerLoginQueueRequest(UdpConnection connection) static voidGameServer.receiveSyncRadioData(ByteBuffer bb, UdpConnection connection, short packetType) static voidGameServer.receiveWorldMapPlayerPosition(ByteBuffer bb, UdpConnection connection, short packetType) static voidGameServer.sendCompost(IsoCompost compost, UdpConnection connection) static voidGameServer.sendHitCharacter(HitCharacter packet, PacketTypes.PacketType packetType, UdpConnection connection) static booleanGameServer.sendItemListNet(UdpConnection ignore, IsoPlayer sender, ArrayList<InventoryItem> items, IsoPlayer receiver, String sessionID, String custom) static voidGameServer.sendMetaGrid(int cellX, int cellY, int roomID, UdpConnection connection) static voidGameServer.sendNonPvpZone(NonPvpZone zone, boolean remove, UdpConnection connection) static voidGameServer.sendPlayerExtraInfo(IsoPlayer p, UdpConnection connection) static voidGameServer.sendPlayerExtraInfo(IsoPlayer p, UdpConnection connection, boolean isForced) static voidGameServer.sendRadioPostSilence(UdpConnection c) static voidGameServer.sendServerCommand(String module, String command, se.krka.kahlua.vm.KahluaTable args, UdpConnection c) static voidGameServer.sendTickets(String author, UdpConnection connection) static voidGameServer.sendWorldSound(WorldSoundManager.WorldSound sound, UdpConnection connection) voidClientChunkRequest.unpack(ByteBuffer bb, UdpConnection connection) voidClientChunkRequest.unpackLargeArea(ByteBuffer bb, UdpConnection connection) static voidGameServer.updateOverlayForClients(IsoObject object, String spriteName, float r, float g, float b, float a, UdpConnection playerConnection) static voidConnectionDetails.write(UdpConnection connection, ServerWorldDatabase.LogonResult logonResult, ByteBuffer bb) Constructors in zombie.network with parameters of type UdpConnection -
Uses of UdpConnection in zombie.network.anticheats
Methods in zombie.network.anticheats with parameters of type UdpConnectionModifier and TypeMethodDescriptionvoidAntiCheat.act(UdpConnection connection, String text) static voidAntiCheat.doBanUser(UdpConnection connection, String issuedBy, String text) static voidAntiCheat.doKickUser(UdpConnection connection, String issuedBy, String text) static voidAntiCheat.doLogUser(UdpConnection connection, String issuedBy, String text) booleanAntiCheat.isValid(UdpConnection connection, INetworkPacket packet) static voidAntiCheat.log(UdpConnection connection, AntiCheat antiCheat, int counter, String text) booleanAbstractAntiCheat.preUpdate(UdpConnection connection) static voidAntiCheat.preUpdate(UdpConnection connection) booleanAntiCheatChecksumUpdate.preUpdate(UdpConnection connection) voidAbstractAntiCheat.react(UdpConnection connection, INetworkPacket packet) voidAntiCheatNoClip.react(UdpConnection connection, INetworkPacket packet) booleanAbstractAntiCheat.update(UdpConnection connection) static voidAntiCheat.update(UdpConnection connection) booleanAntiCheatPlayerUpdate.update(UdpConnection connection) booleanAntiCheatRecipeUpdate.update(UdpConnection connection) booleanAntiCheatXPUpdate.update(UdpConnection connection) AbstractAntiCheat.validate(UdpConnection connection, INetworkPacket packet) static booleanAntiCheatCapability.validate(UdpConnection connection, Capability capability) AntiCheatChecksum.validate(UdpConnection connection, INetworkPacket packet) AntiCheatFire.validate(UdpConnection connection, INetworkPacket packet) AntiCheatHitDamage.validate(UdpConnection connection, INetworkPacket packet) AntiCheatHitLongDistance.validate(UdpConnection connection, INetworkPacket packet) AntiCheatHitShortDistance.validate(UdpConnection connection, INetworkPacket packet) AntiCheatHitWeaponAmmo.validate(UdpConnection connection, INetworkPacket packet) AntiCheatHitWeaponRange.validate(UdpConnection connection, INetworkPacket packet) AntiCheatHitWeaponRate.validate(UdpConnection connection, INetworkPacket packet) AntiCheatNoClip.validate(UdpConnection connection, INetworkPacket packet) AntiCheatPlayer.validate(UdpConnection connection, INetworkPacket packet) AntiCheatPower.validate(UdpConnection connection, INetworkPacket packet) AntiCheatRecipe.validate(UdpConnection connection, INetworkPacket packet) AntiCheatSafeHousePlayer.validate(UdpConnection connection, INetworkPacket packet) AntiCheatSafeHouseSurvivor.validate(UdpConnection connection, INetworkPacket packet) AntiCheatSafety.validate(UdpConnection connection, INetworkPacket packet) AntiCheatServerCustomizationDDOS.validate(UdpConnection connection, INetworkPacket packet) AntiCheatSmoke.validate(UdpConnection connection, INetworkPacket packet) AntiCheatSpeed.validate(UdpConnection connection, INetworkPacket packet) AntiCheatTarget.validate(UdpConnection connection, INetworkPacket packet) AntiCheatTransaction.validate(UdpConnection connection, INetworkPacket packet) AntiCheatXP.validate(UdpConnection connection, INetworkPacket packet) AntiCheatXPPlayer.validate(UdpConnection connection, INetworkPacket packet) Constructors in zombie.network.anticheats with parameters of type UdpConnectionModifierConstructorDescriptionPacketValidator(UdpConnection connection) SuspiciousActivity(UdpConnection connection) -
Uses of UdpConnection in zombie.network.chat
Methods in zombie.network.chat with parameters of type UdpConnectionModifier and TypeMethodDescriptionvoidChatServer.processMessageFromPlayerPacket(ByteBuffer bb, UdpConnection connection) voidChatServer.sendMessageToServerChat(UdpConnection connection, String msg) -
Uses of UdpConnection in zombie.network.fields.character
Methods in zombie.network.fields.character with parameters of type UdpConnection -
Uses of UdpConnection in zombie.network.fields.hit
Methods in zombie.network.fields.hit with parameters of type UdpConnectionModifier and TypeMethodDescriptionbooleanPlayer.isRelevant(UdpConnection connection) booleanThumpable.isRelevant(UdpConnection connection) -
Uses of UdpConnection in zombie.network.packets
Methods in zombie.network.packets with parameters of type UdpConnectionModifier and TypeMethodDescriptionstatic voidAddXpPacket.addXp(UdpConnection connection, IsoPlayer player, PerkFactory.Perk perk, float amount, boolean noMultiplier) booleanSyncExtendedPlacementPacket.isRelevant(UdpConnection connection) booleanSyncItemActivatedPacket.isRelevant(UdpConnection connection) booleanSyncPlayerAlarmClockPacket.isRelevant(UdpConnection connection) booleanSyncWorldAlarmClockPacket.isRelevant(UdpConnection connection) default voidINetworkPacket.parseClient(ByteBuffer b, UdpConnection connection) default voidINetworkPacket.parseClientLoading(ByteBuffer b, UdpConnection connection) default voidINetworkPacket.parseServer(ByteBuffer b, UdpConnection connection) voidHumanVisualPacket.process(UdpConnection connection) voidAddBrokenGlassPacket.processClient(UdpConnection connection) voidAddExplosiveTrapPacket.processClient(UdpConnection connection) voidAddInventoryItemToContainerPacket.processClient(UdpConnection connection) voidAddItemInInventoryPacket.processClient(UdpConnection connection) voidAddItemToMapPacket.processClient(UdpConnection connection) voidAddTrackPacket.processClient(UdpConnection connection) voidAddXPMultiplierPacket.processClient(UdpConnection connection) voidBodyDamageUpdatePacket.processClient(UdpConnection connection) voidBuildActionPacket.processClient(UdpConnection connection) voidCustomColorPacket.processClient(UdpConnection connection) voidEquipPacket.processClient(UdpConnection connection) voidExtraInfoPacket.processClient(UdpConnection connection) voidFishingActionPacket.processClient(UdpConnection connection) voidGameCharacterAttachedItemPacket.processClient(UdpConnection connection) voidHaloTextPacket.processClient(UdpConnection connection) voidHumanVisualPacket.processClient(UdpConnection connection) default voidINetworkPacket.processClient(UdpConnection connection) voidItemStatsPacket.processClient(UdpConnection connection) voidItemTransactionPacket.processClient(UdpConnection connection) voidKickedPacket.processClient(UdpConnection connection) voidMessageForAdminPacket.processClient(UdpConnection connection) voidMetaGridPacket.processClient(UdpConnection connection) voidNetTimedActionPacket.processClient(UdpConnection connection) voidNetworkUsersPacket.processClient(UdpConnection connection) voidRegisterZonePacket.processClient(UdpConnection connection) voidRemoveContestedItemsFromInventoryPacket.processClient(UdpConnection connection) voidRemoveInventoryItemFromContainerPacket.processClient(UdpConnection connection) voidRemoveItemFromSquarePacket.processClient(UdpConnection connection) voidReplaceInventoryItemInContainerPacket.processClient(UdpConnection connection) voidRequestDataPacket.processClient(UdpConnection connection) voidRequestTradingPacket.processClient(UdpConnection connection) voidRolesPacket.processClient(UdpConnection connection) voidSafetyPacket.processClient(UdpConnection connection) voidSlowFactorPacket.processClient(UdpConnection connection) voidStartFirePacket.processClient(UdpConnection connection) voidStopFirePacket.processClient(UdpConnection connection) voidSyncClothingPacket.processClient(UdpConnection connection) voidSyncCustomLightSettingsPacket.processClient(UdpConnection connection) voidSyncExtendedPlacementPacket.processClient(UdpConnection connection) voidSyncHandWeaponFieldsPacket.processClient(UdpConnection connection) voidSyncItemActivatedPacket.processClient(UdpConnection connection) voidSyncItemFieldsPacket.processClient(UdpConnection connection) voidSyncNonPvpZonePacket.processClient(UdpConnection connection) voidSyncPlayerAlarmClockPacket.processClient(UdpConnection connection) voidSyncThumpablePacket.processClient(UdpConnection connection) voidSyncVisualsPacket.processClient(UdpConnection connection) voidSyncWorldAlarmClockPacket.processClient(UdpConnection connection) voidSyncZonePacket.processClient(UdpConnection connection) voidTeleportPacket.processClient(UdpConnection connection) voidTradingUIAddItemPacket.processClient(UdpConnection connection) voidTradingUIRemoveItemPacket.processClient(UdpConnection connection) voidTradingUIUpdateStatePacket.processClient(UdpConnection connection) voidUpdateOverlaySpritePacket.processClient(UdpConnection connection) voidVariableSyncPacket.processClient(UdpConnection connection) voidWarSyncPacket.processClient(UdpConnection connection) voidWaveSignalPacket.processClient(UdpConnection connection) voidWorldMessagePacket.processClient(UdpConnection connection) voidZombieHelmetFallingPacket.processClient(UdpConnection connection) default voidINetworkPacket.processClientLoading(UdpConnection connection) voidKickedPacket.processClientLoading(UdpConnection connection) voidRequestDataPacket.processClientLoading(UdpConnection connection) voidVariableSyncPacket.processClientLoading(UdpConnection connection) voidAddBrokenGlassPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidAddExplosiveTrapPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidAddInventoryItemToContainerPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidAddItemToMapPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidAddTicketPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidAddUserlogPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidAddWarningPointPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidAddXpPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidBanUnbanUserActionPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidBodyDamageUpdatePacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidBuildActionPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidEquipPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidExtraInfoPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidFishingActionPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidGameCharacterAttachedItemPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidGeneralActionPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidGetModDataPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidHumanVisualPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) default voidINetworkPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidItemStatsPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidItemTransactionPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidNetTimedActionPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidNetworkUserActionPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidObjectModDataPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidPlayerXpPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidPVPEventsPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidReadAnnotedMapPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidRegisterZonePacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidRemoveInventoryItemFromContainerPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidRemoveItemFromSquarePacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidRemoveTicketPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidRemoveUserlogPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidRequestDataPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidRequestItemsForContainerPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidRequestLargeAreaZipPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidRequestNetworkUsersPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidRequestRolesPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidRequestTradingPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidRolesEditPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidSafetyPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidSledgehammerDestroyPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidStartFirePacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidStopFirePacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidSyncClothingPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidSyncCustomLightSettingsPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidSyncExtendedPlacementPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidSyncHandWeaponFieldsPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidSyncItemActivatedPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidSyncItemFieldsPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidSyncNonPvpZonePacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidSyncPlayerAlarmClockPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidSyncThumpablePacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidSyncVisualsPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidSyncWorldAlarmClockPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidSyncZonePacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidTeleportPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidTeleportToHimUserActionPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidTeleportUserActionPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidTradingUIAddItemPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidTradingUIRemoveItemPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidTradingUIUpdateStatePacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidUpdateOverlaySpritePacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidVariableSyncPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidViewedTicketPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidViewTicketsPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidWarStateSyncPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidWaveSignalPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidWorldMessagePacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) static voidRemoveItemFromSquarePacket.removeItemFromMap(UdpConnection connection, int x, int y, int z, int index) voidRequestDataPacket.sendConnectingDetails(UdpConnection connection, ServerWorldDatabase.LogonResult logonResult) default voidINetworkPacket.sendToClients(PacketTypes.PacketType packetType, UdpConnection excluded) default voidINetworkPacket.sendToRelativeClients(PacketTypes.PacketType packetType, UdpConnection excluded, float x, float y) default voidINetworkPacket.sync(PacketTypes.PacketType packetType, UdpConnection connection) -
Uses of UdpConnection in zombie.network.packets.actions
Methods in zombie.network.packets.actions with parameters of type UdpConnectionModifier and TypeMethodDescriptionvoidAnimalEventPacket.process(UdpConnection connection) voidAddBloodPacket.processClient(UdpConnection connection) voidAnimalEventPacket.processClient(UdpConnection connection) voidEatFoodPacket.processClient(UdpConnection connection) voidHelicopterPacket.processClient(UdpConnection connection) voidRemoveBloodPacket.processClient(UdpConnection connection) voidSmashWindowPacket.processClient(UdpConnection connection) voidSneezeCoughPacket.processClient(UdpConnection connection) voidStatePacket.processClient(UdpConnection connection) voidWakeUpPlayerPacket.processClient(UdpConnection connection) voidAnimalEventPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidBurnCorpsePacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidEatFoodPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidRemoveBloodPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidSmashWindowPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidSneezeCoughPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidStatePacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidWakeUpPlayerPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) -
Uses of UdpConnection in zombie.network.packets.character
Methods in zombie.network.packets.character with parameters of type UdpConnectionModifier and TypeMethodDescriptionbooleanRemoveCorpseFromMapPacket.isRelevant(UdpConnection connection) voidAnimalCommandPacket.processClient(UdpConnection connection) voidAnimalOwnershipPacket.processClient(UdpConnection connection) voidAnimalTracksPacket.processClient(UdpConnection connection) voidAnimalUpdatePacket.processClient(UdpConnection connection) voidClothingWetnessPacket.processClient(UdpConnection connection) voidCreatePlayerPacket.processClient(UdpConnection connection) voidDeadCharacterPacket.processClient(UdpConnection connection) voidPlayerPacket.processClient(UdpConnection connection) voidRemoveCorpseFromMapPacket.processClient(UdpConnection connection) voidThumpPacket.processClient(UdpConnection connection) voidZombieControlPacket.processClient(UdpConnection connection) voidCreatePlayerPacket.processClientLoading(UdpConnection connection) voidAnimalCommandPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidAnimalTracksPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidAnimalUpdatePacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidCreatePlayerPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidForageItemFoundPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidPlayerDataRequestPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidPlayerDropHeldItemsPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidPlayerPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidRemoveCorpseFromMapPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidThumpPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) -
Uses of UdpConnection in zombie.network.packets.connection
Methods in zombie.network.packets.connection with parameters of type UdpConnectionModifier and TypeMethodDescriptionvoidConnectedCoopPacket.processClient(UdpConnection connection) voidGoogleAuthKeyPacket.processClient(UdpConnection connection) voidLoadPlayerProfilePacket.processClient(UdpConnection connection) voidGoogleAuthKeyPacket.processClientLoading(UdpConnection connection) voidGoogleAuthRequestPacket.processClientLoading(UdpConnection connection) voidQueuePacket.processClientLoading(UdpConnection connection) voidServerCustomizationPacket.processClientLoading(UdpConnection connection) voidGoogleAuthKeyPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidGoogleAuthPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidLoadPlayerProfilePacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidLoginPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidLoginQueueDonePacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidQueuePacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidServerCustomizationPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) -
Uses of UdpConnection in zombie.network.packets.hit
Methods in zombie.network.packets.hit with parameters of type UdpConnectionModifier and TypeMethodDescriptionbooleanAnimalHitAnimalPacket.isRelevant(UdpConnection connection) booleanAnimalHitPlayerPacket.isRelevant(UdpConnection connection) booleanAnimalHitThumpablePacket.isRelevant(UdpConnection connection) booleanHitCharacter.isRelevant(UdpConnection var1) booleanPlayerHit.isRelevant(UdpConnection connection) booleanVehicleHit.isRelevant(UdpConnection connection) booleanZombieHitPlayerPacket.isRelevant(UdpConnection connection) booleanZombieHitThumpablePacket.isRelevant(UdpConnection connection) voidAnimalHitPlayerPacket.log(UdpConnection connection) default voidHitCharacter.log(UdpConnection connection) voidPlayerHitObjectPacket.log(UdpConnection connection) voidPlayerHitPlayerPacket.log(UdpConnection connection) voidVehicleHitPlayerPacket.log(UdpConnection connection) voidZombieHitPlayerPacket.log(UdpConnection connection) default voidHitCharacter.processClient(UdpConnection connection) voidAttackCollisionCheckPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) default voidHitCharacter.processServer(PacketTypes.PacketType packetType, UdpConnection connection) -
Uses of UdpConnection in zombie.network.packets.safehouse
Methods in zombie.network.packets.safehouse with parameters of type UdpConnectionModifier and TypeMethodDescriptionvoidSafehouseAcceptPacket.processClient(UdpConnection connection) voidSafehouseInvitePacket.processClient(UdpConnection connection) voidSafehouseSyncPacket.processClient(UdpConnection connection) voidSafehouseAcceptPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidSafehouseChangeMemberPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidSafehouseChangeOwnerPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidSafehouseChangeRespawnPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidSafehouseChangeTitlePacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidSafehouseClaimPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidSafehouseInvitePacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidSafehouseReleasePacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidSafezoneClaimPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) -
Uses of UdpConnection in zombie.network.packets.service
Methods in zombie.network.packets.service with parameters of type UdpConnectionModifier and TypeMethodDescriptionvoidPlayerInventoryPacket.parseClient(ByteBuffer b, UdpConnection connection) voidRequestUserLogPacket.parseClient(ByteBuffer b, UdpConnection connection) voidChecksumPacket.parseServer(ByteBuffer b, UdpConnection connection) voidPlayerTimeoutPacket.processClient(UdpConnection connection) voidPopmanDebugCommandPacket.processClient(UdpConnection connection) voidReceiveContainerModDataPacket.processClient(UdpConnection connection) voidReceiveModDataPacket.processClient(UdpConnection connection) voidRecipePacket.processClient(UdpConnection connection) voidRequestUserLogPacket.processClient(UdpConnection connection) voidScoreboardUpdatePacket.processClient(UdpConnection connection) voidServerLOSPacket.processClient(UdpConnection connection) voidServerQuitPacket.processClient(UdpConnection connection) voidSetMultiplierPacket.processClient(UdpConnection connection) voidStartPausePacket.processClient(UdpConnection connection) voidStopPausePacket.processClient(UdpConnection connection) voidSyncClockPacket.processClient(UdpConnection connection) voidTimeSyncPacket.processClient(UdpConnection connection) voidAccessDeniedPacket.processClientLoading(UdpConnection connection) voidRecipePacket.processClientLoading(UdpConnection connection) voidPlayerInventoryPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidPopmanDebugCommandPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidReceiveContainerModDataPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidReceiveModDataPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidRecipePacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidRequestUserLogPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidScoreboardUpdatePacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidServerLOSPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidTimeSyncPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) static voidChecksumPacket.sendError(UdpConnection connection, String error) -
Uses of UdpConnection in zombie.network.packets.sound
Methods in zombie.network.packets.sound with parameters of type UdpConnectionModifier and TypeMethodDescriptionvoidPlaySoundPacket.processClient(UdpConnection connection) voidPlayWorldSoundPacket.processClient(UdpConnection connection) voidStopSoundPacket.processClient(UdpConnection connection) voidWorldSoundPacket.processClient(UdpConnection connection) voidPlaySoundPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidPlayWorldSoundPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidStopSoundPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidWorldSoundPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) -
Uses of UdpConnection in zombie.network.packets.vehicle
Methods in zombie.network.packets.vehicle with parameters of type UdpConnectionModifier and TypeMethodDescriptionvoidVehicleTowingStatePacket.parseClient(ByteBuffer b, UdpConnection connection) voidVehicleEnterPacket.processClient(UdpConnection connection) voidVehicleExitPacket.processClient(UdpConnection connection) voidVehicleImpulsePacket.processClient(UdpConnection connection) voidVehiclePassengerPositionPacket.processClient(UdpConnection connection) voidVehiclePassengerResponsePacket.processClient(UdpConnection connection) voidVehiclePhysicsPacket.processClient(UdpConnection connection) voidVehicleRemovePacket.processClient(UdpConnection connection) voidVehicleSwitchSeatPacket.processClient(UdpConnection connection) voidVehicleTowingAttachPacket.processClient(UdpConnection connection) voidVehicleTowingDetachPacket.processClient(UdpConnection connection) voidVehicleCollidePacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidVehicleEnterPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidVehicleExitPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidVehiclePassengerPositionPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidVehiclePassengerRequestPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidVehiclePhysicsPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidVehicleRequestPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) voidVehicleSwitchSeatPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) -
Uses of UdpConnection in zombie.network.packets.world
Methods in zombie.network.packets.world with parameters of type UdpConnectionModifier and TypeMethodDescriptionvoidDebugStoryPacket.processServer(PacketTypes.PacketType packetType, UdpConnection connection) -
Uses of UdpConnection in zombie.network.statistics
Methods in zombie.network.statistics with parameters of type UdpConnectionModifier and TypeMethodDescriptionstatic intPingManager.checkLatest(UdpConnection c, long limit) static booleanPingManager.doKickWhileLoading(UdpConnection connection, int ping) -
Uses of UdpConnection in zombie.network.statistics.data
Methods in zombie.network.statistics.data with parameters of type UdpConnectionModifier and TypeMethodDescriptionvoidNetworkStatistic.addIncomePacket(short id, int size, UdpConnection connection) voidNetworkStatistic.addOutcomePacket(short id, int size, UdpConnection connection) -
Uses of UdpConnection in zombie.popman
Methods in zombie.popman that return UdpConnectionMethods in zombie.popman with parameters of type UdpConnectionModifier and TypeMethodDescriptionintNetworkZombieManager.getAuthorizedZombieCount(UdpConnection con) intNetworkZombieManager.getZombieAuth(UdpConnection connection, ZombieListPacket packet) intNetworkZombiePacker.getZombieData(UdpConnection connection, ZombieSynchronizationPacket packet) voidNetworkZombieManager.moveZombie(IsoZombie zombie, UdpConnection to, IsoPlayer player) static voidNetworkZombieManager.removeZombies(UdpConnection connection) voidNetworkZombiePacker.send(UdpConnection connection) voidOwnership.setOwnership(UdpConnection connection) -
Uses of UdpConnection in zombie.popman.animal
Methods in zombie.popman.animal with parameters of type UdpConnectionModifier and TypeMethodDescriptionstatic voidAnimalInstanceManager.removeAnimals(UdpConnection connection) voidAnimalSynchronizationManager.setExtraUpdate(UdpConnection connection) voidAnimalSynchronizationManager.setRequested(UdpConnection connection, HashSet<Short> request) -
Uses of UdpConnection in zombie.radio.devices
Methods in zombie.radio.devices with parameters of type UdpConnectionModifier and TypeMethodDescriptionvoidDeviceData.receiveDeviceDataStatePacket(ByteBuffer bb, UdpConnection ignoreConnection) -
Uses of UdpConnection in zombie.savefile
Methods in zombie.savefile with parameters of type UdpConnectionModifier and TypeMethodDescriptionvoidServerPlayerDB.serverUpdateNetworkCharacter(ByteBuffer bb, UdpConnection connection) Deprecated.voidServerPlayerDB.serverUpdateNetworkCharacter(IsoPlayer player, int playerIndex, UdpConnection connection) -
Uses of UdpConnection in zombie.vehicles
Fields in zombie.vehicles declared as UdpConnectionMethods in zombie.vehicles with parameters of type UdpConnection -
Uses of UdpConnection in zombie.worldMap.network
Methods in zombie.worldMap.network with parameters of type UdpConnectionModifier and TypeMethodDescriptionvoidWorldMapServer.receive(ByteBuffer bb, UdpConnection connection)