Class ClientPlayNetworkHandler

java.lang.Object
net.minecraft.client.network.ClientPlayNetworkHandler
All Implemented Interfaces:
ClientPlayPacketListener, PacketListener

@Environment(CLIENT) public class ClientPlayNetworkHandler extends Object implements ClientPlayPacketListener
Mappings:
Namespace Name
official eji
intermediary net/minecraft/class_634
named net/minecraft/client/network/ClientPlayNetworkHandler
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Leji;a:Lorg/apache/logging/log4j/Logger;
      intermediary field_3695 Lnet/minecraft/class_634;field_3695:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/client/network/ClientPlayNetworkHandler;LOGGER:Lorg/apache/logging/log4j/Logger;
    • DISCONNECT_LOST_TEXT

      private static final Text DISCONNECT_LOST_TEXT
      Mappings:
      Namespace Name Mixin selector
      official b Leji;b:Los;
      intermediary field_26620 Lnet/minecraft/class_634;field_26620:Lnet/minecraft/class_2561;
      named DISCONNECT_LOST_TEXT Lnet/minecraft/client/network/ClientPlayNetworkHandler;DISCONNECT_LOST_TEXT:Lnet/minecraft/text/Text;
    • connection

      private final ClientConnection connection
      Mappings:
      Namespace Name Mixin selector
      official c Leji;c:Loe;
      intermediary field_3689 Lnet/minecraft/class_634;field_3689:Lnet/minecraft/class_2535;
      named connection Lnet/minecraft/client/network/ClientPlayNetworkHandler;connection:Lnet/minecraft/network/ClientConnection;
    • profile

      private final com.mojang.authlib.GameProfile profile
      Mappings:
      Namespace Name Mixin selector
      official d Leji;d:Lcom/mojang/authlib/GameProfile;
      intermediary field_3697 Lnet/minecraft/class_634;field_3697:Lcom/mojang/authlib/GameProfile;
      named profile Lnet/minecraft/client/network/ClientPlayNetworkHandler;profile:Lcom/mojang/authlib/GameProfile;
    • loginScreen

      private final Screen loginScreen
      Mappings:
      Namespace Name Mixin selector
      official e Leji;e:Leap;
      intermediary field_3701 Lnet/minecraft/class_634;field_3701:Lnet/minecraft/class_437;
      named loginScreen Lnet/minecraft/client/network/ClientPlayNetworkHandler;loginScreen:Lnet/minecraft/client/gui/screen/Screen;
    • client

      private final MinecraftClient client
      Mappings:
      Namespace Name Mixin selector
      official f Leji;f:Ldvo;
      intermediary field_3690 Lnet/minecraft/class_634;field_3690:Lnet/minecraft/class_310;
      named client Lnet/minecraft/client/network/ClientPlayNetworkHandler;client:Lnet/minecraft/client/MinecraftClient;
    • world

      private ClientWorld world
      Mappings:
      Namespace Name Mixin selector
      official g Leji;g:Lejh;
      intermediary field_3699 Lnet/minecraft/class_634;field_3699:Lnet/minecraft/class_638;
      named world Lnet/minecraft/client/network/ClientPlayNetworkHandler;world:Lnet/minecraft/client/world/ClientWorld;
    • worldProperties

      private ClientWorld.Properties worldProperties
      Mappings:
      Namespace Name Mixin selector
      official h Leji;h:Lejh$a;
      intermediary field_24321 Lnet/minecraft/class_634;field_24321:Lnet/minecraft/class_638$class_5271;
      named worldProperties Lnet/minecraft/client/network/ClientPlayNetworkHandler;worldProperties:Lnet/minecraft/client/world/ClientWorld$Properties;
    • positionLookSetup

      private boolean positionLookSetup
      Mappings:
      Namespace Name Mixin selector
      official i Leji;i:Z
      intermediary field_3698 Lnet/minecraft/class_634;field_3698:Z
      named positionLookSetup Lnet/minecraft/client/network/ClientPlayNetworkHandler;positionLookSetup:Z
    • playerListEntries

      private final Map<UUID,PlayerListEntry> playerListEntries
      Mappings:
      Namespace Name Mixin selector
      official j Leji;j:Ljava/util/Map;
      intermediary field_3693 Lnet/minecraft/class_634;field_3693:Ljava/util/Map;
      named playerListEntries Lnet/minecraft/client/network/ClientPlayNetworkHandler;playerListEntries:Ljava/util/Map;
    • advancementHandler

      private final ClientAdvancementManager advancementHandler
      Mappings:
      Namespace Name Mixin selector
      official k Leji;k:Leje;
      intermediary field_3700 Lnet/minecraft/class_634;field_3700:Lnet/minecraft/class_632;
      named advancementHandler Lnet/minecraft/client/network/ClientPlayNetworkHandler;advancementHandler:Lnet/minecraft/client/network/ClientAdvancementManager;
    • commandSource

      private final ClientCommandSource commandSource
      Mappings:
      Namespace Name Mixin selector
      official l Leji;l:Lejj;
      intermediary field_3691 Lnet/minecraft/class_634;field_3691:Lnet/minecraft/class_637;
      named commandSource Lnet/minecraft/client/network/ClientPlayNetworkHandler;commandSource:Lnet/minecraft/client/network/ClientCommandSource;
    • tagManager

      private TagManager tagManager
      Mappings:
      Namespace Name Mixin selector
      official m Leji;m:Lagc;
      intermediary field_3694 Lnet/minecraft/class_634;field_3694:Lnet/minecraft/class_5415;
      named tagManager Lnet/minecraft/client/network/ClientPlayNetworkHandler;tagManager:Lnet/minecraft/tag/TagManager;
    • dataQueryHandler

      private final DataQueryHandler dataQueryHandler
      Mappings:
      Namespace Name Mixin selector
      official n Leji;n:Ldvf;
      intermediary field_3692 Lnet/minecraft/class_634;field_3692:Lnet/minecraft/class_300;
      named dataQueryHandler Lnet/minecraft/client/network/ClientPlayNetworkHandler;dataQueryHandler:Lnet/minecraft/client/network/DataQueryHandler;
    • chunkLoadDistance

      private int chunkLoadDistance
      Mappings:
      Namespace Name Mixin selector
      official o Leji;o:I
      intermediary field_19144 Lnet/minecraft/class_634;field_19144:I
      named chunkLoadDistance Lnet/minecraft/client/network/ClientPlayNetworkHandler;chunkLoadDistance:I
    • random

      private final Random random
      Mappings:
      Namespace Name Mixin selector
      official p Leji;p:Ljava/util/Random;
      intermediary field_3687 Lnet/minecraft/class_634;field_3687:Ljava/util/Random;
      named random Lnet/minecraft/client/network/ClientPlayNetworkHandler;random:Ljava/util/Random;
    • commandDispatcher

      private com.mojang.brigadier.CommandDispatcher<CommandSource> commandDispatcher
      Mappings:
      Namespace Name Mixin selector
      official q Leji;q:Lcom/mojang/brigadier/CommandDispatcher;
      intermediary field_3696 Lnet/minecraft/class_634;field_3696:Lcom/mojang/brigadier/CommandDispatcher;
      named commandDispatcher Lnet/minecraft/client/network/ClientPlayNetworkHandler;commandDispatcher:Lcom/mojang/brigadier/CommandDispatcher;
    • recipeManager

      private final RecipeManager recipeManager
      Mappings:
      Namespace Name Mixin selector
      official r Leji;r:Lbti;
      intermediary field_3688 Lnet/minecraft/class_634;field_3688:Lnet/minecraft/class_1863;
      named recipeManager Lnet/minecraft/client/network/ClientPlayNetworkHandler;recipeManager:Lnet/minecraft/recipe/RecipeManager;
    • sessionId

      private final UUID sessionId
      Mappings:
      Namespace Name Mixin selector
      official s Leji;s:Ljava/util/UUID;
      intermediary field_16771 Lnet/minecraft/class_634;field_16771:Ljava/util/UUID;
      named sessionId Lnet/minecraft/client/network/ClientPlayNetworkHandler;sessionId:Ljava/util/UUID;
    • worldKeys

      private Set<RegistryKey<World>> worldKeys
      Mappings:
      Namespace Name Mixin selector
      official t Leji;t:Ljava/util/Set;
      intermediary field_25273 Lnet/minecraft/class_634;field_25273:Ljava/util/Set;
      named worldKeys Lnet/minecraft/client/network/ClientPlayNetworkHandler;worldKeys:Ljava/util/Set;
    • registryManager

      private DynamicRegistryManager registryManager
      Mappings:
      Namespace Name Mixin selector
      official u Leji;u:Lgx;
      intermediary field_25063 Lnet/minecraft/class_634;field_25063:Lnet/minecraft/class_5455;
      named registryManager Lnet/minecraft/client/network/ClientPlayNetworkHandler;registryManager:Lnet/minecraft/util/registry/DynamicRegistryManager;
  • Constructor Details

    • ClientPlayNetworkHandler

      public ClientPlayNetworkHandler(MinecraftClient client, Screen screen, ClientConnection connection, com.mojang.authlib.GameProfile profile)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leji;<init>(Ldvo;Leap;Loe;Lcom/mojang/authlib/GameProfile;)V
      intermediary <init> Lnet/minecraft/class_634;<init>(Lnet/minecraft/class_310;Lnet/minecraft/class_437;Lnet/minecraft/class_2535;Lcom/mojang/authlib/GameProfile;)V
      named <init> Lnet/minecraft/client/network/ClientPlayNetworkHandler;<init>(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/network/ClientConnection;Lcom/mojang/authlib/GameProfile;)V
  • Method Details

    • getCommandSource

      public ClientCommandSource getCommandSource()
      Mappings:
      Namespace Name Mixin selector
      official b Leji;b()Lejj;
      intermediary method_2875 Lnet/minecraft/class_634;method_2875()Lnet/minecraft/class_637;
      named getCommandSource Lnet/minecraft/client/network/ClientPlayNetworkHandler;getCommandSource()Lnet/minecraft/client/network/ClientCommandSource;
    • clearWorld

      public void clearWorld()
      Mappings:
      Namespace Name Mixin selector
      official c Leji;c()V
      intermediary method_2868 Lnet/minecraft/class_634;method_2868()V
      named clearWorld Lnet/minecraft/client/network/ClientPlayNetworkHandler;clearWorld()V
    • getRecipeManager

      public RecipeManager getRecipeManager()
      Mappings:
      Namespace Name Mixin selector
      official d Leji;d()Lbti;
      intermediary method_2877 Lnet/minecraft/class_634;method_2877()Lnet/minecraft/class_1863;
      named getRecipeManager Lnet/minecraft/client/network/ClientPlayNetworkHandler;getRecipeManager()Lnet/minecraft/recipe/RecipeManager;
    • onGameJoin

      public void onGameJoin(GameJoinS2CPacket packet)
      Specified by:
      onGameJoin in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lra;)V
      intermediary method_11120 Lnet/minecraft/class_2602;method_11120(Lnet/minecraft/class_2678;)V
      named onGameJoin Lnet/minecraft/network/listener/ClientPlayPacketListener;onGameJoin(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;)V
    • onEntitySpawn

      public void onEntitySpawn(EntitySpawnS2CPacket packet)
      Handles the spawning of non-living entities.
      Specified by:
      onEntitySpawn in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lpo;)V
      intermediary method_11112 Lnet/minecraft/class_2602;method_11112(Lnet/minecraft/class_2604;)V
      named onEntitySpawn Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntitySpawn(Lnet/minecraft/network/packet/s2c/play/EntitySpawnS2CPacket;)V
    • onExperienceOrbSpawn

      public void onExperienceOrbSpawn(ExperienceOrbSpawnS2CPacket packet)
      Specified by:
      onExperienceOrbSpawn in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lpp;)V
      intermediary method_11091 Lnet/minecraft/class_2602;method_11091(Lnet/minecraft/class_2606;)V
      named onExperienceOrbSpawn Lnet/minecraft/network/listener/ClientPlayPacketListener;onExperienceOrbSpawn(Lnet/minecraft/network/packet/s2c/play/ExperienceOrbSpawnS2CPacket;)V
    • onVibration

      public void onVibration(VibrationS2CPacket packet)
      Specified by:
      onVibration in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lpt;)V
      intermediary method_33135 Lnet/minecraft/class_2602;method_33135(Lnet/minecraft/class_5747;)V
      named onVibration Lnet/minecraft/network/listener/ClientPlayPacketListener;onVibration(Lnet/minecraft/network/packet/s2c/play/VibrationS2CPacket;)V
    • onPaintingSpawn

      public void onPaintingSpawn(PaintingSpawnS2CPacket packet)
      Specified by:
      onPaintingSpawn in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lpr;)V
      intermediary method_11114 Lnet/minecraft/class_2602;method_11114(Lnet/minecraft/class_2612;)V
      named onPaintingSpawn Lnet/minecraft/network/listener/ClientPlayPacketListener;onPaintingSpawn(Lnet/minecraft/network/packet/s2c/play/PaintingSpawnS2CPacket;)V
    • onVelocityUpdate

      public void onVelocityUpdate(EntityVelocityUpdateS2CPacket packet)
      Specified by:
      onVelocityUpdate in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lsn;)V
      intermediary method_11132 Lnet/minecraft/class_2602;method_11132(Lnet/minecraft/class_2743;)V
      named onVelocityUpdate Lnet/minecraft/network/listener/ClientPlayPacketListener;onVelocityUpdate(Lnet/minecraft/network/packet/s2c/play/EntityVelocityUpdateS2CPacket;)V
    • onEntityTrackerUpdate

      public void onEntityTrackerUpdate(EntityTrackerUpdateS2CPacket packet)
      Specified by:
      onEntityTrackerUpdate in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lsl;)V
      intermediary method_11093 Lnet/minecraft/class_2602;method_11093(Lnet/minecraft/class_2739;)V
      named onEntityTrackerUpdate Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntityTrackerUpdate(Lnet/minecraft/network/packet/s2c/play/EntityTrackerUpdateS2CPacket;)V
    • onPlayerSpawn

      public void onPlayerSpawn(PlayerSpawnS2CPacket packet)
      Specified by:
      onPlayerSpawn in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lps;)V
      intermediary method_11097 Lnet/minecraft/class_2602;method_11097(Lnet/minecraft/class_2613;)V
      named onPlayerSpawn Lnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerSpawn(Lnet/minecraft/network/packet/s2c/play/PlayerSpawnS2CPacket;)V
    • onEntityPosition

      public void onEntityPosition(EntityPositionS2CPacket packet)
      Specified by:
      onEntityPosition in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Ltf;)V
      intermediary method_11086 Lnet/minecraft/class_2602;method_11086(Lnet/minecraft/class_2777;)V
      named onEntityPosition Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntityPosition(Lnet/minecraft/network/packet/s2c/play/EntityPositionS2CPacket;)V
    • onHeldItemChange

      public void onHeldItemChange(UpdateSelectedSlotS2CPacket packet)
      Specified by:
      onHeldItemChange in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lsg;)V
      intermediary method_11135 Lnet/minecraft/class_2602;method_11135(Lnet/minecraft/class_2735;)V
      named onHeldItemChange Lnet/minecraft/network/listener/ClientPlayPacketListener;onHeldItemChange(Lnet/minecraft/network/packet/s2c/play/UpdateSelectedSlotS2CPacket;)V
    • onEntityUpdate

      public void onEntityUpdate(EntityS2CPacket packet)
      Specified by:
      onEntityUpdate in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lrd;)V
      intermediary method_11155 Lnet/minecraft/class_2602;method_11155(Lnet/minecraft/class_2684;)V
      named onEntityUpdate Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntityUpdate(Lnet/minecraft/network/packet/s2c/play/EntityS2CPacket;)V
    • onEntitySetHeadYaw

      public void onEntitySetHeadYaw(EntitySetHeadYawS2CPacket packet)
      Specified by:
      onEntitySetHeadYaw in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lrw;)V
      intermediary method_11139 Lnet/minecraft/class_2602;method_11139(Lnet/minecraft/class_2726;)V
      named onEntitySetHeadYaw Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntitySetHeadYaw(Lnet/minecraft/network/packet/s2c/play/EntitySetHeadYawS2CPacket;)V
    • onEntityDestroy

      public void onEntityDestroy(EntityDestroyS2CPacket packet)
      Specified by:
      onEntityDestroy in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lrs;)V
      intermediary method_11095 Lnet/minecraft/class_2602;method_11095(Lnet/minecraft/class_2716;)V
      named onEntityDestroy Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntityDestroy(Lnet/minecraft/network/packet/s2c/play/EntityDestroyS2CPacket;)V
    • onPlayerPositionLook

      public void onPlayerPositionLook(PlayerPositionLookS2CPacket packet)
      Specified by:
      onPlayerPositionLook in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lrq;)V
      intermediary method_11157 Lnet/minecraft/class_2602;method_11157(Lnet/minecraft/class_2708;)V
      named onPlayerPositionLook Lnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerPositionLook(Lnet/minecraft/network/packet/s2c/play/PlayerPositionLookS2CPacket;)V
    • onChunkDeltaUpdate

      public void onChunkDeltaUpdate(ChunkDeltaUpdateS2CPacket packet)
      Specified by:
      onChunkDeltaUpdate in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lrx;)V
      intermediary method_11100 Lnet/minecraft/class_2602;method_11100(Lnet/minecraft/class_2637;)V
      named onChunkDeltaUpdate Lnet/minecraft/network/listener/ClientPlayPacketListener;onChunkDeltaUpdate(Lnet/minecraft/network/packet/s2c/play/ChunkDeltaUpdateS2CPacket;)V
    • onChunkData

      public void onChunkData(ChunkDataS2CPacket packet)
      Specified by:
      onChunkData in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqw;)V
      intermediary method_11128 Lnet/minecraft/class_2602;method_11128(Lnet/minecraft/class_2672;)V
      named onChunkData Lnet/minecraft/network/listener/ClientPlayPacketListener;onChunkData(Lnet/minecraft/network/packet/s2c/play/ChunkDataS2CPacket;)V
    • onUnloadChunk

      public void onUnloadChunk(UnloadChunkS2CPacket packet)
      Specified by:
      onUnloadChunk in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqr;)V
      intermediary method_11107 Lnet/minecraft/class_2602;method_11107(Lnet/minecraft/class_2666;)V
      named onUnloadChunk Lnet/minecraft/network/listener/ClientPlayPacketListener;onUnloadChunk(Lnet/minecraft/network/packet/s2c/play/UnloadChunkS2CPacket;)V
    • onBlockUpdate

      public void onBlockUpdate(BlockUpdateS2CPacket packet)
      Specified by:
      onBlockUpdate in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqa;)V
      intermediary method_11136 Lnet/minecraft/class_2602;method_11136(Lnet/minecraft/class_2626;)V
      named onBlockUpdate Lnet/minecraft/network/listener/ClientPlayPacketListener;onBlockUpdate(Lnet/minecraft/network/packet/s2c/play/BlockUpdateS2CPacket;)V
    • onDisconnect

      public void onDisconnect(DisconnectS2CPacket packet)
      Specified by:
      onDisconnect in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqo;)V
      intermediary method_11083 Lnet/minecraft/class_2602;method_11083(Lnet/minecraft/class_2661;)V
      named onDisconnect Lnet/minecraft/network/listener/ClientPlayPacketListener;onDisconnect(Lnet/minecraft/network/packet/s2c/play/DisconnectS2CPacket;)V
    • onDisconnected

      public void onDisconnected(Text reason)
      Called when the connection this listener listens to has disconnected. Can be used to display the disconnection reason.
      Specified by:
      onDisconnected in interface PacketListener
      Parameters:
      reason - the reason of disconnection; may be a generic message
      Mappings:
      Namespace Name Mixin selector
      official a Loj;a(Los;)V
      intermediary method_10839 Lnet/minecraft/class_2547;method_10839(Lnet/minecraft/class_2561;)V
      named onDisconnected Lnet/minecraft/network/listener/PacketListener;onDisconnected(Lnet/minecraft/text/Text;)V
    • sendPacket

      public void sendPacket(Packet<?> packet)
      Sends a packet to the server.
      Parameters:
      packet - the packet to send
      Mappings:
      Namespace Name Mixin selector
      official a Leji;a(Lpk;)V
      intermediary method_2883 Lnet/minecraft/class_634;method_2883(Lnet/minecraft/class_2596;)V
      named sendPacket Lnet/minecraft/client/network/ClientPlayNetworkHandler;sendPacket(Lnet/minecraft/network/Packet;)V
    • onItemPickupAnimation

      public void onItemPickupAnimation(ItemPickupAnimationS2CPacket packet)
      Specified by:
      onItemPickupAnimation in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lte;)V
      intermediary method_11150 Lnet/minecraft/class_2602;method_11150(Lnet/minecraft/class_2775;)V
      named onItemPickupAnimation Lnet/minecraft/network/listener/ClientPlayPacketListener;onItemPickupAnimation(Lnet/minecraft/network/packet/s2c/play/ItemPickupAnimationS2CPacket;)V
    • onGameMessage

      public void onGameMessage(GameMessageS2CPacket packet)
      Specified by:
      onGameMessage in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqd;)V
      intermediary method_11121 Lnet/minecraft/class_2602;method_11121(Lnet/minecraft/class_2635;)V
      named onGameMessage Lnet/minecraft/network/listener/ClientPlayPacketListener;onGameMessage(Lnet/minecraft/network/packet/s2c/play/GameMessageS2CPacket;)V
    • onEntityAnimation

      public void onEntityAnimation(EntityAnimationS2CPacket packet)
      Specified by:
      onEntityAnimation in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lpu;)V
      intermediary method_11160 Lnet/minecraft/class_2602;method_11160(Lnet/minecraft/class_2616;)V
      named onEntityAnimation Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntityAnimation(Lnet/minecraft/network/packet/s2c/play/EntityAnimationS2CPacket;)V
    • onMobSpawn

      public void onMobSpawn(MobSpawnS2CPacket packet)
      Specified by:
      onMobSpawn in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lpq;)V
      intermediary method_11138 Lnet/minecraft/class_2602;method_11138(Lnet/minecraft/class_2610;)V
      named onMobSpawn Lnet/minecraft/network/listener/ClientPlayPacketListener;onMobSpawn(Lnet/minecraft/network/packet/s2c/play/MobSpawnS2CPacket;)V
    • onWorldTimeUpdate

      public void onWorldTimeUpdate(WorldTimeUpdateS2CPacket packet)
      Specified by:
      onWorldTimeUpdate in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lsw;)V
      intermediary method_11079 Lnet/minecraft/class_2602;method_11079(Lnet/minecraft/class_2761;)V
      named onWorldTimeUpdate Lnet/minecraft/network/listener/ClientPlayPacketListener;onWorldTimeUpdate(Lnet/minecraft/network/packet/s2c/play/WorldTimeUpdateS2CPacket;)V
    • onPlayerSpawnPosition

      public void onPlayerSpawnPosition(PlayerSpawnPositionS2CPacket packet)
      Specified by:
      onPlayerSpawnPosition in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lsj;)V
      intermediary method_11142 Lnet/minecraft/class_2602;method_11142(Lnet/minecraft/class_2759;)V
      named onPlayerSpawnPosition Lnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerSpawnPosition(Lnet/minecraft/network/packet/s2c/play/PlayerSpawnPositionS2CPacket;)V
    • onEntityPassengersSet

      public void onEntityPassengersSet(EntityPassengersSetS2CPacket packet)
      Specified by:
      onEntityPassengersSet in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lss;)V
      intermediary method_11080 Lnet/minecraft/class_2602;method_11080(Lnet/minecraft/class_2752;)V
      named onEntityPassengersSet Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntityPassengersSet(Lnet/minecraft/network/packet/s2c/play/EntityPassengersSetS2CPacket;)V
    • onEntityAttach

      public void onEntityAttach(EntityAttachS2CPacket packet)
      Specified by:
      onEntityAttach in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lsm;)V
      intermediary method_11110 Lnet/minecraft/class_2602;method_11110(Lnet/minecraft/class_2740;)V
      named onEntityAttach Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntityAttach(Lnet/minecraft/network/packet/s2c/play/EntityAttachS2CPacket;)V
    • getActiveTotemOfUndying

      private static ItemStack getActiveTotemOfUndying(PlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      official a Leji;a(Lbkd;)Lbqp;
      intermediary method_19691 Lnet/minecraft/class_634;method_19691(Lnet/minecraft/class_1657;)Lnet/minecraft/class_1799;
      named getActiveTotemOfUndying Lnet/minecraft/client/network/ClientPlayNetworkHandler;getActiveTotemOfUndying(Lnet/minecraft/entity/player/PlayerEntity;)Lnet/minecraft/item/ItemStack;
    • onEntityStatus

      public void onEntityStatus(EntityStatusS2CPacket packet)
      Specified by:
      onEntityStatus in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqp;)V
      intermediary method_11148 Lnet/minecraft/class_2602;method_11148(Lnet/minecraft/class_2663;)V
      named onEntityStatus Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntityStatus(Lnet/minecraft/network/packet/s2c/play/EntityStatusS2CPacket;)V
    • onHealthUpdate

      public void onHealthUpdate(HealthUpdateS2CPacket packet)
      Specified by:
      onHealthUpdate in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lsq;)V
      intermediary method_11122 Lnet/minecraft/class_2602;method_11122(Lnet/minecraft/class_2749;)V
      named onHealthUpdate Lnet/minecraft/network/listener/ClientPlayPacketListener;onHealthUpdate(Lnet/minecraft/network/packet/s2c/play/HealthUpdateS2CPacket;)V
    • onExperienceBarUpdate

      public void onExperienceBarUpdate(ExperienceBarUpdateS2CPacket packet)
      Specified by:
      onExperienceBarUpdate in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lsp;)V
      intermediary method_11101 Lnet/minecraft/class_2602;method_11101(Lnet/minecraft/class_2748;)V
      named onExperienceBarUpdate Lnet/minecraft/network/listener/ClientPlayPacketListener;onExperienceBarUpdate(Lnet/minecraft/network/packet/s2c/play/ExperienceBarUpdateS2CPacket;)V
    • onPlayerRespawn

      public void onPlayerRespawn(PlayerRespawnS2CPacket packet)
      Specified by:
      onPlayerRespawn in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lrv;)V
      intermediary method_11117 Lnet/minecraft/class_2602;method_11117(Lnet/minecraft/class_2724;)V
      named onPlayerRespawn Lnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerRespawn(Lnet/minecraft/network/packet/s2c/play/PlayerRespawnS2CPacket;)V
    • onExplosion

      public void onExplosion(ExplosionS2CPacket packet)
      Specified by:
      onExplosion in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqq;)V
      intermediary method_11124 Lnet/minecraft/class_2602;method_11124(Lnet/minecraft/class_2664;)V
      named onExplosion Lnet/minecraft/network/listener/ClientPlayPacketListener;onExplosion(Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;)V
    • onOpenHorseScreen

      public void onOpenHorseScreen(OpenHorseScreenS2CPacket packet)
      Specified by:
      onOpenHorseScreen in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqt;)V
      intermediary method_11089 Lnet/minecraft/class_2602;method_11089(Lnet/minecraft/class_2648;)V
      named onOpenHorseScreen Lnet/minecraft/network/listener/ClientPlayPacketListener;onOpenHorseScreen(Lnet/minecraft/network/packet/s2c/play/OpenHorseScreenS2CPacket;)V
    • onOpenScreen

      public void onOpenScreen(OpenScreenS2CPacket packet)
      Specified by:
      onOpenScreen in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lrg;)V
      intermediary method_17587 Lnet/minecraft/class_2602;method_17587(Lnet/minecraft/class_3944;)V
      named onOpenScreen Lnet/minecraft/network/listener/ClientPlayPacketListener;onOpenScreen(Lnet/minecraft/network/packet/s2c/play/OpenScreenS2CPacket;)V
    • onScreenHandlerSlotUpdate

      public void onScreenHandlerSlotUpdate(ScreenHandlerSlotUpdateS2CPacket packet)
      Specified by:
      onScreenHandlerSlotUpdate in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqk;)V
      intermediary method_11109 Lnet/minecraft/class_2602;method_11109(Lnet/minecraft/class_2653;)V
      named onScreenHandlerSlotUpdate Lnet/minecraft/network/listener/ClientPlayPacketListener;onScreenHandlerSlotUpdate(Lnet/minecraft/network/packet/s2c/play/ScreenHandlerSlotUpdateS2CPacket;)V
    • onInventory

      public void onInventory(InventoryS2CPacket packet)
      Specified by:
      onInventory in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqi;)V
      intermediary method_11153 Lnet/minecraft/class_2602;method_11153(Lnet/minecraft/class_2649;)V
      named onInventory Lnet/minecraft/network/listener/ClientPlayPacketListener;onInventory(Lnet/minecraft/network/packet/s2c/play/InventoryS2CPacket;)V
    • onSignEditorOpen

      public void onSignEditorOpen(SignEditorOpenS2CPacket packet)
      Specified by:
      onSignEditorOpen in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lrh;)V
      intermediary method_11108 Lnet/minecraft/class_2602;method_11108(Lnet/minecraft/class_2693;)V
      named onSignEditorOpen Lnet/minecraft/network/listener/ClientPlayPacketListener;onSignEditorOpen(Lnet/minecraft/network/packet/s2c/play/SignEditorOpenS2CPacket;)V
    • onBlockEntityUpdate

      public void onBlockEntityUpdate(BlockEntityUpdateS2CPacket packet)
      Specified by:
      onBlockEntityUpdate in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lpy;)V
      intermediary method_11094 Lnet/minecraft/class_2602;method_11094(Lnet/minecraft/class_2622;)V
      named onBlockEntityUpdate Lnet/minecraft/network/listener/ClientPlayPacketListener;onBlockEntityUpdate(Lnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;)V
    • onScreenHandlerPropertyUpdate

      public void onScreenHandlerPropertyUpdate(ScreenHandlerPropertyUpdateS2CPacket packet)
      Specified by:
      onScreenHandlerPropertyUpdate in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqj;)V
      intermediary method_11131 Lnet/minecraft/class_2602;method_11131(Lnet/minecraft/class_2651;)V
      named onScreenHandlerPropertyUpdate Lnet/minecraft/network/listener/ClientPlayPacketListener;onScreenHandlerPropertyUpdate(Lnet/minecraft/network/packet/s2c/play/ScreenHandlerPropertyUpdateS2CPacket;)V
    • onEquipmentUpdate

      public void onEquipmentUpdate(EntityEquipmentUpdateS2CPacket packet)
      Specified by:
      onEquipmentUpdate in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lso;)V
      intermediary method_11151 Lnet/minecraft/class_2602;method_11151(Lnet/minecraft/class_2744;)V
      named onEquipmentUpdate Lnet/minecraft/network/listener/ClientPlayPacketListener;onEquipmentUpdate(Lnet/minecraft/network/packet/s2c/play/EntityEquipmentUpdateS2CPacket;)V
    • onCloseScreen

      public void onCloseScreen(CloseScreenS2CPacket packet)
      Specified by:
      onCloseScreen in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqh;)V
      intermediary method_11102 Lnet/minecraft/class_2602;method_11102(Lnet/minecraft/class_2645;)V
      named onCloseScreen Lnet/minecraft/network/listener/ClientPlayPacketListener;onCloseScreen(Lnet/minecraft/network/packet/s2c/play/CloseScreenS2CPacket;)V
    • onBlockEvent

      public void onBlockEvent(BlockEventS2CPacket packet)
      Specified by:
      onBlockEvent in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lpz;)V
      intermediary method_11158 Lnet/minecraft/class_2602;method_11158(Lnet/minecraft/class_2623;)V
      named onBlockEvent Lnet/minecraft/network/listener/ClientPlayPacketListener;onBlockEvent(Lnet/minecraft/network/packet/s2c/play/BlockEventS2CPacket;)V
    • onBlockDestroyProgress

      public void onBlockDestroyProgress(BlockBreakingProgressS2CPacket packet)
      Specified by:
      onBlockDestroyProgress in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lpx;)V
      intermediary method_11116 Lnet/minecraft/class_2602;method_11116(Lnet/minecraft/class_2620;)V
      named onBlockDestroyProgress Lnet/minecraft/network/listener/ClientPlayPacketListener;onBlockDestroyProgress(Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;)V
    • onGameStateChange

      public void onGameStateChange(GameStateChangeS2CPacket packet)
      Specified by:
      onGameStateChange in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqs;)V
      intermediary method_11085 Lnet/minecraft/class_2602;method_11085(Lnet/minecraft/class_2668;)V
      named onGameStateChange Lnet/minecraft/network/listener/ClientPlayPacketListener;onGameStateChange(Lnet/minecraft/network/packet/s2c/play/GameStateChangeS2CPacket;)V
    • onMapUpdate

      public void onMapUpdate(MapUpdateS2CPacket packet)
      Specified by:
      onMapUpdate in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lrb;)V
      intermediary method_11088 Lnet/minecraft/class_2602;method_11088(Lnet/minecraft/class_2683;)V
      named onMapUpdate Lnet/minecraft/network/listener/ClientPlayPacketListener;onMapUpdate(Lnet/minecraft/network/packet/s2c/play/MapUpdateS2CPacket;)V
    • onWorldEvent

      public void onWorldEvent(WorldEventS2CPacket packet)
      Specified by:
      onWorldEvent in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqx;)V
      intermediary method_11098 Lnet/minecraft/class_2602;method_11098(Lnet/minecraft/class_2673;)V
      named onWorldEvent Lnet/minecraft/network/listener/ClientPlayPacketListener;onWorldEvent(Lnet/minecraft/network/packet/s2c/play/WorldEventS2CPacket;)V
    • onAdvancements

      public void onAdvancements(AdvancementUpdateS2CPacket packet)
      Specified by:
      onAdvancements in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Ltg;)V
      intermediary method_11130 Lnet/minecraft/class_2602;method_11130(Lnet/minecraft/class_2779;)V
      named onAdvancements Lnet/minecraft/network/listener/ClientPlayPacketListener;onAdvancements(Lnet/minecraft/network/packet/s2c/play/AdvancementUpdateS2CPacket;)V
    • onSelectAdvancementTab

      public void onSelectAdvancementTab(SelectAdvancementTabS2CPacket packet)
      Specified by:
      onSelectAdvancementTab in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lry;)V
      intermediary method_11161 Lnet/minecraft/class_2602;method_11161(Lnet/minecraft/class_2729;)V
      named onSelectAdvancementTab Lnet/minecraft/network/listener/ClientPlayPacketListener;onSelectAdvancementTab(Lnet/minecraft/network/packet/s2c/play/SelectAdvancementTabS2CPacket;)V
    • onCommandTree

      public void onCommandTree(CommandTreeS2CPacket packet)
      Specified by:
      onCommandTree in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqg;)V
      intermediary method_11145 Lnet/minecraft/class_2602;method_11145(Lnet/minecraft/class_2641;)V
      named onCommandTree Lnet/minecraft/network/listener/ClientPlayPacketListener;onCommandTree(Lnet/minecraft/network/packet/s2c/play/CommandTreeS2CPacket;)V
    • onStopSound

      public void onStopSound(StopSoundS2CPacket packet)
      Specified by:
      onStopSound in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Ltb;)V
      intermediary method_11082 Lnet/minecraft/class_2602;method_11082(Lnet/minecraft/class_2770;)V
      named onStopSound Lnet/minecraft/network/listener/ClientPlayPacketListener;onStopSound(Lnet/minecraft/network/packet/s2c/play/StopSoundS2CPacket;)V
    • onCommandSuggestions

      public void onCommandSuggestions(CommandSuggestionsS2CPacket packet)
      Specified by:
      onCommandSuggestions in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqf;)V
      intermediary method_11081 Lnet/minecraft/class_2602;method_11081(Lnet/minecraft/class_2639;)V
      named onCommandSuggestions Lnet/minecraft/network/listener/ClientPlayPacketListener;onCommandSuggestions(Lnet/minecraft/network/packet/s2c/play/CommandSuggestionsS2CPacket;)V
    • onSynchronizeRecipes

      public void onSynchronizeRecipes(SynchronizeRecipesS2CPacket packet)
      Specified by:
      onSynchronizeRecipes in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Ltj;)V
      intermediary method_11106 Lnet/minecraft/class_2602;method_11106(Lnet/minecraft/class_2788;)V
      named onSynchronizeRecipes Lnet/minecraft/network/listener/ClientPlayPacketListener;onSynchronizeRecipes(Lnet/minecraft/network/packet/s2c/play/SynchronizeRecipesS2CPacket;)V
    • onLookAt

      public void onLookAt(LookAtS2CPacket packet)
      Specified by:
      onLookAt in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lrp;)V
      intermediary method_11092 Lnet/minecraft/class_2602;method_11092(Lnet/minecraft/class_2707;)V
      named onLookAt Lnet/minecraft/network/listener/ClientPlayPacketListener;onLookAt(Lnet/minecraft/network/packet/s2c/play/LookAtS2CPacket;)V
    • onTagQuery

      public void onTagQuery(NbtQueryResponseS2CPacket packet)
      Specified by:
      onTagQuery in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Ltd;)V
      intermediary method_11127 Lnet/minecraft/class_2602;method_11127(Lnet/minecraft/class_2774;)V
      named onTagQuery Lnet/minecraft/network/listener/ClientPlayPacketListener;onTagQuery(Lnet/minecraft/network/packet/s2c/play/NbtQueryResponseS2CPacket;)V
    • onStatistics

      public void onStatistics(StatisticsS2CPacket packet)
      Specified by:
      onStatistics in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lpv;)V
      intermediary method_11129 Lnet/minecraft/class_2602;method_11129(Lnet/minecraft/class_2617;)V
      named onStatistics Lnet/minecraft/network/listener/ClientPlayPacketListener;onStatistics(Lnet/minecraft/network/packet/s2c/play/StatisticsS2CPacket;)V
    • onUnlockRecipes

      public void onUnlockRecipes(UnlockRecipesS2CPacket packet)
      Specified by:
      onUnlockRecipes in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lrr;)V
      intermediary method_11115 Lnet/minecraft/class_2602;method_11115(Lnet/minecraft/class_2713;)V
      named onUnlockRecipes Lnet/minecraft/network/listener/ClientPlayPacketListener;onUnlockRecipes(Lnet/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket;)V
    • onEntityStatusEffect

      public void onEntityStatusEffect(EntityStatusEffectS2CPacket packet)
      Specified by:
      onEntityStatusEffect in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lti;)V
      intermediary method_11084 Lnet/minecraft/class_2602;method_11084(Lnet/minecraft/class_2783;)V
      named onEntityStatusEffect Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntityStatusEffect(Lnet/minecraft/network/packet/s2c/play/EntityStatusEffectS2CPacket;)V
    • onSynchronizeTags

      public void onSynchronizeTags(SynchronizeTagsS2CPacket packet)
      Specified by:
      onSynchronizeTags in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Ltk;)V
      intermediary method_11126 Lnet/minecraft/class_2602;method_11126(Lnet/minecraft/class_2790;)V
      named onSynchronizeTags Lnet/minecraft/network/listener/ClientPlayPacketListener;onSynchronizeTags(Lnet/minecraft/network/packet/s2c/play/SynchronizeTagsS2CPacket;)V
    • onEndCombat

      public void onEndCombat(EndCombatS2CPacket packet)
      Specified by:
      onEndCombat in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lrl;)V
      intermediary method_34073 Lnet/minecraft/class_2602;method_34073(Lnet/minecraft/class_5890;)V
      named onEndCombat Lnet/minecraft/network/listener/ClientPlayPacketListener;onEndCombat(Lnet/minecraft/network/packet/s2c/play/EndCombatS2CPacket;)V
    • onEnterCombat

      public void onEnterCombat(EnterCombatS2CPacket packet)
      Specified by:
      onEnterCombat in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lrm;)V
      intermediary method_34074 Lnet/minecraft/class_2602;method_34074(Lnet/minecraft/class_5891;)V
      named onEnterCombat Lnet/minecraft/network/listener/ClientPlayPacketListener;onEnterCombat(Lnet/minecraft/network/packet/s2c/play/EnterCombatS2CPacket;)V
    • onDeathMessage

      public void onDeathMessage(DeathMessageS2CPacket packet)
      Specified by:
      onDeathMessage in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lrn;)V
      intermediary method_34075 Lnet/minecraft/class_2602;method_34075(Lnet/minecraft/class_5892;)V
      named onDeathMessage Lnet/minecraft/network/listener/ClientPlayPacketListener;onDeathMessage(Lnet/minecraft/network/packet/s2c/play/DeathMessageS2CPacket;)V
    • onDifficulty

      public void onDifficulty(DifficultyS2CPacket packet)
      Specified by:
      onDifficulty in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqc;)V
      intermediary method_11140 Lnet/minecraft/class_2602;method_11140(Lnet/minecraft/class_2632;)V
      named onDifficulty Lnet/minecraft/network/listener/ClientPlayPacketListener;onDifficulty(Lnet/minecraft/network/packet/s2c/play/DifficultyS2CPacket;)V
    • onSetCameraEntity

      public void onSetCameraEntity(SetCameraEntityS2CPacket packet)
      Specified by:
      onSetCameraEntity in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lsf;)V
      intermediary method_11111 Lnet/minecraft/class_2602;method_11111(Lnet/minecraft/class_2734;)V
      named onSetCameraEntity Lnet/minecraft/network/listener/ClientPlayPacketListener;onSetCameraEntity(Lnet/minecraft/network/packet/s2c/play/SetCameraEntityS2CPacket;)V
    • onWorldBorderInitialize

      public void onWorldBorderInitialize(WorldBorderInitializeS2CPacket packet)
      Specified by:
      onWorldBorderInitialize in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqu;)V
      intermediary method_34072 Lnet/minecraft/class_2602;method_34072(Lnet/minecraft/class_5889;)V
      named onWorldBorderInitialize Lnet/minecraft/network/listener/ClientPlayPacketListener;onWorldBorderInitialize(Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;)V
    • onWorldBorderCenterChanged

      public void onWorldBorderCenterChanged(WorldBorderCenterChangedS2CPacket packet)
      Specified by:
      onWorldBorderCenterChanged in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lsa;)V
      intermediary method_34077 Lnet/minecraft/class_2602;method_34077(Lnet/minecraft/class_5895;)V
      named onWorldBorderCenterChanged Lnet/minecraft/network/listener/ClientPlayPacketListener;onWorldBorderCenterChanged(Lnet/minecraft/network/packet/s2c/play/WorldBorderCenterChangedS2CPacket;)V
    • onWorldBorderInterpolateSize

      public void onWorldBorderInterpolateSize(WorldBorderInterpolateSizeS2CPacket packet)
      Specified by:
      onWorldBorderInterpolateSize in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lsb;)V
      intermediary method_34078 Lnet/minecraft/class_2602;method_34078(Lnet/minecraft/class_5896;)V
      named onWorldBorderInterpolateSize Lnet/minecraft/network/listener/ClientPlayPacketListener;onWorldBorderInterpolateSize(Lnet/minecraft/network/packet/s2c/play/WorldBorderInterpolateSizeS2CPacket;)V
    • onWorldBorderSizeChanged

      public void onWorldBorderSizeChanged(WorldBorderSizeChangedS2CPacket packet)
      Specified by:
      onWorldBorderSizeChanged in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lsc;)V
      intermediary method_34079 Lnet/minecraft/class_2602;method_34079(Lnet/minecraft/class_5897;)V
      named onWorldBorderSizeChanged Lnet/minecraft/network/listener/ClientPlayPacketListener;onWorldBorderSizeChanged(Lnet/minecraft/network/packet/s2c/play/WorldBorderSizeChangedS2CPacket;)V
    • onWorldBorderWarningBlocksChanged

      public void onWorldBorderWarningBlocksChanged(WorldBorderWarningBlocksChangedS2CPacket packet)
      Specified by:
      onWorldBorderWarningBlocksChanged in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lse;)V
      intermediary method_34081 Lnet/minecraft/class_2602;method_34081(Lnet/minecraft/class_5899;)V
      named onWorldBorderWarningBlocksChanged Lnet/minecraft/network/listener/ClientPlayPacketListener;onWorldBorderWarningBlocksChanged(Lnet/minecraft/network/packet/s2c/play/WorldBorderWarningBlocksChangedS2CPacket;)V
    • onWorldBorderWarningTimeChanged

      public void onWorldBorderWarningTimeChanged(WorldBorderWarningTimeChangedS2CPacket packet)
      Specified by:
      onWorldBorderWarningTimeChanged in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lsd;)V
      intermediary method_34080 Lnet/minecraft/class_2602;method_34080(Lnet/minecraft/class_5898;)V
      named onWorldBorderWarningTimeChanged Lnet/minecraft/network/listener/ClientPlayPacketListener;onWorldBorderWarningTimeChanged(Lnet/minecraft/network/packet/s2c/play/WorldBorderWarningTimeChangedS2CPacket;)V
    • onTitleClear

      public void onTitleClear(ClearTitleS2CPacket packet)
      Specified by:
      onTitleClear in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqe;)V
      intermediary method_34071 Lnet/minecraft/class_2602;method_34071(Lnet/minecraft/class_5888;)V
      named onTitleClear Lnet/minecraft/network/listener/ClientPlayPacketListener;onTitleClear(Lnet/minecraft/network/packet/s2c/play/ClearTitleS2CPacket;)V
    • onOverlayMessage

      public void onOverlayMessage(OverlayMessageS2CPacket packet)
      Specified by:
      onOverlayMessage in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lrz;)V
      intermediary method_34076 Lnet/minecraft/class_2602;method_34076(Lnet/minecraft/class_5894;)V
      named onOverlayMessage Lnet/minecraft/network/listener/ClientPlayPacketListener;onOverlayMessage(Lnet/minecraft/network/packet/s2c/play/OverlayMessageS2CPacket;)V
    • onTitle

      public void onTitle(TitleS2CPacket packet)
      Specified by:
      onTitle in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lsx;)V
      intermediary method_34083 Lnet/minecraft/class_2602;method_34083(Lnet/minecraft/class_5904;)V
      named onTitle Lnet/minecraft/network/listener/ClientPlayPacketListener;onTitle(Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket;)V
    • onSubtitle

      public void onSubtitle(SubtitleS2CPacket packet)
      Specified by:
      onSubtitle in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lsv;)V
      intermediary method_34082 Lnet/minecraft/class_2602;method_34082(Lnet/minecraft/class_5903;)V
      named onSubtitle Lnet/minecraft/network/listener/ClientPlayPacketListener;onSubtitle(Lnet/minecraft/network/packet/s2c/play/SubtitleS2CPacket;)V
    • onTitleFade

      public void onTitleFade(TitleFadeS2CPacket packet)
      Specified by:
      onTitleFade in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lsy;)V
      intermediary method_34084 Lnet/minecraft/class_2602;method_34084(Lnet/minecraft/class_5905;)V
      named onTitleFade Lnet/minecraft/network/listener/ClientPlayPacketListener;onTitleFade(Lnet/minecraft/network/packet/s2c/play/TitleFadeS2CPacket;)V
    • onPlayerListHeader

      public void onPlayerListHeader(PlayerListHeaderS2CPacket packet)
      Specified by:
      onPlayerListHeader in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Ltc;)V
      intermediary method_11105 Lnet/minecraft/class_2602;method_11105(Lnet/minecraft/class_2772;)V
      named onPlayerListHeader Lnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerListHeader(Lnet/minecraft/network/packet/s2c/play/PlayerListHeaderS2CPacket;)V
    • onRemoveEntityEffect

      public void onRemoveEntityEffect(RemoveEntityStatusEffectS2CPacket packet)
      Specified by:
      onRemoveEntityEffect in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lrt;)V
      intermediary method_11119 Lnet/minecraft/class_2602;method_11119(Lnet/minecraft/class_2718;)V
      named onRemoveEntityEffect Lnet/minecraft/network/listener/ClientPlayPacketListener;onRemoveEntityEffect(Lnet/minecraft/network/packet/s2c/play/RemoveEntityStatusEffectS2CPacket;)V
    • onPlayerList

      public void onPlayerList(PlayerListS2CPacket packet)
      Specified by:
      onPlayerList in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lro;)V
      intermediary method_11113 Lnet/minecraft/class_2602;method_11113(Lnet/minecraft/class_2703;)V
      named onPlayerList Lnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerList(Lnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket;)V
    • onKeepAlive

      public void onKeepAlive(KeepAliveS2CPacket packet)
      Specified by:
      onKeepAlive in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqv;)V
      intermediary method_11147 Lnet/minecraft/class_2602;method_11147(Lnet/minecraft/class_2670;)V
      named onKeepAlive Lnet/minecraft/network/listener/ClientPlayPacketListener;onKeepAlive(Lnet/minecraft/network/packet/s2c/play/KeepAliveS2CPacket;)V
    • onPlayerAbilities

      public void onPlayerAbilities(PlayerAbilitiesS2CPacket packet)
      Specified by:
      onPlayerAbilities in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lrk;)V
      intermediary method_11154 Lnet/minecraft/class_2602;method_11154(Lnet/minecraft/class_2696;)V
      named onPlayerAbilities Lnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerAbilities(Lnet/minecraft/network/packet/s2c/play/PlayerAbilitiesS2CPacket;)V
    • onPlaySound

      public void onPlaySound(PlaySoundS2CPacket packet)
      Specified by:
      onPlaySound in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lta;)V
      intermediary method_11146 Lnet/minecraft/class_2602;method_11146(Lnet/minecraft/class_2767;)V
      named onPlaySound Lnet/minecraft/network/listener/ClientPlayPacketListener;onPlaySound(Lnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;)V
    • onPlaySoundFromEntity

      public void onPlaySoundFromEntity(PlaySoundFromEntityS2CPacket packet)
      Specified by:
      onPlaySoundFromEntity in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lsz;)V
      intermediary method_11125 Lnet/minecraft/class_2602;method_11125(Lnet/minecraft/class_2765;)V
      named onPlaySoundFromEntity Lnet/minecraft/network/listener/ClientPlayPacketListener;onPlaySoundFromEntity(Lnet/minecraft/network/packet/s2c/play/PlaySoundFromEntityS2CPacket;)V
    • onPlaySoundId

      public void onPlaySoundId(PlaySoundIdS2CPacket packet)
      Specified by:
      onPlaySoundId in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqn;)V
      intermediary method_11104 Lnet/minecraft/class_2602;method_11104(Lnet/minecraft/class_2660;)V
      named onPlaySoundId Lnet/minecraft/network/listener/ClientPlayPacketListener;onPlaySoundId(Lnet/minecraft/network/packet/s2c/play/PlaySoundIdS2CPacket;)V
    • onResourcePackSend

      public void onResourcePackSend(ResourcePackSendS2CPacket packet)
      Specified by:
      onResourcePackSend in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lru;)V
      intermediary method_11141 Lnet/minecraft/class_2602;method_11141(Lnet/minecraft/class_2720;)V
      named onResourcePackSend Lnet/minecraft/network/listener/ClientPlayPacketListener;onResourcePackSend(Lnet/minecraft/network/packet/s2c/play/ResourcePackSendS2CPacket;)V
    • getServerResourcePackPrompt

      private static Text getServerResourcePackPrompt(Text defaultPrompt, @Nullable @Nullable Text customPrompt)
      Mappings:
      Namespace Name Mixin selector
      official a Leji;a(Los;Los;)Los;
      intermediary method_36322 Lnet/minecraft/class_634;method_36322(Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;)Lnet/minecraft/class_2561;
      named getServerResourcePackPrompt Lnet/minecraft/client/network/ClientPlayNetworkHandler;getServerResourcePackPrompt(Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;)Lnet/minecraft/text/Text;
    • validateResourcePackUrl

      private boolean validateResourcePackUrl(String url)
      Mappings:
      Namespace Name Mixin selector
      official b Leji;b(Ljava/lang/String;)Z
      intermediary method_2888 Lnet/minecraft/class_634;method_2888(Ljava/lang/String;)Z
      named validateResourcePackUrl Lnet/minecraft/client/network/ClientPlayNetworkHandler;validateResourcePackUrl(Ljava/lang/String;)Z
    • feedbackAfterDownload

      private void feedbackAfterDownload(CompletableFuture<?> downloadFuture)
      Mappings:
      Namespace Name Mixin selector
      official a Leji;a(Ljava/util/concurrent/CompletableFuture;)V
      intermediary method_2885 Lnet/minecraft/class_634;method_2885(Ljava/util/concurrent/CompletableFuture;)V
      named feedbackAfterDownload Lnet/minecraft/client/network/ClientPlayNetworkHandler;feedbackAfterDownload(Ljava/util/concurrent/CompletableFuture;)V
    • sendResourcePackStatus

      private void sendResourcePackStatus(ResourcePackStatusC2SPacket.Status packStatus)
      Mappings:
      Namespace Name Mixin selector
      official a Leji;a(Lus$a;)V
      intermediary method_2873 Lnet/minecraft/class_634;method_2873(Lnet/minecraft/class_2856$class_2857;)V
      named sendResourcePackStatus Lnet/minecraft/client/network/ClientPlayNetworkHandler;sendResourcePackStatus(Lnet/minecraft/network/packet/c2s/play/ResourcePackStatusC2SPacket$Status;)V
    • onBossBar

      public void onBossBar(BossBarS2CPacket packet)
      Specified by:
      onBossBar in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqb;)V
      intermediary method_11078 Lnet/minecraft/class_2602;method_11078(Lnet/minecraft/class_2629;)V
      named onBossBar Lnet/minecraft/network/listener/ClientPlayPacketListener;onBossBar(Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket;)V
    • onCooldownUpdate

      public void onCooldownUpdate(CooldownUpdateS2CPacket packet)
      Specified by:
      onCooldownUpdate in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lql;)V
      intermediary method_11087 Lnet/minecraft/class_2602;method_11087(Lnet/minecraft/class_2656;)V
      named onCooldownUpdate Lnet/minecraft/network/listener/ClientPlayPacketListener;onCooldownUpdate(Lnet/minecraft/network/packet/s2c/play/CooldownUpdateS2CPacket;)V
    • onVehicleMove

      public void onVehicleMove(VehicleMoveS2CPacket packet)
      Specified by:
      onVehicleMove in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lre;)V
      intermediary method_11134 Lnet/minecraft/class_2602;method_11134(Lnet/minecraft/class_2692;)V
      named onVehicleMove Lnet/minecraft/network/listener/ClientPlayPacketListener;onVehicleMove(Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;)V
    • onOpenWrittenBook

      public void onOpenWrittenBook(OpenWrittenBookS2CPacket packet)
      Specified by:
      onOpenWrittenBook in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lrf;)V
      intermediary method_17186 Lnet/minecraft/class_2602;method_17186(Lnet/minecraft/class_3895;)V
      named onOpenWrittenBook Lnet/minecraft/network/listener/ClientPlayPacketListener;onOpenWrittenBook(Lnet/minecraft/network/packet/s2c/play/OpenWrittenBookS2CPacket;)V
    • onCustomPayload

      public void onCustomPayload(CustomPayloadS2CPacket packet)
      Specified by:
      onCustomPayload in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqm;)V
      intermediary method_11152 Lnet/minecraft/class_2602;method_11152(Lnet/minecraft/class_2658;)V
      named onCustomPayload Lnet/minecraft/network/listener/ClientPlayPacketListener;onCustomPayload(Lnet/minecraft/network/packet/s2c/play/CustomPayloadS2CPacket;)V
    • onScoreboardObjectiveUpdate

      public void onScoreboardObjectiveUpdate(ScoreboardObjectiveUpdateS2CPacket packet)
      Specified by:
      onScoreboardObjectiveUpdate in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lsr;)V
      intermediary method_11144 Lnet/minecraft/class_2602;method_11144(Lnet/minecraft/class_2751;)V
      named onScoreboardObjectiveUpdate Lnet/minecraft/network/listener/ClientPlayPacketListener;onScoreboardObjectiveUpdate(Lnet/minecraft/network/packet/s2c/play/ScoreboardObjectiveUpdateS2CPacket;)V
    • onScoreboardPlayerUpdate

      public void onScoreboardPlayerUpdate(ScoreboardPlayerUpdateS2CPacket packet)
      Specified by:
      onScoreboardPlayerUpdate in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lsu;)V
      intermediary method_11118 Lnet/minecraft/class_2602;method_11118(Lnet/minecraft/class_2757;)V
      named onScoreboardPlayerUpdate Lnet/minecraft/network/listener/ClientPlayPacketListener;onScoreboardPlayerUpdate(Lnet/minecraft/network/packet/s2c/play/ScoreboardPlayerUpdateS2CPacket;)V
    • onScoreboardDisplay

      public void onScoreboardDisplay(ScoreboardDisplayS2CPacket packet)
      Specified by:
      onScoreboardDisplay in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lsk;)V
      intermediary method_11159 Lnet/minecraft/class_2602;method_11159(Lnet/minecraft/class_2736;)V
      named onScoreboardDisplay Lnet/minecraft/network/listener/ClientPlayPacketListener;onScoreboardDisplay(Lnet/minecraft/network/packet/s2c/play/ScoreboardDisplayS2CPacket;)V
    • onTeam

      public void onTeam(TeamS2CPacket packet)
      Specified by:
      onTeam in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lst;)V
      intermediary method_11099 Lnet/minecraft/class_2602;method_11099(Lnet/minecraft/class_5900;)V
      named onTeam Lnet/minecraft/network/listener/ClientPlayPacketListener;onTeam(Lnet/minecraft/network/packet/s2c/play/TeamS2CPacket;)V
    • onParticle

      public void onParticle(ParticleS2CPacket packet)
      Specified by:
      onParticle in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqy;)V
      intermediary method_11077 Lnet/minecraft/class_2602;method_11077(Lnet/minecraft/class_2675;)V
      named onParticle Lnet/minecraft/network/listener/ClientPlayPacketListener;onParticle(Lnet/minecraft/network/packet/s2c/play/ParticleS2CPacket;)V
    • onPing

      public void onPing(PlayPingS2CPacket packet)
      Specified by:
      onPing in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lri;)V
      intermediary method_36895 Lnet/minecraft/class_2602;method_36895(Lnet/minecraft/class_6373;)V
      named onPing Lnet/minecraft/network/listener/ClientPlayPacketListener;onPing(Lnet/minecraft/network/packet/s2c/play/PlayPingS2CPacket;)V
    • onEntityAttributes

      public void onEntityAttributes(EntityAttributesS2CPacket packet)
      Specified by:
      onEntityAttributes in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lth;)V
      intermediary method_11149 Lnet/minecraft/class_2602;method_11149(Lnet/minecraft/class_2781;)V
      named onEntityAttributes Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntityAttributes(Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket;)V
    • onCraftFailedResponse

      public void onCraftFailedResponse(CraftFailedResponseS2CPacket packet)
      Specified by:
      onCraftFailedResponse in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lrj;)V
      intermediary method_11090 Lnet/minecraft/class_2602;method_11090(Lnet/minecraft/class_2695;)V
      named onCraftFailedResponse Lnet/minecraft/network/listener/ClientPlayPacketListener;onCraftFailedResponse(Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;)V
    • onLightUpdate

      public void onLightUpdate(LightUpdateS2CPacket packet)
      Specified by:
      onLightUpdate in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lqz;)V
      intermediary method_11143 Lnet/minecraft/class_2602;method_11143(Lnet/minecraft/class_2676;)V
      named onLightUpdate Lnet/minecraft/network/listener/ClientPlayPacketListener;onLightUpdate(Lnet/minecraft/network/packet/s2c/play/LightUpdateS2CPacket;)V
    • onSetTradeOffers

      public void onSetTradeOffers(SetTradeOffersS2CPacket packet)
      Specified by:
      onSetTradeOffers in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lrc;)V
      intermediary method_17586 Lnet/minecraft/class_2602;method_17586(Lnet/minecraft/class_3943;)V
      named onSetTradeOffers Lnet/minecraft/network/listener/ClientPlayPacketListener;onSetTradeOffers(Lnet/minecraft/network/packet/s2c/play/SetTradeOffersS2CPacket;)V
    • onChunkLoadDistance

      public void onChunkLoadDistance(ChunkLoadDistanceS2CPacket packet)
      Specified by:
      onChunkLoadDistance in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lsi;)V
      intermediary method_20203 Lnet/minecraft/class_2602;method_20203(Lnet/minecraft/class_4273;)V
      named onChunkLoadDistance Lnet/minecraft/network/listener/ClientPlayPacketListener;onChunkLoadDistance(Lnet/minecraft/network/packet/s2c/play/ChunkLoadDistanceS2CPacket;)V
    • onChunkRenderDistanceCenter

      public void onChunkRenderDistanceCenter(ChunkRenderDistanceCenterS2CPacket packet)
      Specified by:
      onChunkRenderDistanceCenter in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lsh;)V
      intermediary method_20320 Lnet/minecraft/class_2602;method_20320(Lnet/minecraft/class_4282;)V
      named onChunkRenderDistanceCenter Lnet/minecraft/network/listener/ClientPlayPacketListener;onChunkRenderDistanceCenter(Lnet/minecraft/network/packet/s2c/play/ChunkRenderDistanceCenterS2CPacket;)V
    • onPlayerActionResponse

      public void onPlayerActionResponse(PlayerActionResponseS2CPacket packet)
      Specified by:
      onPlayerActionResponse in interface ClientPlayPacketListener
      Mappings:
      Namespace Name Mixin selector
      official a Lpn;a(Lpw;)V
      intermediary method_21707 Lnet/minecraft/class_2602;method_21707(Lnet/minecraft/class_4463;)V
      named onPlayerActionResponse Lnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerActionResponse(Lnet/minecraft/network/packet/s2c/play/PlayerActionResponseS2CPacket;)V
    • updateLighting

      private void updateLighting(int chunkX, int chunkZ, LightingProvider provider, LightType type, BitSet bitSet, BitSet bitSet2, Iterator<byte[]> iterator, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Leji;a(IILdej;Lbwy;Ljava/util/BitSet;Ljava/util/BitSet;Ljava/util/Iterator;Z)V
      intermediary method_2870 Lnet/minecraft/class_634;method_2870(IILnet/minecraft/class_3568;Lnet/minecraft/class_1944;Ljava/util/BitSet;Ljava/util/BitSet;Ljava/util/Iterator;Z)V
      named updateLighting Lnet/minecraft/client/network/ClientPlayNetworkHandler;updateLighting(IILnet/minecraft/world/chunk/light/LightingProvider;Lnet/minecraft/world/LightType;Ljava/util/BitSet;Ljava/util/BitSet;Ljava/util/Iterator;Z)V
    • getConnection

      public ClientConnection getConnection()
      Returns the connection this packet listener intends to listen to.
      Specified by:
      getConnection in interface PacketListener
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Loj;a()Loe;
      intermediary method_2872 Lnet/minecraft/class_2547;method_2872()Lnet/minecraft/class_2535;
      named getConnection Lnet/minecraft/network/listener/PacketListener;getConnection()Lnet/minecraft/network/ClientConnection;
    • getPlayerList

      public Collection<PlayerListEntry> getPlayerList()
      Mappings:
      Namespace Name Mixin selector
      official e Leji;e()Ljava/util/Collection;
      intermediary method_2880 Lnet/minecraft/class_634;method_2880()Ljava/util/Collection;
      named getPlayerList Lnet/minecraft/client/network/ClientPlayNetworkHandler;getPlayerList()Ljava/util/Collection;
    • getPlayerUuids

      public Collection<UUID> getPlayerUuids()
      Mappings:
      Namespace Name Mixin selector
      official f Leji;f()Ljava/util/Collection;
      intermediary method_31363 Lnet/minecraft/class_634;method_31363()Ljava/util/Collection;
      named getPlayerUuids Lnet/minecraft/client/network/ClientPlayNetworkHandler;getPlayerUuids()Ljava/util/Collection;
    • getPlayerListEntry

      @Nullable public @Nullable PlayerListEntry getPlayerListEntry(UUID uuid)
      Mappings:
      Namespace Name Mixin selector
      official a Leji;a(Ljava/util/UUID;)Lejl;
      intermediary method_2871 Lnet/minecraft/class_634;method_2871(Ljava/util/UUID;)Lnet/minecraft/class_640;
      named getPlayerListEntry Lnet/minecraft/client/network/ClientPlayNetworkHandler;getPlayerListEntry(Ljava/util/UUID;)Lnet/minecraft/client/network/PlayerListEntry;
    • getPlayerListEntry

      @Nullable public @Nullable PlayerListEntry getPlayerListEntry(String profileName)
      Mappings:
      Namespace Name Mixin selector
      official a Leji;a(Ljava/lang/String;)Lejl;
      intermediary method_2874 Lnet/minecraft/class_634;method_2874(Ljava/lang/String;)Lnet/minecraft/class_640;
      named getPlayerListEntry Lnet/minecraft/client/network/ClientPlayNetworkHandler;getPlayerListEntry(Ljava/lang/String;)Lnet/minecraft/client/network/PlayerListEntry;
    • getProfile

      public com.mojang.authlib.GameProfile getProfile()
      Mappings:
      Namespace Name Mixin selector
      official g Leji;g()Lcom/mojang/authlib/GameProfile;
      intermediary method_2879 Lnet/minecraft/class_634;method_2879()Lcom/mojang/authlib/GameProfile;
      named getProfile Lnet/minecraft/client/network/ClientPlayNetworkHandler;getProfile()Lcom/mojang/authlib/GameProfile;
    • getAdvancementHandler

      public ClientAdvancementManager getAdvancementHandler()
      Mappings:
      Namespace Name Mixin selector
      official h Leji;h()Leje;
      intermediary method_2869 Lnet/minecraft/class_634;method_2869()Lnet/minecraft/class_632;
      named getAdvancementHandler Lnet/minecraft/client/network/ClientPlayNetworkHandler;getAdvancementHandler()Lnet/minecraft/client/network/ClientAdvancementManager;
    • getCommandDispatcher

      public com.mojang.brigadier.CommandDispatcher<CommandSource> getCommandDispatcher()
      Mappings:
      Namespace Name Mixin selector
      official i Leji;i()Lcom/mojang/brigadier/CommandDispatcher;
      intermediary method_2886 Lnet/minecraft/class_634;method_2886()Lcom/mojang/brigadier/CommandDispatcher;
      named getCommandDispatcher Lnet/minecraft/client/network/ClientPlayNetworkHandler;getCommandDispatcher()Lcom/mojang/brigadier/CommandDispatcher;
    • getWorld

      public ClientWorld getWorld()
      Mappings:
      Namespace Name Mixin selector
      official j Leji;j()Lejh;
      intermediary method_2890 Lnet/minecraft/class_634;method_2890()Lnet/minecraft/class_638;
      named getWorld Lnet/minecraft/client/network/ClientPlayNetworkHandler;getWorld()Lnet/minecraft/client/world/ClientWorld;
    • getTagManager

      public TagManager getTagManager()
      Mappings:
      Namespace Name Mixin selector
      official k Leji;k()Lagc;
      intermediary method_2867 Lnet/minecraft/class_634;method_2867()Lnet/minecraft/class_5415;
      named getTagManager Lnet/minecraft/client/network/ClientPlayNetworkHandler;getTagManager()Lnet/minecraft/tag/TagManager;
    • getDataQueryHandler

      public DataQueryHandler getDataQueryHandler()
      Mappings:
      Namespace Name Mixin selector
      official l Leji;l()Ldvf;
      intermediary method_2876 Lnet/minecraft/class_634;method_2876()Lnet/minecraft/class_300;
      named getDataQueryHandler Lnet/minecraft/client/network/ClientPlayNetworkHandler;getDataQueryHandler()Lnet/minecraft/client/network/DataQueryHandler;
    • getSessionId

      public UUID getSessionId()
      Mappings:
      Namespace Name Mixin selector
      official m Leji;m()Ljava/util/UUID;
      intermediary method_16690 Lnet/minecraft/class_634;method_16690()Ljava/util/UUID;
      named getSessionId Lnet/minecraft/client/network/ClientPlayNetworkHandler;getSessionId()Ljava/util/UUID;
    • getWorldKeys

      public Set<RegistryKey<World>> getWorldKeys()
      Mappings:
      Namespace Name Mixin selector
      official n Leji;n()Ljava/util/Set;
      intermediary method_29356 Lnet/minecraft/class_634;method_29356()Ljava/util/Set;
      named getWorldKeys Lnet/minecraft/client/network/ClientPlayNetworkHandler;getWorldKeys()Ljava/util/Set;
    • getRegistryManager

      public DynamicRegistryManager getRegistryManager()
      Mappings:
      Namespace Name Mixin selector
      official o Leji;o()Lgx;
      intermediary method_29091 Lnet/minecraft/class_634;method_29091()Lnet/minecraft/class_5455;
      named getRegistryManager Lnet/minecraft/client/network/ClientPlayNetworkHandler;getRegistryManager()Lnet/minecraft/util/registry/DynamicRegistryManager;