Package net.minecraft.client.network
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 edz
intermediary net/minecraft/class_634
named net/minecraft/client/network/ClientPlayNetworkHandler
-
Field Summary
Fields Modifier and Type Field Description private ClientAdvancementManager
advancementHandler
private int
chunkLoadDistance
private MinecraftClient
client
private com.mojang.brigadier.CommandDispatcher<CommandSource>
commandDispatcher
private ClientCommandSource
commandSource
private ClientConnection
connection
private DataQueryHandler
dataQueryHandler
private static Text
DISCONNECT_LOST_TEXT
private static Logger
LOGGER
private Screen
loginScreen
private Map<UUID,PlayerListEntry>
playerListEntries
private boolean
positionLookSetup
private com.mojang.authlib.GameProfile
profile
private Random
random
private RecipeManager
recipeManager
private DynamicRegistryManager
registryManager
private UUID
sessionId
private TagManager
tagManager
private ClientWorld
world
private Set<RegistryKey<World>>
worldKeys
private ClientWorld.Properties
worldProperties
-
Constructor Summary
Constructors Constructor Description ClientPlayNetworkHandler(MinecraftClient client, Screen screen, ClientConnection connection, com.mojang.authlib.GameProfile profile)
-
Method Summary
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official a
Ledz;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
- Mappings:
Namespace Name Mixin selector official b
Ledz;b:Loi;
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
- Mappings:
Namespace Name Mixin selector official c
Ledz;c:Lnu;
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
Ledz;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
- Mappings:
Namespace Name Mixin selector official e
Ledz;e:Ldve;
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
- Mappings:
Namespace Name Mixin selector official f
Ledz;f:Ldqk;
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
- Mappings:
Namespace Name Mixin selector official g
Ledz;g:Ledy;
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
- Mappings:
Namespace Name Mixin selector official h
Ledz;h:Ledy$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
Ledz;i:Z
intermediary field_3698
Lnet/minecraft/class_634;field_3698:Z
named positionLookSetup
Lnet/minecraft/client/network/ClientPlayNetworkHandler;positionLookSetup:Z
-
playerListEntries
- Mappings:
Namespace Name Mixin selector official j
Ledz;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
- Mappings:
Namespace Name Mixin selector official k
Ledz;k:Ledv;
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
- Mappings:
Namespace Name Mixin selector official l
Ledz;l:Leea;
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
- Mappings:
Namespace Name Mixin selector official m
Ledz;m:Lafe;
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
- Mappings:
Namespace Name Mixin selector official n
Ledz;n:Ldqb;
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
Ledz;o:I
intermediary field_19144
Lnet/minecraft/class_634;field_19144:I
named chunkLoadDistance
Lnet/minecraft/client/network/ClientPlayNetworkHandler;chunkLoadDistance:I
-
random
- Mappings:
Namespace Name Mixin selector official p
Ledz;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
- Mappings:
Namespace Name Mixin selector official q
Ledz;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
- Mappings:
Namespace Name Mixin selector official r
Ledz;r:Lbqo;
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
- Mappings:
Namespace Name Mixin selector official s
Ledz;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
- Mappings:
Namespace Name Mixin selector official t
Ledz;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
- Mappings:
Namespace Name Mixin selector official u
Ledz;u:Lgo;
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>
Ledz;<init>(Ldqk;Ldve;Lnu;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
- Mappings:
Namespace Name Mixin selector official b
Ledz;b()Leea;
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
Ledz;c()V
intermediary method_2868
Lnet/minecraft/class_634;method_2868()V
named clearWorld
Lnet/minecraft/client/network/ClientPlayNetworkHandler;clearWorld()V
-
getRecipeManager
- Mappings:
Namespace Name Mixin selector official d
Ledz;d()Lbqo;
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
- Specified by:
onGameJoin
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqp;)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
Handles the spawning of non-living entities.- Specified by:
onEntitySpawn
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lpe;)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
- Specified by:
onExperienceOrbSpawn
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lpf;)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
- Specified by:
onVibration
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lpj;)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
- Specified by:
onPaintingSpawn
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lph;)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
- Specified by:
onVelocityUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lru;)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
- Specified by:
onEntityTrackerUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lrs;)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
- Specified by:
onPlayerSpawn
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lpi;)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
- Specified by:
onEntityPosition
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lsk;)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
- Specified by:
onHeldItemChange
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lrn;)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
- Specified by:
onEntityUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqs;)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
- Specified by:
onEntitySetHeadYaw
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lri;)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
-
onEntitiesDestroy
- Specified by:
onEntitiesDestroy
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lre;)V
intermediary method_11095
Lnet/minecraft/class_2602;method_11095(Lnet/minecraft/class_2716;)V
named onEntitiesDestroy
Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntitiesDestroy(Lnet/minecraft/network/packet/s2c/play/EntitiesDestroyS2CPacket;)V
-
onPlayerPositionLook
- Specified by:
onPlayerPositionLook
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lrc;)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
- Specified by:
onChunkDeltaUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lrj;)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
- Specified by:
onChunkData
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lql;)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
- Specified by:
onUnloadChunk
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqh;)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
- Specified by:
onBlockUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lpq;)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
- Specified by:
onDisconnect
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqe;)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
- Specified by:
onDisconnected
in interfacePacketListener
- Mappings:
Namespace Name Mixin selector official a
Lnz;a(Loi;)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
Sends a packet to the server.- Parameters:
packet
- the packet to send- Mappings:
Namespace Name Mixin selector official a
Ledz;a(Lpa;)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
- Specified by:
onItemPickupAnimation
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lsj;)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
- Specified by:
onGameMessage
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lpt;)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
- Specified by:
onEntityAnimation
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lpk;)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
- Specified by:
onMobSpawn
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lpg;)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
- Specified by:
onWorldTimeUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lsc;)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
- Specified by:
onPlayerSpawnPosition
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lrq;)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
- Specified by:
onEntityPassengersSet
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lrz;)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
- Specified by:
onEntityAttach
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lrt;)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
- Mappings:
Namespace Name Mixin selector official a
Ledz;a(Lbhl;)Lbnv;
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
- Specified by:
onEntityStatus
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqf;)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
- Specified by:
onHealthUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lrx;)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
- Specified by:
onExperienceBarUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lrw;)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
- Specified by:
onPlayerRespawn
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lrh;)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
- Specified by:
onExplosion
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqg;)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
- Specified by:
onOpenHorseScreen
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqj;)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
- Specified by:
onOpenScreen
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqv;)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
- Specified by:
onScreenHandlerSlotUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqa;)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
-
onConfirmScreenAction
- Specified by:
onConfirmScreenAction
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lpw;)V
intermediary method_11123
Lnet/minecraft/class_2602;method_11123(Lnet/minecraft/class_2644;)V
named onConfirmScreenAction
Lnet/minecraft/network/listener/ClientPlayPacketListener;onConfirmScreenAction(Lnet/minecraft/network/packet/s2c/play/ConfirmScreenActionS2CPacket;)V
-
onInventory
- Specified by:
onInventory
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lpy;)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
- Specified by:
onSignEditorOpen
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqw;)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
- Specified by:
onBlockEntityUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lpo;)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
- Specified by:
onScreenHandlerPropertyUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lpz;)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
- Specified by:
onEquipmentUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lrv;)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
- Specified by:
onCloseScreen
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lpx;)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
- Specified by:
onBlockEvent
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lpp;)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
- Specified by:
onBlockDestroyProgress
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lpn;)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
- Specified by:
onGameStateChange
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqi;)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
- Specified by:
onMapUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqq;)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
- Specified by:
onWorldEvent
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqm;)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
- Specified by:
onAdvancements
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lsl;)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
- Specified by:
onSelectAdvancementTab
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lrk;)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
- Specified by:
onCommandTree
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lpv;)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
- Specified by:
onStopSound
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lsg;)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
- Specified by:
onCommandSuggestions
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lpu;)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
- Specified by:
onSynchronizeRecipes
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lso;)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
- Specified by:
onLookAt
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lrb;)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
- Specified by:
onTagQuery
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lsi;)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/TagQueryResponseS2CPacket;)V
-
onStatistics
- Specified by:
onStatistics
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lpl;)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
- Specified by:
onUnlockRecipes
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lrd;)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
-
onEntityPotionEffect
- Specified by:
onEntityPotionEffect
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lsn;)V
intermediary method_11084
Lnet/minecraft/class_2602;method_11084(Lnet/minecraft/class_2783;)V
named onEntityPotionEffect
Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntityPotionEffect(Lnet/minecraft/network/packet/s2c/play/EntityStatusEffectS2CPacket;)V
-
onSynchronizeTags
- Specified by:
onSynchronizeTags
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lsp;)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
-
onCombatEvent
- Specified by:
onCombatEvent
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqz;)V
intermediary method_11133
Lnet/minecraft/class_2602;method_11133(Lnet/minecraft/class_2698;)V
named onCombatEvent
Lnet/minecraft/network/listener/ClientPlayPacketListener;onCombatEvent(Lnet/minecraft/network/packet/s2c/play/CombatEventS2CPacket;)V
-
onDifficulty
- Specified by:
onDifficulty
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lps;)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
- Specified by:
onSetCameraEntity
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lrm;)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
-
onWorldBorder
- Specified by:
onWorldBorder
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lrl;)V
intermediary method_11096
Lnet/minecraft/class_2602;method_11096(Lnet/minecraft/class_2730;)V
named onWorldBorder
Lnet/minecraft/network/listener/ClientPlayPacketListener;onWorldBorder(Lnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket;)V
-
onTitle
- Specified by:
onTitle
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lsd;)V
intermediary method_11103
Lnet/minecraft/class_2602;method_11103(Lnet/minecraft/class_2762;)V
named onTitle
Lnet/minecraft/network/listener/ClientPlayPacketListener;onTitle(Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket;)V
-
onPlayerListHeader
- Specified by:
onPlayerListHeader
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lsh;)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
- Specified by:
onRemoveEntityEffect
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lrf;)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
- Specified by:
onPlayerList
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lra;)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
- Specified by:
onKeepAlive
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqk;)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
- Specified by:
onPlayerAbilities
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqy;)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
- Specified by:
onPlaySound
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lsf;)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
- Specified by:
onPlaySoundFromEntity
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lse;)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
- Specified by:
onPlaySoundId
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqd;)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
- Specified by:
onResourcePackSend
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lrg;)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
-
validateResourcePackUrl
- Mappings:
Namespace Name Mixin selector official b
Ledz;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
- Mappings:
Namespace Name Mixin selector official a
Ledz;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
- Mappings:
Namespace Name Mixin selector official a
Ledz;a(Ltx$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
- Specified by:
onBossBar
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lpr;)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
- Specified by:
onCooldownUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqb;)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
- Specified by:
onVehicleMove
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqt;)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
- Specified by:
onOpenWrittenBook
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqu;)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
- Specified by:
onCustomPayload
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqc;)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
- Specified by:
onScoreboardObjectiveUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lry;)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
- Specified by:
onScoreboardPlayerUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lsb;)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
- Specified by:
onScoreboardDisplay
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lrr;)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
- Specified by:
onTeam
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lsa;)V
intermediary method_11099
Lnet/minecraft/class_2602;method_11099(Lnet/minecraft/class_2755;)V
named onTeam
Lnet/minecraft/network/listener/ClientPlayPacketListener;onTeam(Lnet/minecraft/network/packet/s2c/play/TeamS2CPacket;)V
-
onParticle
- Specified by:
onParticle
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqn;)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
-
onEntityAttributes
- Specified by:
onEntityAttributes
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lsm;)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
- Specified by:
onCraftFailedResponse
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqx;)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
- Specified by:
onLightUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqo;)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
- Specified by:
onSetTradeOffers
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lqr;)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
- Specified by:
onChunkLoadDistance
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lrp;)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
- Specified by:
onChunkRenderDistanceCenter
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lro;)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
- Specified by:
onPlayerActionResponse
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector official a
Lpd;a(Lpm;)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
Ledz;a(IILdac;Lbue;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
- Specified by:
getConnection
in interfacePacketListener
- Mappings:
Namespace Name Mixin selector official a
Lnz;a()Lnu;
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
- Mappings:
Namespace Name Mixin selector official e
Ledz;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
- Mappings:
Namespace Name Mixin selector official f
Ledz;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
- Mappings:
Namespace Name Mixin selector official a
Ledz;a(Ljava/util/UUID;)Leec;
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
- Mappings:
Namespace Name Mixin selector official a
Ledz;a(Ljava/lang/String;)Leec;
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
Ledz;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
- Mappings:
Namespace Name Mixin selector official h
Ledz;h()Ledv;
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
- Mappings:
Namespace Name Mixin selector official i
Ledz;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
- Mappings:
Namespace Name Mixin selector official j
Ledz;j()Ledy;
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
- Mappings:
Namespace Name Mixin selector official k
Ledz;k()Lafe;
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
- Mappings:
Namespace Name Mixin selector official l
Ledz;l()Ldqb;
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
- Mappings:
Namespace Name Mixin selector official m
Ledz;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
- Mappings:
Namespace Name Mixin selector official n
Ledz;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
- Mappings:
Namespace Name Mixin selector official o
Ledz;o()Lgo;
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;
-