Grasscutter/src/main/java/emu/grasscutter/server/packet/send
2022-05-07 18:18:27 -07:00
..
Packet.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketAbilityChangeNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketAbilityInvocationsNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketAskAddFriendNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketAskAddFriendRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketAvatarAddNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketAvatarChangeCostumeNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketAvatarChangeCostumeRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketAvatarDataNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketAvatarDieAnimationEndRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketAvatarEquipChangeNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketAvatarExpeditionAllDataRsp.java Implement Avatar Expedition System 2022-05-06 13:28:26 -07:00
PacketAvatarExpeditionCallBackRsp.java Implement Avatar Expedition System 2022-05-06 13:28:26 -07:00
PacketAvatarExpeditionDataNotify.java Implement Avatar Expedition System 2022-05-06 13:28:26 -07:00
PacketAvatarExpeditionGetRewardRsp.java Implement Avatar Expedition System 2022-05-06 13:28:26 -07:00
PacketAvatarExpeditionStartRsp.java Implement Avatar Expedition System 2022-05-06 13:28:26 -07:00
PacketAvatarFetterDataNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketAvatarFetterLevelRewardRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketAvatarFightPropNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketAvatarFightPropUpdateNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketAvatarFlycloakChangeNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketAvatarGainCostumeNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketAvatarGainFlycloakNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketAvatarLifeStateChangeNotify.java Add drowning. Better movement ticking. 2022-05-05 23:42:34 -07:00
PacketAvatarPromoteRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketAvatarPropNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketAvatarSkillChangeNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketAvatarSkillInfoNotify.java Fix extra skill charges being removed if you teleport 2022-05-03 02:27:18 -07:00
PacketAvatarSkillMaxChargeCountNotify.java Fix constellations that give an extra charge to skills 2022-04-30 19:34:50 -07:00
PacketAvatarSkillUpgradeRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketAvatarTeamUpdateNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketAvatarUnlockTalentNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketAvatarUpgradeRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketAvatarWearFlycloakRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketBuyGoodsRsp.java implement npc shop 2022-04-27 07:35:31 -07:00
PacketCalcWeaponUpgradeReturnItemsRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketCanUseSkillNotify.java Monsters tide turn by turn && Ban User Skill && Lua functions 2022-05-07 18:18:27 -07:00
PacketCardProductRewardNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketChallengeDataNotify.java Allow the player to finish dungeons 2022-04-29 00:49:05 -07:00
PacketChangeAvatarRsp.java Fix internal server error when changing characters 2022-04-27 11:23:33 -07:00
PacketChangeGameTimeRsp.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketChangeMpTeamAvatarRsp.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketChangeTeamNameRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketChooseCurAvatarTeamRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketClientAbilityInitFinishNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketCombatInvocationsNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketCombineRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketDealAddFriendRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketDeleteFriendNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketDeleteFriendRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketDelMailRsp.java Move player mail to MailHandler class 2022-05-02 02:01:01 -07:00
PacketDelTeamEntityNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketDestroyMaterialRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketDoGachaRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketDungeonChallengeBeginNotify.java Fixed dungeon challenge scoreboard and implement dungeon drops 2022-05-03 23:24:43 -07:00
PacketDungeonChallengeFinishNotify.java Fixed dungeon challenge scoreboard and implement dungeon drops 2022-05-03 23:24:43 -07:00
PacketDungeonEntryInfoRsp.java Update how scene/dungeon map points are handled 2022-04-30 01:20:44 -07:00
PacketDungeonSettleNotify.java Tower Dungeons Handoff between level and floor 2022-05-07 00:11:54 +08:00
PacketEnterSceneDoneRsp.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketEnterScenePeerNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketEnterSceneReadyRsp.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketEnterWorldAreaRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketEntityAiSyncNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketEntityFightPropChangeReasonNotify.java Add the god statue's blood return display and stamina system (#520) 2022-05-04 11:45:20 -07:00
PacketEntityFightPropUpdateNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketEvtAvatarLockChairRsp.java Fix sitting in chairs 2022-04-29 12:59:50 +02:00
PacketEvtAvatarSitDownNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketEvtAvatarStandUpNotify.java Fix sitting in chairs 2022-04-29 12:59:50 +02:00
PacketGadgetAutoPickDropInfoNotify.java Fixed dungeon challenge scoreboard and implement dungeon drops 2022-05-03 23:24:43 -07:00
PacketGadgetInteractRsp.java Implement script support needed for dungeons 2022-04-28 22:19:14 -07:00
PacketGadgetStateNotify.java Implement script support needed for dungeons 2022-04-28 22:19:14 -07:00
PacketGetActivityInfoRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketGetAllMailRsp.java Added missing isGiftMail section to GetAllMailRsp 2022-04-27 15:11:57 +02:00
PacketGetAllUnlockNameCardRsp.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketGetAuthkeyRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketGetFriendShowAvatarInfoRsp.java Implement viewing character details in character showcase 2022-04-30 10:49:45 -07:00
PacketGetGachaInfoRsp.java Implement gacha history record subsystem 2022-05-01 13:47:17 -07:00
PacketGetMailItemRsp.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketGetOnlinePlayerListRsp.java Optimize GetOnlinePlayerListRsp 2022-04-30 01:20:44 -07:00
PacketGetPlayerAskFriendListRsp.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketGetPlayerFriendListRsp.java Move server profile away from GameConstants 2022-05-06 19:16:36 -07:00
PacketGetPlayerSocialDetailRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketGetPlayerTokenRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketGetSceneAreaRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketGetScenePointRsp.java Update how scene/dungeon map points are handled 2022-04-30 01:20:44 -07:00
PacketGetShopmallDataRsp.java Show shopmall 2022-05-01 13:42:01 -07:00
PacketGetShopRsp.java shop improvement 2022-04-28 13:30:50 -07:00
PacketGetWorldMpInfoRsp.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketH5ActivityIdsNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketHostPlayerNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketItemAddHintNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketLifeStateChangeNotify.java Add drowning. Better movement ticking. 2022-05-05 23:42:34 -07:00
PacketMailChangeNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketMarkMapRsp.java Implement map marking features 2022-05-04 10:01:46 -07:00
PacketMarkNewNotify.java Implement map marking features 2022-05-04 10:01:46 -07:00
PacketMcoinExchangeHcoinRsp.java fix McoinExchangeHcoinRsp packet structure 2022-05-01 10:02:47 -07:00
PacketNpcTalkRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketOpenStateUpdateNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketPathfindingEnterSceneRsp.java Implement dungeon entry 2022-04-28 08:20:37 -07:00
PacketPersonalSceneJumpRsp.java Support of Enter Room Scene 2022-05-05 09:02:54 -07:00
PacketPingRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketPlayerApplyEnterMpNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketPlayerApplyEnterMpResultNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketPlayerApplyEnterMpResultRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketPlayerApplyEnterMpRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketPlayerChatNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketPlayerChatRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketPlayerDataNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketPlayerEnterDungeonRsp.java Implement dungeon entry 2022-04-28 08:20:37 -07:00
PacketPlayerEnterSceneInfoNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketPlayerEnterSceneNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketPlayerGameTimeNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketPlayerGetForceQuitBanInfoRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketPlayerLevelRewardUpdateNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketPlayerLoginRsp.java Change RunMode and DebugMode to enums 2022-04-30 22:52:09 -07:00
PacketPlayerPropNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketPlayerSetPauseRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketPlayerStoreNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketPlayerTimeNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketPostEnterSceneRsp.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketPrivateChatNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketProudSkillChangeNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketProudSkillExtraLevelNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketPullPrivateChatRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketPullRecentChatRsp.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketReliquaryUpgradeRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketSceneAreaWeatherNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketSceneEntityAppearNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketSceneEntityDisappearNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketSceneEntityDrownRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketSceneEntityMoveNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketSceneInitFinishRsp.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketSceneKickPlayerRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketScenePlayerInfoNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketScenePlayerLocationNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketSceneTeamUpdateNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketSceneTimeNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketSceneTransToPointRsp.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketSceneUnlockInfoNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketSelectWorktopOptionRsp.java Implement script support needed for dungeons 2022-04-28 22:19:14 -07:00
PacketServerTimeNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketSetEquipLockStateRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketSetNameCardRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketSetPlayerBirthdayRsp.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketSetPlayerHeadImageRsp.java Fix co-op requests not showing up 2022-04-27 11:23:33 -07:00
PacketSetPlayerNameRsp.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketSetPlayerPropRsp.java SetPlayerPropReq Handler and player.setProperty() sanity check. 2022-05-05 00:03:42 -07:00
PacketSetPlayerSignatureRsp.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketSetUpAvatarTeamRsp.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketStoreItemChangeNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketStoreItemDelNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketStoreWeightLimitNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketSyncScenePlayTeamEntityNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketSyncTeamEntityNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketTakeAchievementRewardReq.java Remove the red exclamation mark from achievements 2022-05-06 01:17:16 -07:00
PacketTakeoffEquipRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketTakePlayerLevelRewardRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketTowerAllDataRsp.java Choose Avatar & Enter Tower 2022-05-06 00:12:33 -07:00
PacketTowerCurLevelRecordChangeNotify.java Tower Dungeons Handoff between level and floor 2022-05-07 00:11:54 +08:00
PacketTowerEnterLevelRsp.java Choose Avatar & Enter Tower 2022-05-06 00:12:33 -07:00
PacketTowerFloorRecordChangeNotify.java Tower Dungeons Handoff between level and floor 2022-05-07 00:11:54 +08:00
PacketTowerTeamSelectRsp.java Choose Avatar & Enter Tower 2022-05-06 00:12:33 -07:00
PacketUnlockAvatarTalentRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketUnlockNameCardNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketUpdatePlayerShowAvatarListRsp.java Next time I'll never use github.dev again 2022-04-28 03:37:09 +08:00
PacketUseItemRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketVehicleInteractRsp.java Limit the amount of vehicles that a player can spawn (#340) 2022-04-29 21:01:07 +02:00
PacketVehicleSpawnRsp.java Limit the amount of vehicles that a player can spawn (#340) 2022-04-29 21:01:07 +02:00
PacketWeaponAwakenRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketWeaponPromoteRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketWeaponUpgradeRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketWearEquipRsp.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketWorktopOptionNotify.java Implement script support needed for dungeons 2022-04-28 22:19:14 -07:00
PacketWorldDataNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketWorldPlayerDieNotify.java Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
PacketWorldPlayerInfoNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketWorldPlayerLocationNotify.java Moved some files around 2022-04-26 21:27:35 -07:00
PacketWorldPlayerReviveRsp.java Add drowning. Better movement ticking. 2022-05-05 23:42:34 -07:00
PacketWorldPlayerRTTNotify.java Moved some files around 2022-04-26 21:27:35 -07:00