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 bkqintermediary net/minecraft/class_1845named net/minecraft/client/network/ClientPlayNetworkHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate MinecraftClientprivate ClientWorldprivate final ClientConnectionintprivate booleanprivate static final Loggerprivate final Screenprivate final Map<UUID,PlayerListEntry> private booleanprivate final com.mojang.authlib.GameProfileprivate final Random -
Constructor Summary
ConstructorsConstructorDescriptionClientPlayNetworkHandler(MinecraftClient client, Screen screen, ClientConnection connection, com.mojang.authlib.GameProfile profile) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetPlayerListEntry(String profileName) getPlayerListEntry(UUID uuid) com.mojang.authlib.GameProfileprivate booleanmethod_12229(String string, String string2) private FutureCallback<Object>method_12230(String string) voidmethod_12608(class_2911 packet) voidmethod_12609(class_2913 packet) voidmethod_12610(class_2914 packet) voidmethod_12611(class_2915 packet) voidmethod_12612(class_2916 packet) voidonBedSleep(BedSleepS2CPacket packet) voidonBlockAction(BlockActionS2CPacket packet) voidvoidvoidonBlockUpdate(BlockUpdateS2CPacket packet) voidonBossBar(BossBarS2CPacket packet) voidonChatMessage(ChatMessageS2CPacket packet) voidvoidvoidvoidonCloseScreen(CloseScreenS2CPacket packet) voidonCombatEvent(CombatEventS2CPacket packet) voidvoidvoidonDifficulty(DifficultyS2CPacket packet) voidonDisconnect(DisconnectS2CPacket packet) voidonDisconnected(Text reason) voidvoidvoidonEntityAttach(EntityAttachS2CPacket packet) voidvoidvoidvoidvoidonEntitySpawn(EntitySpawnS2CPacket packet) voidvoidonEntityStatus(EntityStatusS2CPacket packet) voidvoidonEntityUpdate(EntityS2CPacket packet) voidvoidvoidvoidonExplosion(ExplosionS2CPacket packet) voidonGameJoin(GameJoinS2CPacket packet) voidvoidvoidvoidvoidonInventory(InventoryS2CPacket packet) voidonKeepAlive(KeepAliveS2CPacket packet) voidonMapUpdate(MapUpdateS2CPacket packet) voidonMobSpawn(MobSpawnS2CPacket packet) voidonOpenScreen(OpenScreenS2CPacket packet) voidvoidonParticle(ParticleS2CPacket packet) voidvoidonPlayerList(PlayerListS2CPacket packet) voidvoidvoidvoidonPlayerSpawn(PlayerSpawnS2CPacket packet) voidvoidonPlaySound(PlaySoundIdS2CPacket packet) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidonStatsUpdate(StatsUpdateS2CPacket packet) voidonTeam(TeamS2CPacket packet) voidonTitle(TitleS2CPacket packet) voidvoidonWorldBorder(WorldBorderS2CPacket packet) voidonWorldEvent(WorldEventS2CPacket packet) voidvoidsendPacket(Packet<?> packet)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official bLbkq;b:Lorg/apache/logging/log4j/Logger;intermediary field_7913Lnet/minecraft/class_1845;field_7913:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/client/network/ClientPlayNetworkHandler;LOGGER:Lorg/apache/logging/log4j/Logger;
-
connection
- Mappings:
Namespace Name Mixin selector official cLbkq;c:Lem;intermediary field_7914Lnet/minecraft/class_1845;field_7914:Lnet/minecraft/class_1957;named connectionLnet/minecraft/client/network/ClientPlayNetworkHandler;connection:Lnet/minecraft/network/ClientConnection;
-
profile
private final com.mojang.authlib.GameProfile profile- Mappings:
Namespace Name Mixin selector official dLbkq;d:Lcom/mojang/authlib/GameProfile;intermediary field_10583Lnet/minecraft/class_1845;field_10583:Lcom/mojang/authlib/GameProfile;named profileLnet/minecraft/client/network/ClientPlayNetworkHandler;profile:Lcom/mojang/authlib/GameProfile;
-
loginScreen
- Mappings:
Namespace Name Mixin selector official eLbkq;e:Lbez;intermediary field_7919Lnet/minecraft/class_1845;field_7919:Lnet/minecraft/class_388;named loginScreenLnet/minecraft/client/network/ClientPlayNetworkHandler;loginScreen:Lnet/minecraft/client/gui/screen/Screen;
-
client
- Mappings:
Namespace Name Mixin selector official fLbkq;f:Lbcd;intermediary field_7915Lnet/minecraft/class_1845;field_7915:Lnet/minecraft/class_1600;named clientLnet/minecraft/client/network/ClientPlayNetworkHandler;client:Lnet/minecraft/client/MinecraftClient;
-
clientWorld
- Mappings:
Namespace Name Mixin selector official gLbkq;g:Lbks;intermediary field_7916Lnet/minecraft/class_1845;field_7916:Lnet/minecraft/class_478;named clientWorldLnet/minecraft/client/network/ClientPlayNetworkHandler;clientWorld:Lnet/minecraft/client/world/ClientWorld;
-
positionLookSetup
private boolean positionLookSetup- Mappings:
Namespace Name Mixin selector official hLbkq;h:Zintermediary field_7917Lnet/minecraft/class_1845;field_7917:Znamed positionLookSetupLnet/minecraft/client/network/ClientPlayNetworkHandler;positionLookSetup:Z
-
playerListEntries
- Mappings:
Namespace Name Mixin selector official iLbkq;i:Ljava/util/Map;intermediary field_7918Lnet/minecraft/class_1845;field_7918:Ljava/util/Map;named playerListEntriesLnet/minecraft/client/network/ClientPlayNetworkHandler;playerListEntries:Ljava/util/Map;
-
field_7912
public int field_7912- Mappings:
Namespace Name Mixin selector official aLbkq;a:Iintermediary field_7912Lnet/minecraft/class_1845;field_7912:Inamed field_7912Lnet/minecraft/client/network/ClientPlayNetworkHandler;field_7912:I
-
field_7920
private boolean field_7920- Mappings:
Namespace Name Mixin selector official jLbkq;j:Zintermediary field_7920Lnet/minecraft/class_1845;field_7920:Znamed field_7920Lnet/minecraft/client/network/ClientPlayNetworkHandler;field_7920:Z
-
random
- Mappings:
Namespace Name Mixin selector official kLbkq;k:Ljava/util/Random;intermediary field_7921Lnet/minecraft/class_1845;field_7921:Ljava/util/Random;named randomLnet/minecraft/client/network/ClientPlayNetworkHandler;random:Ljava/util/Random;
-
-
Constructor Details
-
ClientPlayNetworkHandler
public ClientPlayNetworkHandler(MinecraftClient client, Screen screen, ClientConnection connection, com.mojang.authlib.GameProfile profile) - Mappings:
Namespace Name Mixin selector official <init>Lbkq;<init>(Lbcd;Lbez;Lem;Lcom/mojang/authlib/GameProfile;)Vintermediary <init>Lnet/minecraft/class_1845;<init>(Lnet/minecraft/class_1600;Lnet/minecraft/class_388;Lnet/minecraft/class_1957;Lcom/mojang/authlib/GameProfile;)Vnamed <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
-
clearWorld
public void clearWorld()- Mappings:
Namespace Name Mixin selector official bLbkq;b()Vintermediary method_6842Lnet/minecraft/class_1845;method_6842()Vnamed clearWorldLnet/minecraft/client/network/ClientPlayNetworkHandler;clearWorld()V
-
onGameJoin
- Specified by:
onGameJoinin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lgu;)Vintermediary method_7580Lnet/minecraft/class_1993;method_7580(Lnet/minecraft/class_2025;)Vnamed onGameJoinLnet/minecraft/network/listener/ClientPlayPacketListener;onGameJoin(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;)V
-
onEntitySpawn
- Specified by:
onEntitySpawnin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lfl;)Vintermediary method_7548Lnet/minecraft/class_1993;method_7548(Lnet/minecraft/class_1994;)Vnamed onEntitySpawnLnet/minecraft/network/listener/ClientPlayPacketListener;onEntitySpawn(Lnet/minecraft/network/packet/s2c/play/EntitySpawnS2CPacket;)V
-
onExperienceOrbSpawn
- Specified by:
onExperienceOrbSpawnin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lfm;)Vintermediary method_7549Lnet/minecraft/class_1993;method_7549(Lnet/minecraft/class_1995;)Vnamed onExperienceOrbSpawnLnet/minecraft/network/listener/ClientPlayPacketListener;onExperienceOrbSpawn(Lnet/minecraft/network/packet/s2c/play/ExperienceOrbSpawnS2CPacket;)V
-
onEntitySpawnGlobal
- Specified by:
onEntitySpawnGlobalin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lfn;)Vintermediary method_7550Lnet/minecraft/class_1993;method_7550(Lnet/minecraft/class_1996;)Vnamed onEntitySpawnGlobalLnet/minecraft/network/listener/ClientPlayPacketListener;onEntitySpawnGlobal(Lnet/minecraft/network/packet/s2c/play/EntitySpawnGlobalS2CPacket;)V
-
onPaintingSpawn
- Specified by:
onPaintingSpawnin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lfp;)Vintermediary method_7552Lnet/minecraft/class_1993;method_7552(Lnet/minecraft/class_1998;)Vnamed onPaintingSpawnLnet/minecraft/network/listener/ClientPlayPacketListener;onPaintingSpawn(Lnet/minecraft/network/packet/s2c/play/PaintingSpawnS2CPacket;)V
-
onVelocityUpdate
- Specified by:
onVelocityUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lhp;)Vintermediary method_7595Lnet/minecraft/class_1993;method_7595(Lnet/minecraft/class_2039;)Vnamed onVelocityUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onVelocityUpdate(Lnet/minecraft/network/packet/s2c/play/EntityVelocityUpdateS2CPacket;)V
-
onEntityTrackerUpdate
- Specified by:
onEntityTrackerUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lhn;)Vintermediary method_7593Lnet/minecraft/class_1993;method_7593(Lnet/minecraft/class_713;)Vnamed onEntityTrackerUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onEntityTrackerUpdate(Lnet/minecraft/network/packet/s2c/play/EntityTrackerUpdateS2CPacket;)V
-
onPlayerSpawn
- Specified by:
onPlayerSpawnin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lfq;)Vintermediary method_7553Lnet/minecraft/class_1993;method_7553(Lnet/minecraft/class_1999;)Vnamed onPlayerSpawnLnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerSpawn(Lnet/minecraft/network/packet/s2c/play/PlayerSpawnS2CPacket;)V
-
onEntityPosition
- Specified by:
onEntityPositionin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lid;)Vintermediary method_7606Lnet/minecraft/class_1993;method_7606(Lnet/minecraft/class_2048;)Vnamed onEntityPositionLnet/minecraft/network/listener/ClientPlayPacketListener;onEntityPosition(Lnet/minecraft/network/packet/s2c/play/EntityPositionS2CPacket;)V
-
onHeldItemChange
- Specified by:
onHeldItemChangein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lhl;)Vintermediary method_7591Lnet/minecraft/class_1993;method_7591(Lnet/minecraft/class_2038;)Vnamed onHeldItemChangeLnet/minecraft/network/listener/ClientPlayPacketListener;onHeldItemChange(Lnet/minecraft/network/packet/s2c/play/HeldItemChangeS2CPacket;)V
-
onEntityUpdate
- Specified by:
onEntityUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lgw;)Vintermediary method_7582Lnet/minecraft/class_1993;method_7582(Lnet/minecraft/class_2027;)Vnamed onEntityUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onEntityUpdate(Lnet/minecraft/network/packet/s2c/play/EntityS2CPacket;)V
-
onEntitySetHeadYaw
- Specified by:
onEntitySetHeadYawin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lhi;)Vintermediary method_7590Lnet/minecraft/class_1993;method_7590(Lnet/minecraft/class_2037;)Vnamed onEntitySetHeadYawLnet/minecraft/network/listener/ClientPlayPacketListener;onEntitySetHeadYaw(Lnet/minecraft/network/packet/s2c/play/EntitySetHeadYawS2CPacket;)V
-
onEntitiesDestroy
- Specified by:
onEntitiesDestroyin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lhe;)Vintermediary method_7587Lnet/minecraft/class_1993;method_7587(Lnet/minecraft/class_2034;)Vnamed onEntitiesDestroyLnet/minecraft/network/listener/ClientPlayPacketListener;onEntitiesDestroy(Lnet/minecraft/network/packet/s2c/play/EntitiesDestroyS2CPacket;)V
-
onPlayerPositionLook
- Specified by:
onPlayerPositionLookin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lhc;)Vintermediary method_7547Lnet/minecraft/class_1993;method_7547(Lnet/minecraft/class_1992;)Vnamed onPlayerPositionLookLnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerPositionLook(Lnet/minecraft/network/packet/s2c/play/PlayerPositionLookS2CPacket;)V
-
onChunkDeltaUpdate
- Specified by:
onChunkDeltaUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lgb;)Vintermediary method_7562Lnet/minecraft/class_1993;method_7562(Lnet/minecraft/class_2008;)Vnamed onChunkDeltaUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onChunkDeltaUpdate(Lnet/minecraft/network/packet/s2c/play/ChunkDeltaUpdateS2CPacket;)V
-
onBossBar
- Specified by:
onBossBarin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lgr;)Vintermediary method_7575Lnet/minecraft/class_1993;method_7575(Lnet/minecraft/class_2020;)Vnamed onBossBarLnet/minecraft/network/listener/ClientPlayPacketListener;onBossBar(Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket;)V
-
method_12610
- Specified by:
method_12610in interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lgo;)Vintermediary method_12610Lnet/minecraft/class_1993;method_12610(Lnet/minecraft/class_2914;)Vnamed method_12610Lnet/minecraft/network/listener/ClientPlayPacketListener;method_12610(Lnet/minecraft/class_2914;)V
-
onBlockUpdate
- Specified by:
onBlockUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lfw;)Vintermediary method_7559Lnet/minecraft/class_1993;method_7559(Lnet/minecraft/class_2005;)Vnamed onBlockUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onBlockUpdate(Lnet/minecraft/network/packet/s2c/play/BlockUpdateS2CPacket;)V
-
onDisconnect
- Specified by:
onDisconnectin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lgl;)Vintermediary method_7570Lnet/minecraft/class_1993;method_7570(Lnet/minecraft/class_2016;)Vnamed onDisconnectLnet/minecraft/network/listener/ClientPlayPacketListener;onDisconnect(Lnet/minecraft/network/packet/s2c/play/DisconnectS2CPacket;)V
-
onDisconnected
- Specified by:
onDisconnectedin interfacePacketListener- Mappings:
Namespace Name Mixin selector official aLer;a(Lew;)Vintermediary method_7456Lnet/minecraft/class_701;method_7456(Lnet/minecraft/class_1982;)Vnamed onDisconnectedLnet/minecraft/network/listener/PacketListener;onDisconnected(Lnet/minecraft/text/Text;)V
-
sendPacket
- Mappings:
Namespace Name Mixin selector official aLbkq;a(Lfh;)Vintermediary method_6840Lnet/minecraft/class_1845;method_6840(Lnet/minecraft/class_700;)Vnamed sendPacketLnet/minecraft/client/network/ClientPlayNetworkHandler;sendPacket(Lnet/minecraft/network/Packet;)V
-
onChunkRenderDistanceCenter
- Specified by:
onChunkRenderDistanceCenterin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lic;)Vintermediary method_7605Lnet/minecraft/class_1993;method_7605(Lnet/minecraft/class_2047;)Vnamed onChunkRenderDistanceCenterLnet/minecraft/network/listener/ClientPlayPacketListener;onChunkRenderDistanceCenter(Lnet/minecraft/network/packet/s2c/play/ChunkRenderDistanceCenterS2CPacket;)V
-
onChatMessage
- Specified by:
onChatMessagein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lga;)Vintermediary method_7561Lnet/minecraft/class_1993;method_7561(Lnet/minecraft/class_2007;)Vnamed onChatMessageLnet/minecraft/network/listener/ClientPlayPacketListener;onChatMessage(Lnet/minecraft/network/packet/s2c/play/ChatMessageS2CPacket;)V
-
onEntityAnimation
- Specified by:
onEntityAnimationin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lfr;)Vintermediary method_7554Lnet/minecraft/class_1993;method_7554(Lnet/minecraft/class_2000;)Vnamed onEntityAnimationLnet/minecraft/network/listener/ClientPlayPacketListener;onEntityAnimation(Lnet/minecraft/network/packet/s2c/play/EntityAnimationS2CPacket;)V
-
onBedSleep
- Specified by:
onBedSleepin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lhd;)Vintermediary method_7586Lnet/minecraft/class_1993;method_7586(Lnet/minecraft/class_2033;)Vnamed onBedSleepLnet/minecraft/network/listener/ClientPlayPacketListener;onBedSleep(Lnet/minecraft/network/packet/s2c/play/BedSleepS2CPacket;)V
-
onMobSpawn
- Specified by:
onMobSpawnin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lfo;)Vintermediary method_7551Lnet/minecraft/class_1993;method_7551(Lnet/minecraft/class_1997;)Vnamed onMobSpawnLnet/minecraft/network/listener/ClientPlayPacketListener;onMobSpawn(Lnet/minecraft/network/packet/s2c/play/MobSpawnS2CPacket;)V
-
onWorldTimeUpdate
- Specified by:
onWorldTimeUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lhy;)Vintermediary method_7603Lnet/minecraft/class_1993;method_7603(Lnet/minecraft/class_2045;)Vnamed onWorldTimeUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onWorldTimeUpdate(Lnet/minecraft/network/packet/s2c/play/WorldTimeUpdateS2CPacket;)V
-
onPlayerSpawnPosition
- Specified by:
onPlayerSpawnPositionin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lhx;)Vintermediary method_7602Lnet/minecraft/class_1993;method_7602(Lnet/minecraft/class_2044;)Vnamed onPlayerSpawnPositionLnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerSpawnPosition(Lnet/minecraft/network/packet/s2c/play/PlayerSpawnPositionS2CPacket;)V
-
method_12612
- Specified by:
method_12612in interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lhu;)Vintermediary method_12612Lnet/minecraft/class_1993;method_12612(Lnet/minecraft/class_2916;)Vnamed method_12612Lnet/minecraft/network/listener/ClientPlayPacketListener;method_12612(Lnet/minecraft/class_2916;)V
-
onEntityAttach
- Specified by:
onEntityAttachin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lho;)Vintermediary method_7594Lnet/minecraft/class_1993;method_7594(Lnet/minecraft/class_718;)Vnamed onEntityAttachLnet/minecraft/network/listener/ClientPlayPacketListener;onEntityAttach(Lnet/minecraft/network/packet/s2c/play/EntityAttachS2CPacket;)V
-
onEntityStatus
- Specified by:
onEntityStatusin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lgm;)Vintermediary method_7571Lnet/minecraft/class_1993;method_7571(Lnet/minecraft/class_2017;)Vnamed onEntityStatusLnet/minecraft/network/listener/ClientPlayPacketListener;onEntityStatus(Lnet/minecraft/network/packet/s2c/play/EntityStatusS2CPacket;)V
-
onExperienceBarUpdate
- Specified by:
onExperienceBarUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lhs;)Vintermediary method_7598Lnet/minecraft/class_1993;method_7598(Lnet/minecraft/class_2042;)Vnamed onExperienceBarUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onExperienceBarUpdate(Lnet/minecraft/network/packet/s2c/play/HealthUpdateS2CPacket;)V
-
onHealthUpdate
- Specified by:
onHealthUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lhr;)Vintermediary method_7597Lnet/minecraft/class_1993;method_7597(Lnet/minecraft/class_2041;)Vnamed onHealthUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onHealthUpdate(Lnet/minecraft/network/packet/s2c/play/ExperienceBarUpdateS2CPacket;)V
-
onPlayerRespawn
- Specified by:
onPlayerRespawnin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lhh;)Vintermediary method_7589Lnet/minecraft/class_1993;method_7589(Lnet/minecraft/class_2036;)Vnamed onPlayerRespawnLnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerRespawn(Lnet/minecraft/network/packet/s2c/play/PlayerRespawnS2CPacket;)V
-
onExplosion
- Specified by:
onExplosionin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lgn;)Vintermediary method_7572Lnet/minecraft/class_1993;method_7572(Lnet/minecraft/class_2018;)Vnamed onExplosionLnet/minecraft/network/listener/ClientPlayPacketListener;onExplosion(Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;)V
-
onOpenScreen
- Specified by:
onOpenScreenin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lge;)Vintermediary method_7565Lnet/minecraft/class_1993;method_7565(Lnet/minecraft/class_2011;)Vnamed onOpenScreenLnet/minecraft/network/listener/ClientPlayPacketListener;onOpenScreen(Lnet/minecraft/network/packet/s2c/play/OpenScreenS2CPacket;)V
-
onScreenHandlerSlotUpdate
- Specified by:
onScreenHandlerSlotUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lgh;)Vintermediary method_7568Lnet/minecraft/class_1993;method_7568(Lnet/minecraft/class_2014;)Vnamed onScreenHandlerSlotUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onScreenHandlerSlotUpdate(Lnet/minecraft/network/packet/s2c/play/ScreenHandlerSlotUpdateS2CPacket;)V
-
onGuiActionConfirm
- Specified by:
onGuiActionConfirmin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lgc;)Vintermediary method_7563Lnet/minecraft/class_1993;method_7563(Lnet/minecraft/class_2009;)Vnamed onGuiActionConfirmLnet/minecraft/network/listener/ClientPlayPacketListener;onGuiActionConfirm(Lnet/minecraft/network/packet/s2c/play/ConfirmGuiActionS2CPacket;)V
-
onInventory
- Specified by:
onInventoryin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lgf;)Vintermediary method_7566Lnet/minecraft/class_1993;method_7566(Lnet/minecraft/class_2012;)Vnamed onInventoryLnet/minecraft/network/listener/ClientPlayPacketListener;onInventory(Lnet/minecraft/network/packet/s2c/play/InventoryS2CPacket;)V
-
onSignEditorOpen
- Specified by:
onSignEditorOpenin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lgy;)Vintermediary method_7583Lnet/minecraft/class_1993;method_7583(Lnet/minecraft/class_2031;)Vnamed onSignEditorOpenLnet/minecraft/network/listener/ClientPlayPacketListener;onSignEditorOpen(Lnet/minecraft/network/packet/s2c/play/SignEditorOpenS2CPacket;)V
-
onBlockEntityUpdate
- Specified by:
onBlockEntityUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lfu;)Vintermediary method_7557Lnet/minecraft/class_1993;method_7557(Lnet/minecraft/class_2003;)Vnamed onBlockEntityUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onBlockEntityUpdate(Lnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;)V
-
onScreenHandlerPropertyUpdate
- Specified by:
onScreenHandlerPropertyUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lgg;)Vintermediary method_7567Lnet/minecraft/class_1993;method_7567(Lnet/minecraft/class_2013;)Vnamed onScreenHandlerPropertyUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onScreenHandlerPropertyUpdate(Lnet/minecraft/network/packet/s2c/play/ScreenHandlerPropertyUpdateS2CPacket;)V
-
onEquipmentUpdate
- Specified by:
onEquipmentUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lhq;)Vintermediary method_7596Lnet/minecraft/class_1993;method_7596(Lnet/minecraft/class_2040;)Vnamed onEquipmentUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onEquipmentUpdate(Lnet/minecraft/network/packet/s2c/play/EntityEquipmentUpdateS2CPacket;)V
-
onCloseScreen
- Specified by:
onCloseScreenin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lgd;)Vintermediary method_7564Lnet/minecraft/class_1993;method_7564(Lnet/minecraft/class_2010;)Vnamed onCloseScreenLnet/minecraft/network/listener/ClientPlayPacketListener;onCloseScreen(Lnet/minecraft/network/packet/s2c/play/CloseScreenS2CPacket;)V
-
onBlockAction
- Specified by:
onBlockActionin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lfv;)Vintermediary method_7558Lnet/minecraft/class_1993;method_7558(Lnet/minecraft/class_2004;)Vnamed onBlockActionLnet/minecraft/network/listener/ClientPlayPacketListener;onBlockAction(Lnet/minecraft/network/packet/s2c/play/BlockActionS2CPacket;)V
-
onBlockDestroyProgress
- Specified by:
onBlockDestroyProgressin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lft;)Vintermediary method_7556Lnet/minecraft/class_1993;method_7556(Lnet/minecraft/class_2002;)Vnamed onBlockDestroyProgressLnet/minecraft/network/listener/ClientPlayPacketListener;onBlockDestroyProgress(Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;)V
-
onGameStateChange
- Specified by:
onGameStateChangein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lgp;)Vintermediary method_7573Lnet/minecraft/class_1993;method_7573(Lnet/minecraft/class_668;)Vnamed onGameStateChangeLnet/minecraft/network/listener/ClientPlayPacketListener;onGameStateChange(Lnet/minecraft/network/packet/s2c/play/GameStateChangeS2CPacket;)V
-
onMapUpdate
- Specified by:
onMapUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lgv;)Vintermediary method_7581Lnet/minecraft/class_1993;method_7581(Lnet/minecraft/class_2026;)Vnamed onMapUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onMapUpdate(Lnet/minecraft/network/packet/s2c/play/MapUpdateS2CPacket;)V
-
onWorldEvent
- Specified by:
onWorldEventin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lgs;)Vintermediary method_7577Lnet/minecraft/class_1993;method_7577(Lnet/minecraft/class_2022;)Vnamed onWorldEventLnet/minecraft/network/listener/ClientPlayPacketListener;onWorldEvent(Lnet/minecraft/network/packet/s2c/play/WorldEventS2CPacket;)V
-
onStatsUpdate
- Specified by:
onStatsUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lfs;)Vintermediary method_7555Lnet/minecraft/class_1993;method_7555(Lnet/minecraft/class_2001;)Vnamed onStatsUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onStatsUpdate(Lnet/minecraft/network/packet/s2c/play/StatsUpdateS2CPacket;)V
-
onEntityPotionEffect
- Specified by:
onEntityPotionEffectin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lig;)Vintermediary method_7608Lnet/minecraft/class_1993;method_7608(Lnet/minecraft/class_2049;)Vnamed onEntityPotionEffectLnet/minecraft/network/listener/ClientPlayPacketListener;onEntityPotionEffect(Lnet/minecraft/network/packet/s2c/play/EntityStatusEffectS2CPacket;)V
-
onCombatEvent
- Specified by:
onCombatEventin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lha;)Vintermediary method_10633Lnet/minecraft/class_1993;method_10633(Lnet/minecraft/class_2576;)Vnamed onCombatEventLnet/minecraft/network/listener/ClientPlayPacketListener;onCombatEvent(Lnet/minecraft/network/packet/s2c/play/CombatEventS2CPacket;)V
-
onDifficulty
- Specified by:
onDifficultyin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lfy;)Vintermediary method_10630Lnet/minecraft/class_1993;method_10630(Lnet/minecraft/class_2572;)Vnamed onDifficultyLnet/minecraft/network/listener/ClientPlayPacketListener;onDifficulty(Lnet/minecraft/network/packet/s2c/play/DifficultyS2CPacket;)V
-
onSetCameraEntity
- Specified by:
onSetCameraEntityin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lhk;)Vintermediary method_10636Lnet/minecraft/class_1993;method_10636(Lnet/minecraft/class_2583;)Vnamed onSetCameraEntityLnet/minecraft/network/listener/ClientPlayPacketListener;onSetCameraEntity(Lnet/minecraft/network/packet/s2c/play/SetCameraEntityS2CPacket;)V
-
onWorldBorder
- Specified by:
onWorldBorderin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lhj;)Vintermediary method_10635Lnet/minecraft/class_1993;method_10635(Lnet/minecraft/class_2581;)Vnamed onWorldBorderLnet/minecraft/network/listener/ClientPlayPacketListener;onWorldBorder(Lnet/minecraft/network/packet/s2c/play/WorldBorderS2CPacket;)V
-
onTitle
- Specified by:
onTitlein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lhz;)Vintermediary method_10637Lnet/minecraft/class_1993;method_10637(Lnet/minecraft/class_2585;)Vnamed onTitleLnet/minecraft/network/listener/ClientPlayPacketListener;onTitle(Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket;)V
-
onPlayerListHeader
- Specified by:
onPlayerListHeaderin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lib;)Vintermediary method_10638Lnet/minecraft/class_1993;method_10638(Lnet/minecraft/class_2587;)Vnamed onPlayerListHeaderLnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerListHeader(Lnet/minecraft/network/packet/s2c/play/PlayerListHeaderS2CPacket;)V
-
onRemoveEntityEffect
- Specified by:
onRemoveEntityEffectin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lhf;)Vintermediary method_7588Lnet/minecraft/class_1993;method_7588(Lnet/minecraft/class_2035;)Vnamed onRemoveEntityEffectLnet/minecraft/network/listener/ClientPlayPacketListener;onRemoveEntityEffect(Lnet/minecraft/network/packet/s2c/play/RemoveEntityStatusEffectS2CPacket;)V
-
onPlayerList
- Specified by:
onPlayerListin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lhb;)Vintermediary method_7585Lnet/minecraft/class_1993;method_7585(Lnet/minecraft/class_705;)Vnamed onPlayerListLnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerList(Lnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket;)V
-
onKeepAlive
- Specified by:
onKeepAlivein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lgq;)Vintermediary method_7574Lnet/minecraft/class_1993;method_7574(Lnet/minecraft/class_2019;)Vnamed onKeepAliveLnet/minecraft/network/listener/ClientPlayPacketListener;onKeepAlive(Lnet/minecraft/network/packet/s2c/play/KeepAliveS2CPacket;)V
-
onPlayerAbilities
- Specified by:
onPlayerAbilitiesin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lgz;)Vintermediary method_7584Lnet/minecraft/class_1993;method_7584(Lnet/minecraft/class_2032;)Vnamed onPlayerAbilitiesLnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerAbilities(Lnet/minecraft/network/packet/s2c/play/PlayerAbilitiesS2CPacket;)V
-
onCommandSuggestions
- Specified by:
onCommandSuggestionsin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lfz;)Vintermediary method_7560Lnet/minecraft/class_1993;method_7560(Lnet/minecraft/class_2006;)Vnamed onCommandSuggestionsLnet/minecraft/network/listener/ClientPlayPacketListener;onCommandSuggestions(Lnet/minecraft/network/packet/s2c/play/CommandSuggestionsS2CPacket;)V
-
onPlaySound
- Specified by:
onPlaySoundin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lia;)Vintermediary method_7579Lnet/minecraft/class_1993;method_7579(Lnet/minecraft/class_2024;)Vnamed onPlaySoundLnet/minecraft/network/listener/ClientPlayPacketListener;onPlaySound(Lnet/minecraft/network/packet/s2c/play/PlaySoundIdS2CPacket;)V
-
method_12609
- Specified by:
method_12609in interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lgk;)Vintermediary method_12609Lnet/minecraft/class_1993;method_12609(Lnet/minecraft/class_2913;)Vnamed method_12609Lnet/minecraft/network/listener/ClientPlayPacketListener;method_12609(Lnet/minecraft/class_2913;)V
-
onResourcePackSend
- Specified by:
onResourcePackSendin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lhg;)Vintermediary method_10634Lnet/minecraft/class_1993;method_10634(Lnet/minecraft/class_2580;)Vnamed onResourcePackSendLnet/minecraft/network/listener/ClientPlayPacketListener;onResourcePackSend(Lnet/minecraft/network/packet/s2c/play/ResourcePackSendS2CPacket;)V
-
method_12229
- Mappings:
Namespace Name Mixin selector official aLbkq;a(Ljava/lang/String;Ljava/lang/String;)Zintermediary method_12229Lnet/minecraft/class_1845;method_12229(Ljava/lang/String;Ljava/lang/String;)Znamed method_12229Lnet/minecraft/client/network/ClientPlayNetworkHandler;method_12229(Ljava/lang/String;Ljava/lang/String;)Z
-
method_12230
- Mappings:
Namespace Name Mixin selector official bLbkq;b(Ljava/lang/String;)Lcom/google/common/util/concurrent/FutureCallback;intermediary method_12230Lnet/minecraft/class_1845;method_12230(Ljava/lang/String;)Lcom/google/common/util/concurrent/FutureCallback;named method_12230Lnet/minecraft/client/network/ClientPlayNetworkHandler;method_12230(Ljava/lang/String;)Lcom/google/common/util/concurrent/FutureCallback;
-
method_12608
- Specified by:
method_12608in interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lfx;)Vintermediary method_12608Lnet/minecraft/class_1993;method_12608(Lnet/minecraft/class_2911;)Vnamed method_12608Lnet/minecraft/network/listener/ClientPlayPacketListener;method_12608(Lnet/minecraft/class_2911;)V
-
onChunkLoadDistance
- Specified by:
onChunkLoadDistancein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lgi;)Vintermediary method_10632Lnet/minecraft/class_1993;method_10632(Lnet/minecraft/class_2575;)Vnamed onChunkLoadDistanceLnet/minecraft/network/listener/ClientPlayPacketListener;onChunkLoadDistance(Lnet/minecraft/network/packet/s2c/play/ChunkLoadDistanceS2CPacket;)V
-
method_12611
- Specified by:
method_12611in interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lgx;)Vintermediary method_12611Lnet/minecraft/class_1993;method_12611(Lnet/minecraft/class_2915;)Vnamed method_12611Lnet/minecraft/network/listener/ClientPlayPacketListener;method_12611(Lnet/minecraft/class_2915;)V
-
onCustomPayload
- Specified by:
onCustomPayloadin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lgj;)Vintermediary method_7569Lnet/minecraft/class_1993;method_7569(Lnet/minecraft/class_2015;)Vnamed onCustomPayloadLnet/minecraft/network/listener/ClientPlayPacketListener;onCustomPayload(Lnet/minecraft/network/packet/s2c/play/CustomPayloadS2CPacket;)V
-
onScoreboardObjectiveUpdate
- Specified by:
onScoreboardObjectiveUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lht;)Vintermediary method_7599Lnet/minecraft/class_1993;method_7599(Lnet/minecraft/class_1538;)Vnamed onScoreboardObjectiveUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onScoreboardObjectiveUpdate(Lnet/minecraft/network/packet/s2c/play/ScoreboardObjectiveUpdateS2CPacket;)V
-
onScoreboardPlayerUpdate
- Specified by:
onScoreboardPlayerUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lhw;)Vintermediary method_7601Lnet/minecraft/class_1993;method_7601(Lnet/minecraft/class_1540;)Vnamed onScoreboardPlayerUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onScoreboardPlayerUpdate(Lnet/minecraft/network/packet/s2c/play/ScoreboardPlayerUpdateS2CPacket;)V
-
onScoreboardDisplay
- Specified by:
onScoreboardDisplayin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lhm;)Vintermediary method_7592Lnet/minecraft/class_1993;method_7592(Lnet/minecraft/class_1537;)Vnamed onScoreboardDisplayLnet/minecraft/network/listener/ClientPlayPacketListener;onScoreboardDisplay(Lnet/minecraft/network/packet/s2c/play/ScoreboardDisplayS2CPacket;)V
-
onTeam
- Specified by:
onTeamin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lhv;)Vintermediary method_7600Lnet/minecraft/class_1993;method_7600(Lnet/minecraft/class_2043;)Vnamed onTeamLnet/minecraft/network/listener/ClientPlayPacketListener;onTeam(Lnet/minecraft/network/packet/s2c/play/TeamS2CPacket;)V
-
onParticle
- Specified by:
onParticlein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lgt;)Vintermediary method_7578Lnet/minecraft/class_1993;method_7578(Lnet/minecraft/class_2023;)Vnamed onParticleLnet/minecraft/network/listener/ClientPlayPacketListener;onParticle(Lnet/minecraft/network/packet/s2c/play/ParticleS2CPacket;)V
-
onEntityAttributes
- Specified by:
onEntityAttributesin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector official aLfk;a(Lie;)Vintermediary method_7607Lnet/minecraft/class_1993;method_7607(Lnet/minecraft/class_1691;)Vnamed onEntityAttributesLnet/minecraft/network/listener/ClientPlayPacketListener;onEntityAttributes(Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket;)V
-
getClientConnection
- Mappings:
Namespace Name Mixin selector official aLbkq;a()Lem;intermediary method_6841Lnet/minecraft/class_1845;method_6841()Lnet/minecraft/class_1957;named getClientConnectionLnet/minecraft/client/network/ClientPlayNetworkHandler;getClientConnection()Lnet/minecraft/network/ClientConnection;
-
getPlayerList
- Mappings:
Namespace Name Mixin selector official dLbkq;d()Ljava/util/Collection;intermediary method_9656Lnet/minecraft/class_1845;method_9656()Ljava/util/Collection;named getPlayerListLnet/minecraft/client/network/ClientPlayNetworkHandler;getPlayerList()Ljava/util/Collection;
-
getPlayerListEntry
- Mappings:
Namespace Name Mixin selector official aLbkq;a(Ljava/util/UUID;)Lbkt;intermediary method_9655Lnet/minecraft/class_1845;method_9655(Ljava/util/UUID;)Lnet/minecraft/class_2346;named getPlayerListEntryLnet/minecraft/client/network/ClientPlayNetworkHandler;getPlayerListEntry(Ljava/util/UUID;)Lnet/minecraft/client/network/PlayerListEntry;
-
getPlayerListEntry
- Mappings:
Namespace Name Mixin selector official aLbkq;a(Ljava/lang/String;)Lbkt;intermediary method_9654Lnet/minecraft/class_1845;method_9654(Ljava/lang/String;)Lnet/minecraft/class_2346;named getPlayerListEntryLnet/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 eLbkq;e()Lcom/mojang/authlib/GameProfile;intermediary method_9657Lnet/minecraft/class_1845;method_9657()Lcom/mojang/authlib/GameProfile;named getProfileLnet/minecraft/client/network/ClientPlayNetworkHandler;getProfile()Lcom/mojang/authlib/GameProfile;
-