Package net.minecraft.client.network
Class ClientPlayNetworkHandler
java.lang.Object
net.minecraft.client.network.ClientCommonNetworkHandler
net.minecraft.client.network.ClientPlayNetworkHandler
- All Implemented Interfaces:
ClientCommonPacketListener
,ClientCookieRequestPacketListener
,ClientPacketListener
,ClientPingResultPacketListener
,ClientPlayPacketListener
,PacketListener
,TickablePacketListener
@Environment(CLIENT)
public class ClientPlayNetworkHandler
extends ClientCommonNetworkHandler
implements ClientPlayPacketListener, TickablePacketListener
- Mappings:
Namespace Name named net/minecraft/client/network/ClientPlayNetworkHandler
intermediary net/minecraft/class_634
official fxy
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
private final ClientAdvancementManager
private final BrewingRecipeRegistry
private static final Text
private final ChunkBatchSizeCalculator
private int
private final DynamicRegistryManager.Immutable
private com.mojang.brigadier.CommandDispatcher
<CommandSource> private final ClientCommandSource
private final DataQueryHandler
private final DebugSampleSubscriber
private boolean
private final FeatureSet
private static final Text
private LastSeenMessagesCollector
private final Set
<PlayerListEntry> private static final Logger
private MessageChain.Packer
private final PingMeasurer
private final Map
<UUID, PlayerListEntry> private final com.mojang.authlib.GameProfile
private final Random
private final RecipeManager
private static final Text
private final Scoreboard
private boolean
private @Nullable ClientPlayerSession
private final UUID
private MessageSignatureStorage
private int
private static final Text
private static final Text
private ClientWorld
private boolean
private Set
<RegistryKey<World>> private @Nullable WorldLoadingState
private ClientWorld.Properties
Fields inherited from class net.minecraft.client.network.ClientCommonNetworkHandler
brand, client, connection, postDisconnectScreen, serverCookies, serverInfo, strictErrorHandling, transferring, worldSession
-
Constructor Summary
ConstructorDescriptionClientPlayNetworkHandler
(MinecraftClient client, ClientConnection clientConnection, ClientConnectionState clientConnectionState) -
Method Summary
Modifier and TypeMethodDescriptionvoid
acknowledge
(SignedMessage message, boolean displayed) void
createEntity
(EntitySpawnS2CPacket packet) private static ItemStack
getActiveTotemOfUndying
(PlayerEntity player) com.mojang.brigadier.CommandDispatcher
<CommandSource> getPlayerListEntry
(String profileName) getPlayerListEntry
(UUID uuid) com.mojang.authlib.GameProfile
getWorld()
getWorldEntryReason
(boolean dead, RegistryKey<World> from, RegistryKey<World> to) private void
handlePlayerListAction
(PlayerListS2CPacket.Action action, PlayerListS2CPacket.Entry receivedEntry, PlayerListEntry currentEntry) boolean
hasFeature
(FeatureSet feature) boolean
private boolean
private void
void
void
void
void
onBlockEvent
(BlockEventS2CPacket packet) void
onBlockUpdate
(BlockUpdateS2CPacket packet) void
onBossBar
(BossBarS2CPacket packet) void
onBundle
(BundleS2CPacket packet) void
onChatMessage
(ChatMessageS2CPacket packet) void
void
void
onChunkData
(ChunkDataS2CPacket packet) void
void
void
void
onChunkSent
(ChunkSentS2CPacket packet) void
onCloseScreen
(CloseScreenS2CPacket packet) void
void
onCommandTree
(CommandTreeS2CPacket packet) void
void
void
onCustomPayload
(CustomPayload payload) void
onDamageTilt
(DamageTiltS2CPacket packet) void
onDeathMessage
(DeathMessageS2CPacket packet) void
onDebugSample
(DebugSampleS2CPacket packet) void
onDifficulty
(DifficultyS2CPacket packet) void
onEndCombat
(EndCombatS2CPacket packet) void
onEnterCombat
(EnterCombatS2CPacket packet) void
void
void
onEntity
(EntityS2CPacket packet) void
void
onEntityAttach
(EntityAttachS2CPacket packet) void
void
onEntityDamage
(EntityDamageS2CPacket packet) void
void
void
void
void
onEntitySpawn
(EntitySpawnS2CPacket packet) Handles the spawning of non-living entities.void
onEntityStatus
(EntityStatusS2CPacket packet) void
void
void
void
void
void
onExplosion
(ExplosionS2CPacket packet) void
onGameJoin
(GameJoinS2CPacket packet) void
onGameMessage
(GameMessageS2CPacket packet) void
void
onHealthUpdate
(HealthUpdateS2CPacket packet) void
onInventory
(InventoryS2CPacket packet) void
void
onLightUpdate
(LightUpdateS2CPacket packet) void
onLookAt
(LookAtS2CPacket packet) void
onMapUpdate
(MapUpdateS2CPacket packet) void
void
void
onOpenScreen
(OpenScreenS2CPacket packet) void
void
void
onParticle
(ParticleS2CPacket packet) void
onPingResult
(PingResultS2CPacket packet) Handles a packet from the server that includes the "ping" (connection latency).void
void
void
onPlayerList
(PlayerListS2CPacket packet) void
void
void
onPlayerRemove
(PlayerRemoveS2CPacket packet) void
void
void
onPlaySound
(PlaySoundS2CPacket packet) void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
onStatistics
(StatisticsS2CPacket packet) void
onStopSound
(StopSoundS2CPacket packet) void
onSubtitle
(SubtitleS2CPacket packet) void
void
void
onTeam
(TeamS2CPacket packet) void
onTickStep
(TickStepS2CPacket packet) void
onTitle
(TitleS2CPacket packet) void
onTitleClear
(ClearTitleS2CPacket packet) void
onTitleFade
(TitleFadeS2CPacket packet) void
onUnloadChunk
(UnloadChunkS2CPacket packet) void
void
void
void
onVehicleMove
(VehicleMoveS2CPacket packet) void
void
void
void
void
void
void
onWorldEvent
(WorldEventS2CPacket packet) void
private com.mojang.brigadier.ParseResults
<CommandSource> private void
playSpawnSound
(Entity entity) private void
readLightData
(int x, int z, LightData data) private void
scheduleRenderChunk
(WorldChunk chunk, int x, int z) private void
void
sendChatCommand
(String command) void
sendChatMessage
(String content) boolean
sendCommand
(String command) private void
setPublicSession
(PlayerListS2CPacket.Entry receivedEntry, PlayerListEntry currentEntry) private void
startWorldLoading
(ClientPlayerEntity player, ClientWorld world, DownloadingTerrainScreen.WorldEntryReason worldEntryReason) void
tick()
Ticks this packet listener on the game engine thread.private void
unloadChunk
(UnloadChunkS2CPacket packet) void
void
updateKeyPair
(PlayerKeyPair keyPair) private void
updateLighting
(int chunkX, int chunkZ, LightingProvider provider, LightType type, BitSet inited, BitSet uninited, Iterator<byte[]> nibbles) private void
warnOnUnknownPayload
(CustomPayload payload) Methods inherited from class net.minecraft.client.network.ClientCommonNetworkHandler
accepts, addCustomCrashReportInfo, createDisconnectedScreen, getBrand, getPrompt, onCookieRequest, onCustomPayload, onDisconnect, onDisconnected, onKeepAlive, onPacketException, onPing, onResourcePackRemove, onResourcePackSend, onServerTransfer, onStoreCookie, sendPacket, sendQueuedPackets
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.listener.ClientCommonPacketListener
onCustomPayload, onDisconnect, onKeepAlive, onPing, onResourcePackRemove, onResourcePackSend, onServerTransfer, onStoreCookie
Methods inherited from interface net.minecraft.network.listener.ClientCookieRequestPacketListener
onCookieRequest
Methods inherited from interface net.minecraft.network.listener.ClientPacketListener
getSide
Methods inherited from interface net.minecraft.network.listener.ClientPlayPacketListener
getPhase
Methods inherited from interface net.minecraft.network.listener.PacketListener
accepts, addCustomCrashReportInfo, fillCrashReport, onDisconnected, onPacketException
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGER
Lnet/minecraft/client/network/ClientPlayNetworkHandler;LOGGER:Lorg/slf4j/Logger;
intermediary field_3695
Lnet/minecraft/class_634;field_3695:Lorg/slf4j/Logger;
official j
Lfxy;j:Lorg/slf4j/Logger;
-
UNSECURE_SERVER_TOAST_TITLE
- Mappings:
Namespace Name Mixin selector named UNSECURE_SERVER_TOAST_TITLE
Lnet/minecraft/client/network/ClientPlayNetworkHandler;UNSECURE_SERVER_TOAST_TITLE:Lnet/minecraft/text/Text;
intermediary field_39916
Lnet/minecraft/class_634;field_39916:Lnet/minecraft/class_2561;
official k
Lfxy;k:Lxp;
-
UNSECURE_SERVER_TOAST_TEXT
- Mappings:
Namespace Name Mixin selector named UNSECURE_SERVER_TOAST_TEXT
Lnet/minecraft/client/network/ClientPlayNetworkHandler;UNSECURE_SERVER_TOAST_TEXT:Lnet/minecraft/text/Text;
intermediary field_39917
Lnet/minecraft/class_634;field_39917:Lnet/minecraft/class_2561;
official l
Lfxy;l:Lxp;
-
INVALID_PACKET_TEXT
- Mappings:
Namespace Name Mixin selector named INVALID_PACKET_TEXT
Lnet/minecraft/client/network/ClientPlayNetworkHandler;INVALID_PACKET_TEXT:Lnet/minecraft/text/Text;
intermediary field_40485
Lnet/minecraft/class_634;field_40485:Lnet/minecraft/class_2561;
official m
Lfxy;m:Lxp;
-
CHAT_VALIDATION_FAILED_TEXT
- Mappings:
Namespace Name Mixin selector named CHAT_VALIDATION_FAILED_TEXT
Lnet/minecraft/client/network/ClientPlayNetworkHandler;CHAT_VALIDATION_FAILED_TEXT:Lnet/minecraft/text/Text;
intermediary field_40486
Lnet/minecraft/class_634;field_40486:Lnet/minecraft/class_2561;
official n
Lfxy;n:Lxp;
-
RECONFIGURING_TEXT
- Mappings:
Namespace Name Mixin selector named RECONFIGURING_TEXT
Lnet/minecraft/client/network/ClientPlayNetworkHandler;RECONFIGURING_TEXT:Lnet/minecraft/text/Text;
intermediary field_45603
Lnet/minecraft/class_634;field_45603:Lnet/minecraft/class_2561;
official o
Lfxy;o:Lxp;
-
ACKNOWLEDGMENT_BATCH_SIZE
private static final int ACKNOWLEDGMENT_BATCH_SIZE- See Also:
- Mappings:
Namespace Name Mixin selector named ACKNOWLEDGMENT_BATCH_SIZE
Lnet/minecraft/client/network/ClientPlayNetworkHandler;ACKNOWLEDGMENT_BATCH_SIZE:I
intermediary field_40487
Lnet/minecraft/class_634;field_40487:I
official p
Lfxy;p:I
-
profile
private final com.mojang.authlib.GameProfile profile- Mappings:
Namespace Name Mixin selector named profile
Lnet/minecraft/client/network/ClientPlayNetworkHandler;profile:Lcom/mojang/authlib/GameProfile;
intermediary field_3697
Lnet/minecraft/class_634;field_3697:Lcom/mojang/authlib/GameProfile;
official q
Lfxy;q:Lcom/mojang/authlib/GameProfile;
-
world
- Mappings:
Namespace Name Mixin selector named world
Lnet/minecraft/client/network/ClientPlayNetworkHandler;world:Lnet/minecraft/client/world/ClientWorld;
intermediary field_3699
Lnet/minecraft/class_634;field_3699:Lnet/minecraft/class_638;
official r
Lfxy;r:Lfxx;
-
worldProperties
- Mappings:
Namespace Name Mixin selector named worldProperties
Lnet/minecraft/client/network/ClientPlayNetworkHandler;worldProperties:Lnet/minecraft/client/world/ClientWorld$Properties;
intermediary field_24321
Lnet/minecraft/class_634;field_24321:Lnet/minecraft/class_638$class_5271;
official s
Lfxy;s:Lfxx$a;
-
playerListEntries
- Mappings:
Namespace Name Mixin selector named playerListEntries
Lnet/minecraft/client/network/ClientPlayNetworkHandler;playerListEntries:Ljava/util/Map;
intermediary field_3693
Lnet/minecraft/class_634;field_3693:Ljava/util/Map;
official t
Lfxy;t:Ljava/util/Map;
-
listedPlayerListEntries
- Mappings:
Namespace Name Mixin selector named listedPlayerListEntries
Lnet/minecraft/client/network/ClientPlayNetworkHandler;listedPlayerListEntries:Ljava/util/Set;
intermediary field_40489
Lnet/minecraft/class_634;field_40489:Ljava/util/Set;
official u
Lfxy;u:Ljava/util/Set;
-
advancementHandler
- Mappings:
Namespace Name Mixin selector named advancementHandler
Lnet/minecraft/client/network/ClientPlayNetworkHandler;advancementHandler:Lnet/minecraft/client/network/ClientAdvancementManager;
intermediary field_3700
Lnet/minecraft/class_634;field_3700:Lnet/minecraft/class_632;
official v
Lfxy;v:Lfxs;
-
commandSource
- Mappings:
Namespace Name Mixin selector named commandSource
Lnet/minecraft/client/network/ClientPlayNetworkHandler;commandSource:Lnet/minecraft/client/network/ClientCommandSource;
intermediary field_3691
Lnet/minecraft/class_634;field_3691:Lnet/minecraft/class_637;
official w
Lfxy;w:Lfya;
-
dataQueryHandler
- Mappings:
Namespace Name Mixin selector named dataQueryHandler
Lnet/minecraft/client/network/ClientPlayNetworkHandler;dataQueryHandler:Lnet/minecraft/client/network/DataQueryHandler;
intermediary field_3692
Lnet/minecraft/class_634;field_3692:Lnet/minecraft/class_300;
official x
Lfxy;x:Lfey;
-
chunkLoadDistance
private int chunkLoadDistance- Mappings:
Namespace Name Mixin selector named chunkLoadDistance
Lnet/minecraft/client/network/ClientPlayNetworkHandler;chunkLoadDistance:I
intermediary field_19144
Lnet/minecraft/class_634;field_19144:I
official y
Lfxy;y:I
-
simulationDistance
private int simulationDistance- Mappings:
Namespace Name Mixin selector named simulationDistance
Lnet/minecraft/client/network/ClientPlayNetworkHandler;simulationDistance:I
intermediary field_35164
Lnet/minecraft/class_634;field_35164:I
official z
Lfxy;z:I
-
random
- Mappings:
Namespace Name Mixin selector named random
Lnet/minecraft/client/network/ClientPlayNetworkHandler;random:Lnet/minecraft/util/math/random/Random;
intermediary field_3687
Lnet/minecraft/class_634;field_3687:Lnet/minecraft/class_5819;
official A
Lfxy;A:Lazh;
-
commandDispatcher
- Mappings:
Namespace Name Mixin selector named commandDispatcher
Lnet/minecraft/client/network/ClientPlayNetworkHandler;commandDispatcher:Lcom/mojang/brigadier/CommandDispatcher;
intermediary field_3696
Lnet/minecraft/class_634;field_3696:Lcom/mojang/brigadier/CommandDispatcher;
official B
Lfxy;B:Lcom/mojang/brigadier/CommandDispatcher;
-
recipeManager
- Mappings:
Namespace Name Mixin selector named recipeManager
Lnet/minecraft/client/network/ClientPlayNetworkHandler;recipeManager:Lnet/minecraft/recipe/RecipeManager;
intermediary field_3688
Lnet/minecraft/class_634;field_3688:Lnet/minecraft/class_1863;
official C
Lfxy;C:Lcza;
-
sessionId
- Mappings:
Namespace Name Mixin selector named sessionId
Lnet/minecraft/client/network/ClientPlayNetworkHandler;sessionId:Ljava/util/UUID;
intermediary field_16771
Lnet/minecraft/class_634;field_16771:Ljava/util/UUID;
official D
Lfxy;D:Ljava/util/UUID;
-
worldKeys
- Mappings:
Namespace Name Mixin selector named worldKeys
Lnet/minecraft/client/network/ClientPlayNetworkHandler;worldKeys:Ljava/util/Set;
intermediary field_25273
Lnet/minecraft/class_634;field_25273:Ljava/util/Set;
official E
Lfxy;E:Ljava/util/Set;
-
combinedDynamicRegistries
- Mappings:
Namespace Name Mixin selector named combinedDynamicRegistries
Lnet/minecraft/client/network/ClientPlayNetworkHandler;combinedDynamicRegistries:Lnet/minecraft/registry/DynamicRegistryManager$Immutable;
intermediary field_25063
Lnet/minecraft/class_634;field_25063:Lnet/minecraft/class_5455$class_6890;
official F
Lfxy;F:Ljw$b;
-
enabledFeatures
- Mappings:
Namespace Name Mixin selector named enabledFeatures
Lnet/minecraft/client/network/ClientPlayNetworkHandler;enabledFeatures:Lnet/minecraft/resource/featuretoggle/FeatureSet;
intermediary field_45600
Lnet/minecraft/class_634;field_45600:Lnet/minecraft/class_7699;
official G
Lfxy;G:Lcpn;
-
brewingRecipeRegistry
- Mappings:
Namespace Name Mixin selector named brewingRecipeRegistry
Lnet/minecraft/client/network/ClientPlayNetworkHandler;brewingRecipeRegistry:Lnet/minecraft/recipe/BrewingRecipeRegistry;
intermediary field_51439
Lnet/minecraft/class_634;field_51439:Lnet/minecraft/class_1845;
official H
Lfxy;H:Lcwr;
-
session
- Mappings:
Namespace Name Mixin selector named session
Lnet/minecraft/client/network/ClientPlayNetworkHandler;session:Lnet/minecraft/network/encryption/ClientPlayerSession;
intermediary field_40799
Lnet/minecraft/class_634;field_40799:Lnet/minecraft/class_7818;
official I
Lfxy;I:Lya;
-
messagePacker
- Mappings:
Namespace Name Mixin selector named messagePacker
Lnet/minecraft/client/network/ClientPlayNetworkHandler;messagePacker:Lnet/minecraft/network/message/MessageChain$Packer;
intermediary field_39808
Lnet/minecraft/class_634;field_39808:Lnet/minecraft/class_7610$class_7612;
official J
Lfxy;J:Lyj$c;
-
lastSeenMessagesCollector
- Mappings:
Namespace Name Mixin selector named lastSeenMessagesCollector
Lnet/minecraft/client/network/ClientPlayNetworkHandler;lastSeenMessagesCollector:Lnet/minecraft/network/message/LastSeenMessagesCollector;
intermediary field_39858
Lnet/minecraft/class_634;field_39858:Lnet/minecraft/class_7637;
official K
Lfxy;K:Lxx;
-
signatureStorage
- Mappings:
Namespace Name Mixin selector named signatureStorage
Lnet/minecraft/client/network/ClientPlayNetworkHandler;signatureStorage:Lnet/minecraft/network/message/MessageSignatureStorage;
intermediary field_40483
Lnet/minecraft/class_634;field_40483:Lnet/minecraft/class_7561;
official L
Lfxy;L:Lyc;
-
chunkBatchSizeCalculator
- Mappings:
Namespace Name Mixin selector named chunkBatchSizeCalculator
Lnet/minecraft/client/network/ClientPlayNetworkHandler;chunkBatchSizeCalculator:Lnet/minecraft/client/network/ChunkBatchSizeCalculator;
intermediary field_45945
Lnet/minecraft/class_634;field_45945:Lnet/minecraft/class_8760;
official M
Lfxy;M:Lfxr;
-
pingMeasurer
- Mappings:
Namespace Name Mixin selector named pingMeasurer
Lnet/minecraft/client/network/ClientPlayNetworkHandler;pingMeasurer:Lnet/minecraft/client/network/PingMeasurer;
intermediary field_45946
Lnet/minecraft/class_634;field_45946:Lnet/minecraft/class_8761;
official N
Lfxy;N:Lfyh;
-
debugSampleSubscriber
- Mappings:
Namespace Name Mixin selector named debugSampleSubscriber
Lnet/minecraft/client/network/ClientPlayNetworkHandler;debugSampleSubscriber:Lnet/minecraft/client/network/DebugSampleSubscriber;
intermediary field_48933
Lnet/minecraft/class_634;field_48933:Lnet/minecraft/class_9211;
official O
Lfxy;O:Lfyc;
-
worldLoadingState
- Mappings:
Namespace Name Mixin selector named worldLoadingState
Lnet/minecraft/client/network/ClientPlayNetworkHandler;worldLoadingState:Lnet/minecraft/client/network/WorldLoadingState;
intermediary field_46578
Lnet/minecraft/class_634;field_46578:Lnet/minecraft/class_8819;
official P
Lfxy;P:Lfyf;
-
secureChatEnforced
private boolean secureChatEnforced- Mappings:
Namespace Name Mixin selector named secureChatEnforced
Lnet/minecraft/client/network/ClientPlayNetworkHandler;secureChatEnforced:Z
intermediary field_48403
Lnet/minecraft/class_634;field_48403:Z
official Q
Lfxy;Q:Z
-
displayedUnsecureChatWarning
private boolean displayedUnsecureChatWarning- Mappings:
Namespace Name Mixin selector named displayedUnsecureChatWarning
Lnet/minecraft/client/network/ClientPlayNetworkHandler;displayedUnsecureChatWarning:Z
intermediary field_45947
Lnet/minecraft/class_634;field_45947:Z
official R
Lfxy;R:Z
-
worldCleared
private volatile boolean worldCleared- Mappings:
Namespace Name Mixin selector named worldCleared
Lnet/minecraft/client/network/ClientPlayNetworkHandler;worldCleared:Z
intermediary field_46187
Lnet/minecraft/class_634;field_46187:Z
official S
Lfxy;S:Z
-
scoreboard
- Mappings:
Namespace Name Mixin selector named scoreboard
Lnet/minecraft/client/network/ClientPlayNetworkHandler;scoreboard:Lnet/minecraft/scoreboard/Scoreboard;
intermediary field_47878
Lnet/minecraft/class_634;field_47878:Lnet/minecraft/class_269;
official T
Lfxy;T:Lewx;
-
-
Constructor Details
-
ClientPlayNetworkHandler
public ClientPlayNetworkHandler(MinecraftClient client, ClientConnection clientConnection, ClientConnectionState clientConnectionState) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/network/ClientPlayNetworkHandler;<init>(Lnet/minecraft/client/MinecraftClient;Lnet/minecraft/network/ClientConnection;Lnet/minecraft/client/network/ClientConnectionState;)V
intermediary <init>
Lnet/minecraft/class_634;<init>(Lnet/minecraft/class_310;Lnet/minecraft/class_2535;Lnet/minecraft/class_8675;)V
official <init>
Lfxy;<init>(Lffh;Lwk;Lfyb;)V
-
-
Method Details
-
getCommandSource
- Mappings:
Namespace Name Mixin selector named getCommandSource
Lnet/minecraft/client/network/ClientPlayNetworkHandler;getCommandSource()Lnet/minecraft/client/network/ClientCommandSource;
intermediary method_2875
Lnet/minecraft/class_634;method_2875()Lnet/minecraft/class_637;
official g
Lfxy;g()Lfya;
-
unloadWorld
public void unloadWorld()- Mappings:
Namespace Name Mixin selector named unloadWorld
Lnet/minecraft/client/network/ClientPlayNetworkHandler;unloadWorld()V
intermediary method_47658
Lnet/minecraft/class_634;method_47658()V
official h
Lfxy;h()V
-
clearWorld
public void clearWorld()- Mappings:
Namespace Name Mixin selector named clearWorld
Lnet/minecraft/client/network/ClientPlayNetworkHandler;clearWorld()V
intermediary method_54134
Lnet/minecraft/class_634;method_54134()V
official i
Lfxy;i()V
-
getRecipeManager
- Mappings:
Namespace Name Mixin selector named getRecipeManager
Lnet/minecraft/client/network/ClientPlayNetworkHandler;getRecipeManager()Lnet/minecraft/recipe/RecipeManager;
intermediary method_2877
Lnet/minecraft/class_634;method_2877()Lnet/minecraft/class_1863;
official j
Lfxy;j()Lcza;
-
onGameJoin
- Specified by:
onGameJoin
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onGameJoin
Lnet/minecraft/network/listener/ClientPlayPacketListener;onGameJoin(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;)V
intermediary method_11120
Lnet/minecraft/class_2602;method_11120(Lnet/minecraft/class_2678;)V
official a
Laci;a(Ladz;)V
-
onEntitySpawn
Handles the spawning of non-living entities.- Specified by:
onEntitySpawn
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onEntitySpawn
Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntitySpawn(Lnet/minecraft/network/packet/s2c/play/EntitySpawnS2CPacket;)V
intermediary method_11112
Lnet/minecraft/class_2602;method_11112(Lnet/minecraft/class_2604;)V
official a
Laci;a(Lacj;)V
-
createEntity
- Mappings:
Namespace Name Mixin selector named createEntity
Lnet/minecraft/client/network/ClientPlayNetworkHandler;createEntity(Lnet/minecraft/network/packet/s2c/play/EntitySpawnS2CPacket;)Lnet/minecraft/entity/Entity;
intermediary method_53876
Lnet/minecraft/class_634;method_53876(Lnet/minecraft/class_2604;)Lnet/minecraft/class_1297;
official b
Lfxy;b(Lacj;)Lbsw;
-
playSpawnSound
- Mappings:
Namespace Name Mixin selector named playSpawnSound
Lnet/minecraft/client/network/ClientPlayNetworkHandler;playSpawnSound(Lnet/minecraft/entity/Entity;)V
intermediary method_43209
Lnet/minecraft/class_634;method_43209(Lnet/minecraft/class_1297;)V
official a
Lfxy;a(Lbsw;)V
-
onExperienceOrbSpawn
- Specified by:
onExperienceOrbSpawn
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onExperienceOrbSpawn
Lnet/minecraft/network/listener/ClientPlayPacketListener;onExperienceOrbSpawn(Lnet/minecraft/network/packet/s2c/play/ExperienceOrbSpawnS2CPacket;)V
intermediary method_11091
Lnet/minecraft/class_2602;method_11091(Lnet/minecraft/class_2606;)V
official a
Laci;a(Lack;)V
-
onEntityVelocityUpdate
- Specified by:
onEntityVelocityUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onEntityVelocityUpdate
Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntityVelocityUpdate(Lnet/minecraft/network/packet/s2c/play/EntityVelocityUpdateS2CPacket;)V
intermediary method_11132
Lnet/minecraft/class_2602;method_11132(Lnet/minecraft/class_2743;)V
official a
Laci;a(Lafp;)V
-
onEntityTrackerUpdate
- Specified by:
onEntityTrackerUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onEntityTrackerUpdate
Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntityTrackerUpdate(Lnet/minecraft/network/packet/s2c/play/EntityTrackerUpdateS2CPacket;)V
intermediary method_11093
Lnet/minecraft/class_2602;method_11093(Lnet/minecraft/class_2739;)V
official a
Laci;a(Lafn;)V
-
onEntityPosition
- Specified by:
onEntityPosition
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onEntityPosition
Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntityPosition(Lnet/minecraft/network/packet/s2c/play/EntityPositionS2CPacket;)V
intermediary method_11086
Lnet/minecraft/class_2602;method_11086(Lnet/minecraft/class_2777;)V
official a
Laci;a(Lagk;)V
-
onUpdateTickRate
- Specified by:
onUpdateTickRate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onUpdateTickRate
Lnet/minecraft/network/listener/ClientPlayPacketListener;onUpdateTickRate(Lnet/minecraft/network/packet/s2c/play/UpdateTickRateS2CPacket;)V
intermediary method_54806
Lnet/minecraft/class_2602;method_54806(Lnet/minecraft/class_8913;)V
official a
Laci;a(Lagl;)V
-
onTickStep
- Specified by:
onTickStep
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onTickStep
Lnet/minecraft/network/listener/ClientPlayPacketListener;onTickStep(Lnet/minecraft/network/packet/s2c/play/TickStepS2CPacket;)V
intermediary method_54807
Lnet/minecraft/class_2602;method_54807(Lnet/minecraft/class_8914;)V
official a
Laci;a(Lagm;)V
-
onUpdateSelectedSlot
- Specified by:
onUpdateSelectedSlot
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onUpdateSelectedSlot
Lnet/minecraft/network/listener/ClientPlayPacketListener;onUpdateSelectedSlot(Lnet/minecraft/network/packet/s2c/play/UpdateSelectedSlotS2CPacket;)V
intermediary method_11135
Lnet/minecraft/class_2602;method_11135(Lnet/minecraft/class_2735;)V
official a
Laci;a(Lafi;)V
-
onEntity
- Specified by:
onEntity
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onEntity
Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntity(Lnet/minecraft/network/packet/s2c/play/EntityS2CPacket;)V
intermediary method_11155
Lnet/minecraft/class_2602;method_11155(Lnet/minecraft/class_2684;)V
official a
Laci;a(Laec;)V
-
onEntitySetHeadYaw
- Specified by:
onEntitySetHeadYaw
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onEntitySetHeadYaw
Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntitySetHeadYaw(Lnet/minecraft/network/packet/s2c/play/EntitySetHeadYawS2CPacket;)V
intermediary method_11139
Lnet/minecraft/class_2602;method_11139(Lnet/minecraft/class_2726;)V
official a
Laci;a(Laex;)V
-
onEntitiesDestroy
- Specified by:
onEntitiesDestroy
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onEntitiesDestroy
Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntitiesDestroy(Lnet/minecraft/network/packet/s2c/play/EntitiesDestroyS2CPacket;)V
intermediary method_11095
Lnet/minecraft/class_2602;method_11095(Lnet/minecraft/class_2716;)V
official a
Laci;a(Laet;)V
-
onPlayerPositionLook
- Specified by:
onPlayerPositionLook
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onPlayerPositionLook
Lnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerPositionLook(Lnet/minecraft/network/packet/s2c/play/PlayerPositionLookS2CPacket;)V
intermediary method_11157
Lnet/minecraft/class_2602;method_11157(Lnet/minecraft/class_2708;)V
official a
Laci;a(Laeq;)V
-
onChunkDeltaUpdate
- Specified by:
onChunkDeltaUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onChunkDeltaUpdate
Lnet/minecraft/network/listener/ClientPlayPacketListener;onChunkDeltaUpdate(Lnet/minecraft/network/packet/s2c/play/ChunkDeltaUpdateS2CPacket;)V
intermediary method_11100
Lnet/minecraft/class_2602;method_11100(Lnet/minecraft/class_2637;)V
official a
Laci;a(Laey;)V
-
onChunkData
- Specified by:
onChunkData
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onChunkData
Lnet/minecraft/network/listener/ClientPlayPacketListener;onChunkData(Lnet/minecraft/network/packet/s2c/play/ChunkDataS2CPacket;)V
intermediary method_11128
Lnet/minecraft/class_2602;method_11128(Lnet/minecraft/class_2672;)V
official a
Laci;a(Ladu;)V
-
onChunkBiomeData
- Specified by:
onChunkBiomeData
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onChunkBiomeData
Lnet/minecraft/network/listener/ClientPlayPacketListener;onChunkBiomeData(Lnet/minecraft/network/packet/s2c/play/ChunkBiomeDataS2CPacket;)V
intermediary method_49631
Lnet/minecraft/class_2602;method_49631(Lnet/minecraft/class_8212;)V
official a
Laci;a(Lacy;)V
-
loadChunk
- Mappings:
Namespace Name Mixin selector named loadChunk
Lnet/minecraft/client/network/ClientPlayNetworkHandler;loadChunk(IILnet/minecraft/network/packet/s2c/play/ChunkData;)V
intermediary method_38539
Lnet/minecraft/class_634;method_38539(IILnet/minecraft/class_6603;)V
official a
Lfxy;a(IILadt;)V
-
scheduleRenderChunk
- Mappings:
Namespace Name Mixin selector named scheduleRenderChunk
Lnet/minecraft/client/network/ClientPlayNetworkHandler;scheduleRenderChunk(Lnet/minecraft/world/chunk/WorldChunk;II)V
intermediary method_38541
Lnet/minecraft/class_634;method_38541(Lnet/minecraft/class_2818;II)V
official a
Lfxy;a(Lduk;II)V
-
onUnloadChunk
- Specified by:
onUnloadChunk
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onUnloadChunk
Lnet/minecraft/network/listener/ClientPlayPacketListener;onUnloadChunk(Lnet/minecraft/network/packet/s2c/play/UnloadChunkS2CPacket;)V
intermediary method_11107
Lnet/minecraft/class_2602;method_11107(Lnet/minecraft/class_2666;)V
official a
Laci;a(Lado;)V
-
unloadChunk
- Mappings:
Namespace Name Mixin selector named unloadChunk
Lnet/minecraft/client/network/ClientPlayNetworkHandler;unloadChunk(Lnet/minecraft/network/packet/s2c/play/UnloadChunkS2CPacket;)V
intermediary method_51684
Lnet/minecraft/class_634;method_51684(Lnet/minecraft/class_2666;)V
official b
Lfxy;b(Lado;)V
-
onBlockUpdate
- Specified by:
onBlockUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onBlockUpdate
Lnet/minecraft/network/listener/ClientPlayPacketListener;onBlockUpdate(Lnet/minecraft/network/packet/s2c/play/BlockUpdateS2CPacket;)V
intermediary method_11136
Lnet/minecraft/class_2602;method_11136(Lnet/minecraft/class_2626;)V
official a
Laci;a(Lacr;)V
-
onEnterReconfiguration
- Specified by:
onEnterReconfiguration
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onEnterReconfiguration
Lnet/minecraft/network/listener/ClientPlayPacketListener;onEnterReconfiguration(Lnet/minecraft/network/packet/s2c/play/EnterReconfigurationS2CPacket;)V
intermediary method_52798
Lnet/minecraft/class_2602;method_52798(Lnet/minecraft/class_8588;)V
official a
Laci;a(Lage;)V
-
onItemPickupAnimation
- Specified by:
onItemPickupAnimation
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onItemPickupAnimation
Lnet/minecraft/network/listener/ClientPlayPacketListener;onItemPickupAnimation(Lnet/minecraft/network/packet/s2c/play/ItemPickupAnimationS2CPacket;)V
intermediary method_11150
Lnet/minecraft/class_2602;method_11150(Lnet/minecraft/class_2775;)V
official a
Laci;a(Lagj;)V
-
onGameMessage
- Specified by:
onGameMessage
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onGameMessage
Lnet/minecraft/network/listener/ClientPlayPacketListener;onGameMessage(Lnet/minecraft/network/packet/s2c/play/GameMessageS2CPacket;)V
intermediary method_43596
Lnet/minecraft/class_2602;method_43596(Lnet/minecraft/class_7439;)V
official a
Laci;a(Lagg;)V
-
onChatMessage
- Specified by:
onChatMessage
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onChatMessage
Lnet/minecraft/network/listener/ClientPlayPacketListener;onChatMessage(Lnet/minecraft/network/packet/s2c/play/ChatMessageS2CPacket;)V
intermediary method_43595
Lnet/minecraft/class_2602;method_43595(Lnet/minecraft/class_7438;)V
official a
Laci;a(Laej;)V
-
onProfilelessChatMessage
- Specified by:
onProfilelessChatMessage
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onProfilelessChatMessage
Lnet/minecraft/network/listener/ClientPlayPacketListener;onProfilelessChatMessage(Lnet/minecraft/network/packet/s2c/play/ProfilelessChatMessageS2CPacket;)V
intermediary method_45724
Lnet/minecraft/class_2602;method_45724(Lnet/minecraft/class_7827;)V
official a
Laci;a(Ladl;)V
-
onRemoveMessage
- Specified by:
onRemoveMessage
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onRemoveMessage
Lnet/minecraft/network/listener/ClientPlayPacketListener;onRemoveMessage(Lnet/minecraft/network/packet/s2c/play/RemoveMessageS2CPacket;)V
intermediary method_44814
Lnet/minecraft/class_2602;method_44814(Lnet/minecraft/class_7617;)V
official a
Laci;a(Ladk;)V
-
onEntityAnimation
- Specified by:
onEntityAnimation
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onEntityAnimation
Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntityAnimation(Lnet/minecraft/network/packet/s2c/play/EntityAnimationS2CPacket;)V
intermediary method_11160
Lnet/minecraft/class_2602;method_11160(Lnet/minecraft/class_2616;)V
official a
Laci;a(Lacl;)V
-
onDamageTilt
- Specified by:
onDamageTilt
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onDamageTilt
Lnet/minecraft/network/listener/ClientPlayPacketListener;onDamageTilt(Lnet/minecraft/network/packet/s2c/play/DamageTiltS2CPacket;)V
intermediary method_48295
Lnet/minecraft/class_2602;method_48295(Lnet/minecraft/class_8043;)V
official a
Laci;a(Ladr;)V
-
onWorldTimeUpdate
- Specified by:
onWorldTimeUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onWorldTimeUpdate
Lnet/minecraft/network/listener/ClientPlayPacketListener;onWorldTimeUpdate(Lnet/minecraft/network/packet/s2c/play/WorldTimeUpdateS2CPacket;)V
intermediary method_11079
Lnet/minecraft/class_2602;method_11079(Lnet/minecraft/class_2761;)V
official a
Laci;a(Lafz;)V
-
onPlayerSpawnPosition
- Specified by:
onPlayerSpawnPosition
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onPlayerSpawnPosition
Lnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerSpawnPosition(Lnet/minecraft/network/packet/s2c/play/PlayerSpawnPositionS2CPacket;)V
intermediary method_11142
Lnet/minecraft/class_2602;method_11142(Lnet/minecraft/class_2759;)V
official a
Laci;a(Lafl;)V
-
onEntityPassengersSet
- Specified by:
onEntityPassengersSet
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onEntityPassengersSet
Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntityPassengersSet(Lnet/minecraft/network/packet/s2c/play/EntityPassengersSetS2CPacket;)V
intermediary method_11080
Lnet/minecraft/class_2602;method_11080(Lnet/minecraft/class_2752;)V
official a
Laci;a(Lafu;)V
-
onEntityAttach
- Specified by:
onEntityAttach
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onEntityAttach
Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntityAttach(Lnet/minecraft/network/packet/s2c/play/EntityAttachS2CPacket;)V
intermediary method_11110
Lnet/minecraft/class_2602;method_11110(Lnet/minecraft/class_2740;)V
official a
Laci;a(Lafo;)V
-
getActiveTotemOfUndying
- Mappings:
Namespace Name Mixin selector named getActiveTotemOfUndying
Lnet/minecraft/client/network/ClientPlayNetworkHandler;getActiveTotemOfUndying(Lnet/minecraft/entity/player/PlayerEntity;)Lnet/minecraft/item/ItemStack;
intermediary method_19691
Lnet/minecraft/class_634;method_19691(Lnet/minecraft/class_1657;)Lnet/minecraft/class_1799;
official a
Lfxy;a(Lcmz;)Lcur;
-
onEntityStatus
- Specified by:
onEntityStatus
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onEntityStatus
Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntityStatus(Lnet/minecraft/network/packet/s2c/play/EntityStatusS2CPacket;)V
intermediary method_11148
Lnet/minecraft/class_2602;method_11148(Lnet/minecraft/class_2663;)V
official a
Laci;a(Ladm;)V
-
onEntityDamage
- Specified by:
onEntityDamage
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onEntityDamage
Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntityDamage(Lnet/minecraft/network/packet/s2c/play/EntityDamageS2CPacket;)V
intermediary method_49034
Lnet/minecraft/class_2602;method_49034(Lnet/minecraft/class_8143;)V
official a
Laci;a(Ladi;)V
-
onHealthUpdate
- Specified by:
onHealthUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onHealthUpdate
Lnet/minecraft/network/listener/ClientPlayPacketListener;onHealthUpdate(Lnet/minecraft/network/packet/s2c/play/HealthUpdateS2CPacket;)V
intermediary method_11122
Lnet/minecraft/class_2602;method_11122(Lnet/minecraft/class_2749;)V
official a
Laci;a(Lafs;)V
-
onExperienceBarUpdate
- Specified by:
onExperienceBarUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onExperienceBarUpdate
Lnet/minecraft/network/listener/ClientPlayPacketListener;onExperienceBarUpdate(Lnet/minecraft/network/packet/s2c/play/ExperienceBarUpdateS2CPacket;)V
intermediary method_11101
Lnet/minecraft/class_2602;method_11101(Lnet/minecraft/class_2748;)V
official a
Laci;a(Lafr;)V
-
onPlayerRespawn
- Specified by:
onPlayerRespawn
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onPlayerRespawn
Lnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerRespawn(Lnet/minecraft/network/packet/s2c/play/PlayerRespawnS2CPacket;)V
intermediary method_11117
Lnet/minecraft/class_2602;method_11117(Lnet/minecraft/class_2724;)V
official a
Laci;a(Laew;)V
-
getWorldEntryReason
private DownloadingTerrainScreen.WorldEntryReason getWorldEntryReason(boolean dead, RegistryKey<World> from, RegistryKey<World> to) - Mappings:
Namespace Name Mixin selector named getWorldEntryReason
Lnet/minecraft/client/network/ClientPlayNetworkHandler;getWorldEntryReason(ZLnet/minecraft/registry/RegistryKey;Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen$WorldEntryReason;
intermediary method_59842
Lnet/minecraft/class_634;method_59842(ZLnet/minecraft/class_5321;Lnet/minecraft/class_5321;)Lnet/minecraft/class_434$class_9678;
official a
Lfxy;a(ZLale;Lale;)Lfnd$a;
-
onExplosion
- Specified by:
onExplosion
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onExplosion
Lnet/minecraft/network/listener/ClientPlayPacketListener;onExplosion(Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;)V
intermediary method_11124
Lnet/minecraft/class_2602;method_11124(Lnet/minecraft/class_2664;)V
official a
Laci;a(Ladn;)V
-
onOpenHorseScreen
- Specified by:
onOpenHorseScreen
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onOpenHorseScreen
Lnet/minecraft/network/listener/ClientPlayPacketListener;onOpenHorseScreen(Lnet/minecraft/network/packet/s2c/play/OpenHorseScreenS2CPacket;)V
intermediary method_11089
Lnet/minecraft/class_2602;method_11089(Lnet/minecraft/class_2648;)V
official a
Laci;a(Ladq;)V
-
onOpenScreen
- Specified by:
onOpenScreen
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onOpenScreen
Lnet/minecraft/network/listener/ClientPlayPacketListener;onOpenScreen(Lnet/minecraft/network/packet/s2c/play/OpenScreenS2CPacket;)V
intermediary method_17587
Lnet/minecraft/class_2602;method_17587(Lnet/minecraft/class_3944;)V
official a
Laci;a(Laef;)V
-
onScreenHandlerSlotUpdate
- Specified by:
onScreenHandlerSlotUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onScreenHandlerSlotUpdate
Lnet/minecraft/network/listener/ClientPlayPacketListener;onScreenHandlerSlotUpdate(Lnet/minecraft/network/packet/s2c/play/ScreenHandlerSlotUpdateS2CPacket;)V
intermediary method_11109
Lnet/minecraft/class_2602;method_11109(Lnet/minecraft/class_2653;)V
official a
Laci;a(Ladf;)V
-
onInventory
- Specified by:
onInventory
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onInventory
Lnet/minecraft/network/listener/ClientPlayPacketListener;onInventory(Lnet/minecraft/network/packet/s2c/play/InventoryS2CPacket;)V
intermediary method_11153
Lnet/minecraft/class_2602;method_11153(Lnet/minecraft/class_2649;)V
official a
Laci;a(Ladd;)V
-
onSignEditorOpen
- Specified by:
onSignEditorOpen
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onSignEditorOpen
Lnet/minecraft/network/listener/ClientPlayPacketListener;onSignEditorOpen(Lnet/minecraft/network/packet/s2c/play/SignEditorOpenS2CPacket;)V
intermediary method_11108
Lnet/minecraft/class_2602;method_11108(Lnet/minecraft/class_2693;)V
official a
Laci;a(Laeg;)V
-
onBlockEntityUpdate
- Specified by:
onBlockEntityUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onBlockEntityUpdate
Lnet/minecraft/network/listener/ClientPlayPacketListener;onBlockEntityUpdate(Lnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;)V
intermediary method_11094
Lnet/minecraft/class_2602;method_11094(Lnet/minecraft/class_2622;)V
official a
Laci;a(Lacp;)V
-
onScreenHandlerPropertyUpdate
- Specified by:
onScreenHandlerPropertyUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onScreenHandlerPropertyUpdate
Lnet/minecraft/network/listener/ClientPlayPacketListener;onScreenHandlerPropertyUpdate(Lnet/minecraft/network/packet/s2c/play/ScreenHandlerPropertyUpdateS2CPacket;)V
intermediary method_11131
Lnet/minecraft/class_2602;method_11131(Lnet/minecraft/class_2651;)V
official a
Laci;a(Lade;)V
-
onEntityEquipmentUpdate
- Specified by:
onEntityEquipmentUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onEntityEquipmentUpdate
Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntityEquipmentUpdate(Lnet/minecraft/network/packet/s2c/play/EntityEquipmentUpdateS2CPacket;)V
intermediary method_11151
Lnet/minecraft/class_2602;method_11151(Lnet/minecraft/class_2744;)V
official a
Laci;a(Lafq;)V
-
onCloseScreen
- Specified by:
onCloseScreen
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onCloseScreen
Lnet/minecraft/network/listener/ClientPlayPacketListener;onCloseScreen(Lnet/minecraft/network/packet/s2c/play/CloseScreenS2CPacket;)V
intermediary method_11102
Lnet/minecraft/class_2602;method_11102(Lnet/minecraft/class_2645;)V
official a
Laci;a(Ladc;)V
-
onBlockEvent
- Specified by:
onBlockEvent
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onBlockEvent
Lnet/minecraft/network/listener/ClientPlayPacketListener;onBlockEvent(Lnet/minecraft/network/packet/s2c/play/BlockEventS2CPacket;)V
intermediary method_11158
Lnet/minecraft/class_2602;method_11158(Lnet/minecraft/class_2623;)V
official a
Laci;a(Lacq;)V
-
onBlockBreakingProgress
- Specified by:
onBlockBreakingProgress
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onBlockBreakingProgress
Lnet/minecraft/network/listener/ClientPlayPacketListener;onBlockBreakingProgress(Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;)V
intermediary method_11116
Lnet/minecraft/class_2602;method_11116(Lnet/minecraft/class_2620;)V
official a
Laci;a(Laco;)V
-
onGameStateChange
- Specified by:
onGameStateChange
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onGameStateChange
Lnet/minecraft/network/listener/ClientPlayPacketListener;onGameStateChange(Lnet/minecraft/network/packet/s2c/play/GameStateChangeS2CPacket;)V
intermediary method_11085
Lnet/minecraft/class_2602;method_11085(Lnet/minecraft/class_2668;)V
official a
Laci;a(Ladp;)V
-
startWorldLoading
private void startWorldLoading(ClientPlayerEntity player, ClientWorld world, DownloadingTerrainScreen.WorldEntryReason worldEntryReason) - Mappings:
Namespace Name Mixin selector named startWorldLoading
Lnet/minecraft/client/network/ClientPlayNetworkHandler;startWorldLoading(Lnet/minecraft/client/network/ClientPlayerEntity;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/client/gui/screen/DownloadingTerrainScreen$WorldEntryReason;)V
intermediary method_54133
Lnet/minecraft/class_634;method_54133(Lnet/minecraft/class_746;Lnet/minecraft/class_638;Lnet/minecraft/class_434$class_9678;)V
official a
Lfxy;a(Lgcs;Lfxx;Lfnd$a;)V
-
onMapUpdate
- Specified by:
onMapUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onMapUpdate
Lnet/minecraft/network/listener/ClientPlayPacketListener;onMapUpdate(Lnet/minecraft/network/packet/s2c/play/MapUpdateS2CPacket;)V
intermediary method_11088
Lnet/minecraft/class_2602;method_11088(Lnet/minecraft/class_2683;)V
official a
Laci;a(Laea;)V
-
onWorldEvent
- Specified by:
onWorldEvent
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onWorldEvent
Lnet/minecraft/network/listener/ClientPlayPacketListener;onWorldEvent(Lnet/minecraft/network/packet/s2c/play/WorldEventS2CPacket;)V
intermediary method_11098
Lnet/minecraft/class_2602;method_11098(Lnet/minecraft/class_2673;)V
official a
Laci;a(Ladv;)V
-
onAdvancements
- Specified by:
onAdvancements
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onAdvancements
Lnet/minecraft/network/listener/ClientPlayPacketListener;onAdvancements(Lnet/minecraft/network/packet/s2c/play/AdvancementUpdateS2CPacket;)V
intermediary method_11130
Lnet/minecraft/class_2602;method_11130(Lnet/minecraft/class_2779;)V
official a
Laci;a(Lagn;)V
-
onSelectAdvancementTab
- Specified by:
onSelectAdvancementTab
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onSelectAdvancementTab
Lnet/minecraft/network/listener/ClientPlayPacketListener;onSelectAdvancementTab(Lnet/minecraft/network/packet/s2c/play/SelectAdvancementTabS2CPacket;)V
intermediary method_11161
Lnet/minecraft/class_2602;method_11161(Lnet/minecraft/class_2729;)V
official a
Laci;a(Laez;)V
-
onCommandTree
- Specified by:
onCommandTree
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onCommandTree
Lnet/minecraft/network/listener/ClientPlayPacketListener;onCommandTree(Lnet/minecraft/network/packet/s2c/play/CommandTreeS2CPacket;)V
intermediary method_11145
Lnet/minecraft/class_2602;method_11145(Lnet/minecraft/class_2641;)V
official a
Laci;a(Ladb;)V
-
onStopSound
- Specified by:
onStopSound
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onStopSound
Lnet/minecraft/network/listener/ClientPlayPacketListener;onStopSound(Lnet/minecraft/network/packet/s2c/play/StopSoundS2CPacket;)V
intermediary method_11082
Lnet/minecraft/class_2602;method_11082(Lnet/minecraft/class_2770;)V
official a
Laci;a(Lagf;)V
-
onCommandSuggestions
- Specified by:
onCommandSuggestions
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onCommandSuggestions
Lnet/minecraft/network/listener/ClientPlayPacketListener;onCommandSuggestions(Lnet/minecraft/network/packet/s2c/play/CommandSuggestionsS2CPacket;)V
intermediary method_11081
Lnet/minecraft/class_2602;method_11081(Lnet/minecraft/class_2639;)V
official a
Laci;a(Lada;)V
-
onSynchronizeRecipes
- Specified by:
onSynchronizeRecipes
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onSynchronizeRecipes
Lnet/minecraft/network/listener/ClientPlayPacketListener;onSynchronizeRecipes(Lnet/minecraft/network/packet/s2c/play/SynchronizeRecipesS2CPacket;)V
intermediary method_11106
Lnet/minecraft/class_2602;method_11106(Lnet/minecraft/class_2788;)V
official a
Laci;a(Lagq;)V
-
onLookAt
- Specified by:
onLookAt
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onLookAt
Lnet/minecraft/network/listener/ClientPlayPacketListener;onLookAt(Lnet/minecraft/network/packet/s2c/play/LookAtS2CPacket;)V
intermediary method_11092
Lnet/minecraft/class_2602;method_11092(Lnet/minecraft/class_2707;)V
official a
Laci;a(Laep;)V
-
onNbtQueryResponse
- Specified by:
onNbtQueryResponse
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onNbtQueryResponse
Lnet/minecraft/network/listener/ClientPlayPacketListener;onNbtQueryResponse(Lnet/minecraft/network/packet/s2c/play/NbtQueryResponseS2CPacket;)V
intermediary method_11127
Lnet/minecraft/class_2602;method_11127(Lnet/minecraft/class_2774;)V
official a
Laci;a(Lagi;)V
-
onStatistics
- Specified by:
onStatistics
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onStatistics
Lnet/minecraft/network/listener/ClientPlayPacketListener;onStatistics(Lnet/minecraft/network/packet/s2c/play/StatisticsS2CPacket;)V
intermediary method_11129
Lnet/minecraft/class_2602;method_11129(Lnet/minecraft/class_2617;)V
official a
Laci;a(Lacm;)V
-
onUnlockRecipes
- Specified by:
onUnlockRecipes
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onUnlockRecipes
Lnet/minecraft/network/listener/ClientPlayPacketListener;onUnlockRecipes(Lnet/minecraft/network/packet/s2c/play/UnlockRecipesS2CPacket;)V
intermediary method_11115
Lnet/minecraft/class_2602;method_11115(Lnet/minecraft/class_2713;)V
official a
Laci;a(Laes;)V
-
onEntityStatusEffect
- Specified by:
onEntityStatusEffect
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onEntityStatusEffect
Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntityStatusEffect(Lnet/minecraft/network/packet/s2c/play/EntityStatusEffectS2CPacket;)V
intermediary method_11084
Lnet/minecraft/class_2602;method_11084(Lnet/minecraft/class_2783;)V
official a
Laci;a(Lagp;)V
-
onSynchronizeTags
- Specified by:
onSynchronizeTags
in interfaceClientCommonPacketListener
- Mappings:
Namespace Name Mixin selector named onSynchronizeTags
Lnet/minecraft/network/listener/ClientCommonPacketListener;onSynchronizeTags(Lnet/minecraft/network/packet/s2c/common/SynchronizeTagsS2CPacket;)V
intermediary method_11126
Lnet/minecraft/class_8705;method_11126(Lnet/minecraft/class_2790;)V
official a
Laac;a(Laal;)V
-
onEndCombat
- Specified by:
onEndCombat
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onEndCombat
Lnet/minecraft/network/listener/ClientPlayPacketListener;onEndCombat(Lnet/minecraft/network/packet/s2c/play/EndCombatS2CPacket;)V
intermediary method_34073
Lnet/minecraft/class_2602;method_34073(Lnet/minecraft/class_5890;)V
official a
Laci;a(Laek;)V
-
onEnterCombat
- Specified by:
onEnterCombat
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onEnterCombat
Lnet/minecraft/network/listener/ClientPlayPacketListener;onEnterCombat(Lnet/minecraft/network/packet/s2c/play/EnterCombatS2CPacket;)V
intermediary method_34074
Lnet/minecraft/class_2602;method_34074(Lnet/minecraft/class_5891;)V
official a
Laci;a(Lael;)V
-
onDeathMessage
- Specified by:
onDeathMessage
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onDeathMessage
Lnet/minecraft/network/listener/ClientPlayPacketListener;onDeathMessage(Lnet/minecraft/network/packet/s2c/play/DeathMessageS2CPacket;)V
intermediary method_34075
Lnet/minecraft/class_2602;method_34075(Lnet/minecraft/class_5892;)V
official a
Laci;a(Laem;)V
-
onDifficulty
- Specified by:
onDifficulty
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onDifficulty
Lnet/minecraft/network/listener/ClientPlayPacketListener;onDifficulty(Lnet/minecraft/network/packet/s2c/play/DifficultyS2CPacket;)V
intermediary method_11140
Lnet/minecraft/class_2602;method_11140(Lnet/minecraft/class_2632;)V
official a
Laci;a(Lacv;)V
-
onSetCameraEntity
- Specified by:
onSetCameraEntity
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onSetCameraEntity
Lnet/minecraft/network/listener/ClientPlayPacketListener;onSetCameraEntity(Lnet/minecraft/network/packet/s2c/play/SetCameraEntityS2CPacket;)V
intermediary method_11111
Lnet/minecraft/class_2602;method_11111(Lnet/minecraft/class_2734;)V
official a
Laci;a(Lafh;)V
-
onWorldBorderInitialize
- Specified by:
onWorldBorderInitialize
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onWorldBorderInitialize
Lnet/minecraft/network/listener/ClientPlayPacketListener;onWorldBorderInitialize(Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;)V
intermediary method_34072
Lnet/minecraft/class_2602;method_34072(Lnet/minecraft/class_5889;)V
official a
Laci;a(Lads;)V
-
onWorldBorderCenterChanged
- Specified by:
onWorldBorderCenterChanged
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onWorldBorderCenterChanged
Lnet/minecraft/network/listener/ClientPlayPacketListener;onWorldBorderCenterChanged(Lnet/minecraft/network/packet/s2c/play/WorldBorderCenterChangedS2CPacket;)V
intermediary method_34077
Lnet/minecraft/class_2602;method_34077(Lnet/minecraft/class_5895;)V
official a
Laci;a(Lafc;)V
-
onWorldBorderInterpolateSize
- Specified by:
onWorldBorderInterpolateSize
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onWorldBorderInterpolateSize
Lnet/minecraft/network/listener/ClientPlayPacketListener;onWorldBorderInterpolateSize(Lnet/minecraft/network/packet/s2c/play/WorldBorderInterpolateSizeS2CPacket;)V
intermediary method_34078
Lnet/minecraft/class_2602;method_34078(Lnet/minecraft/class_5896;)V
official a
Laci;a(Lafd;)V
-
onWorldBorderSizeChanged
- Specified by:
onWorldBorderSizeChanged
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onWorldBorderSizeChanged
Lnet/minecraft/network/listener/ClientPlayPacketListener;onWorldBorderSizeChanged(Lnet/minecraft/network/packet/s2c/play/WorldBorderSizeChangedS2CPacket;)V
intermediary method_34079
Lnet/minecraft/class_2602;method_34079(Lnet/minecraft/class_5897;)V
official a
Laci;a(Lafe;)V
-
onWorldBorderWarningBlocksChanged
- Specified by:
onWorldBorderWarningBlocksChanged
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onWorldBorderWarningBlocksChanged
Lnet/minecraft/network/listener/ClientPlayPacketListener;onWorldBorderWarningBlocksChanged(Lnet/minecraft/network/packet/s2c/play/WorldBorderWarningBlocksChangedS2CPacket;)V
intermediary method_34081
Lnet/minecraft/class_2602;method_34081(Lnet/minecraft/class_5899;)V
official a
Laci;a(Lafg;)V
-
onWorldBorderWarningTimeChanged
- Specified by:
onWorldBorderWarningTimeChanged
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onWorldBorderWarningTimeChanged
Lnet/minecraft/network/listener/ClientPlayPacketListener;onWorldBorderWarningTimeChanged(Lnet/minecraft/network/packet/s2c/play/WorldBorderWarningTimeChangedS2CPacket;)V
intermediary method_34080
Lnet/minecraft/class_2602;method_34080(Lnet/minecraft/class_5898;)V
official a
Laci;a(Laff;)V
-
onTitleClear
- Specified by:
onTitleClear
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onTitleClear
Lnet/minecraft/network/listener/ClientPlayPacketListener;onTitleClear(Lnet/minecraft/network/packet/s2c/play/ClearTitleS2CPacket;)V
intermediary method_34071
Lnet/minecraft/class_2602;method_34071(Lnet/minecraft/class_5888;)V
official a
Laci;a(Lacz;)V
-
onServerMetadata
- Specified by:
onServerMetadata
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onServerMetadata
Lnet/minecraft/network/listener/ClientPlayPacketListener;onServerMetadata(Lnet/minecraft/network/packet/s2c/play/ServerMetadataS2CPacket;)V
intermediary method_44075
Lnet/minecraft/class_2602;method_44075(Lnet/minecraft/class_7495;)V
official a
Laci;a(Lafa;)V
-
onChatSuggestions
- Specified by:
onChatSuggestions
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onChatSuggestions
Lnet/minecraft/network/listener/ClientPlayPacketListener;onChatSuggestions(Lnet/minecraft/network/packet/s2c/play/ChatSuggestionsS2CPacket;)V
intermediary method_44763
Lnet/minecraft/class_2602;method_44763(Lnet/minecraft/class_7597;)V
official a
Laci;a(Ladh;)V
-
onOverlayMessage
- Specified by:
onOverlayMessage
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onOverlayMessage
Lnet/minecraft/network/listener/ClientPlayPacketListener;onOverlayMessage(Lnet/minecraft/network/packet/s2c/play/OverlayMessageS2CPacket;)V
intermediary method_34076
Lnet/minecraft/class_2602;method_34076(Lnet/minecraft/class_5894;)V
official a
Laci;a(Lafb;)V
-
onTitle
- Specified by:
onTitle
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onTitle
Lnet/minecraft/network/listener/ClientPlayPacketListener;onTitle(Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket;)V
intermediary method_34083
Lnet/minecraft/class_2602;method_34083(Lnet/minecraft/class_5904;)V
official a
Laci;a(Laga;)V
-
onSubtitle
- Specified by:
onSubtitle
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onSubtitle
Lnet/minecraft/network/listener/ClientPlayPacketListener;onSubtitle(Lnet/minecraft/network/packet/s2c/play/SubtitleS2CPacket;)V
intermediary method_34082
Lnet/minecraft/class_2602;method_34082(Lnet/minecraft/class_5903;)V
official a
Laci;a(Lafy;)V
-
onTitleFade
- Specified by:
onTitleFade
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onTitleFade
Lnet/minecraft/network/listener/ClientPlayPacketListener;onTitleFade(Lnet/minecraft/network/packet/s2c/play/TitleFadeS2CPacket;)V
intermediary method_34084
Lnet/minecraft/class_2602;method_34084(Lnet/minecraft/class_5905;)V
official a
Laci;a(Lagb;)V
-
onPlayerListHeader
- Specified by:
onPlayerListHeader
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onPlayerListHeader
Lnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerListHeader(Lnet/minecraft/network/packet/s2c/play/PlayerListHeaderS2CPacket;)V
intermediary method_11105
Lnet/minecraft/class_2602;method_11105(Lnet/minecraft/class_2772;)V
official a
Laci;a(Lagh;)V
-
onRemoveEntityStatusEffect
- Specified by:
onRemoveEntityStatusEffect
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onRemoveEntityStatusEffect
Lnet/minecraft/network/listener/ClientPlayPacketListener;onRemoveEntityStatusEffect(Lnet/minecraft/network/packet/s2c/play/RemoveEntityStatusEffectS2CPacket;)V
intermediary method_11119
Lnet/minecraft/class_2602;method_11119(Lnet/minecraft/class_2718;)V
official a
Laci;a(Laeu;)V
-
onPlayerRemove
- Specified by:
onPlayerRemove
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onPlayerRemove
Lnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerRemove(Lnet/minecraft/network/packet/s2c/play/PlayerRemoveS2CPacket;)V
intermediary method_45725
Lnet/minecraft/class_2602;method_45725(Lnet/minecraft/class_7828;)V
official a
Laci;a(Laen;)V
-
onPlayerList
- Specified by:
onPlayerList
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onPlayerList
Lnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerList(Lnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket;)V
intermediary method_11113
Lnet/minecraft/class_2602;method_11113(Lnet/minecraft/class_2703;)V
official a
Laci;a(Laeo;)V
-
handlePlayerListAction
private void handlePlayerListAction(PlayerListS2CPacket.Action action, PlayerListS2CPacket.Entry receivedEntry, PlayerListEntry currentEntry) - Mappings:
Namespace Name Mixin selector named handlePlayerListAction
Lnet/minecraft/client/network/ClientPlayNetworkHandler;handlePlayerListAction(Lnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Action;Lnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Entry;Lnet/minecraft/client/network/PlayerListEntry;)V
intermediary method_45726
Lnet/minecraft/class_634;method_45726(Lnet/minecraft/class_2703$class_5893;Lnet/minecraft/class_2703$class_2705;Lnet/minecraft/class_640;)V
official a
Lfxy;a(Laeo$a;Laeo$b;Lfyi;)V
-
setPublicSession
private void setPublicSession(PlayerListS2CPacket.Entry receivedEntry, PlayerListEntry currentEntry) - Mappings:
Namespace Name Mixin selector named setPublicSession
Lnet/minecraft/client/network/ClientPlayNetworkHandler;setPublicSession(Lnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Entry;Lnet/minecraft/client/network/PlayerListEntry;)V
intermediary method_45727
Lnet/minecraft/class_634;method_45727(Lnet/minecraft/class_2703$class_2705;Lnet/minecraft/class_640;)V
official a
Lfxy;a(Laeo$b;Lfyi;)V
-
isSecureChatEnforced
private boolean isSecureChatEnforced()- Mappings:
Namespace Name Mixin selector named isSecureChatEnforced
Lnet/minecraft/client/network/ClientPlayNetworkHandler;isSecureChatEnforced()Z
intermediary method_46529
Lnet/minecraft/class_634;method_46529()Z
official A
Lfxy;A()Z
-
onPlayerAbilities
- Specified by:
onPlayerAbilities
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onPlayerAbilities
Lnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerAbilities(Lnet/minecraft/network/packet/s2c/play/PlayerAbilitiesS2CPacket;)V
intermediary method_11154
Lnet/minecraft/class_2602;method_11154(Lnet/minecraft/class_2696;)V
official a
Laci;a(Laei;)V
-
onPlaySound
- Specified by:
onPlaySound
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onPlaySound
Lnet/minecraft/network/listener/ClientPlayPacketListener;onPlaySound(Lnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;)V
intermediary method_11146
Lnet/minecraft/class_2602;method_11146(Lnet/minecraft/class_2767;)V
official a
Laci;a(Lagd;)V
-
onPlaySoundFromEntity
- Specified by:
onPlaySoundFromEntity
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onPlaySoundFromEntity
Lnet/minecraft/network/listener/ClientPlayPacketListener;onPlaySoundFromEntity(Lnet/minecraft/network/packet/s2c/play/PlaySoundFromEntityS2CPacket;)V
intermediary method_11125
Lnet/minecraft/class_2602;method_11125(Lnet/minecraft/class_2765;)V
official a
Laci;a(Lagc;)V
-
onBossBar
- Specified by:
onBossBar
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onBossBar
Lnet/minecraft/network/listener/ClientPlayPacketListener;onBossBar(Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket;)V
intermediary method_11078
Lnet/minecraft/class_2602;method_11078(Lnet/minecraft/class_2629;)V
official a
Laci;a(Lacs;)V
-
onCooldownUpdate
- Specified by:
onCooldownUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onCooldownUpdate
Lnet/minecraft/network/listener/ClientPlayPacketListener;onCooldownUpdate(Lnet/minecraft/network/packet/s2c/play/CooldownUpdateS2CPacket;)V
intermediary method_11087
Lnet/minecraft/class_2602;method_11087(Lnet/minecraft/class_2656;)V
official a
Laci;a(Ladg;)V
-
onVehicleMove
- Specified by:
onVehicleMove
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onVehicleMove
Lnet/minecraft/network/listener/ClientPlayPacketListener;onVehicleMove(Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;)V
intermediary method_11134
Lnet/minecraft/class_2602;method_11134(Lnet/minecraft/class_2692;)V
official a
Laci;a(Laed;)V
-
onOpenWrittenBook
- Specified by:
onOpenWrittenBook
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onOpenWrittenBook
Lnet/minecraft/network/listener/ClientPlayPacketListener;onOpenWrittenBook(Lnet/minecraft/network/packet/s2c/play/OpenWrittenBookS2CPacket;)V
intermediary method_17186
Lnet/minecraft/class_2602;method_17186(Lnet/minecraft/class_3895;)V
official a
Laci;a(Laee;)V
-
onCustomPayload
- Specified by:
onCustomPayload
in classClientCommonNetworkHandler
- Mappings:
Namespace Name Mixin selector named onCustomPayload
Lnet/minecraft/client/network/ClientCommonNetworkHandler;onCustomPayload(Lnet/minecraft/network/packet/CustomPayload;)V
intermediary method_11152
Lnet/minecraft/class_8673;method_11152(Lnet/minecraft/class_8710;)V
official a
Lfxu;a(Laax;)V
-
warnOnUnknownPayload
- Mappings:
Namespace Name Mixin selector named warnOnUnknownPayload
Lnet/minecraft/client/network/ClientPlayNetworkHandler;warnOnUnknownPayload(Lnet/minecraft/network/packet/CustomPayload;)V
intermediary method_52801
Lnet/minecraft/class_634;method_52801(Lnet/minecraft/class_8710;)V
official b
Lfxy;b(Laax;)V
-
onScoreboardObjectiveUpdate
- Specified by:
onScoreboardObjectiveUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onScoreboardObjectiveUpdate
Lnet/minecraft/network/listener/ClientPlayPacketListener;onScoreboardObjectiveUpdate(Lnet/minecraft/network/packet/s2c/play/ScoreboardObjectiveUpdateS2CPacket;)V
intermediary method_11144
Lnet/minecraft/class_2602;method_11144(Lnet/minecraft/class_2751;)V
official a
Laci;a(Laft;)V
-
onScoreboardScoreUpdate
- Specified by:
onScoreboardScoreUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onScoreboardScoreUpdate
Lnet/minecraft/network/listener/ClientPlayPacketListener;onScoreboardScoreUpdate(Lnet/minecraft/network/packet/s2c/play/ScoreboardScoreUpdateS2CPacket;)V
intermediary method_11118
Lnet/minecraft/class_2602;method_11118(Lnet/minecraft/class_2757;)V
official a
Laci;a(Lafw;)V
-
onScoreboardScoreReset
- Specified by:
onScoreboardScoreReset
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onScoreboardScoreReset
Lnet/minecraft/network/listener/ClientPlayPacketListener;onScoreboardScoreReset(Lnet/minecraft/network/packet/s2c/play/ScoreboardScoreResetS2CPacket;)V
intermediary method_55450
Lnet/minecraft/class_2602;method_55450(Lnet/minecraft/class_9006;)V
official a
Laci;a(Laev;)V
-
onScoreboardDisplay
- Specified by:
onScoreboardDisplay
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onScoreboardDisplay
Lnet/minecraft/network/listener/ClientPlayPacketListener;onScoreboardDisplay(Lnet/minecraft/network/packet/s2c/play/ScoreboardDisplayS2CPacket;)V
intermediary method_11159
Lnet/minecraft/class_2602;method_11159(Lnet/minecraft/class_2736;)V
official a
Laci;a(Lafm;)V
-
onTeam
- Specified by:
onTeam
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onTeam
Lnet/minecraft/network/listener/ClientPlayPacketListener;onTeam(Lnet/minecraft/network/packet/s2c/play/TeamS2CPacket;)V
intermediary method_11099
Lnet/minecraft/class_2602;method_11099(Lnet/minecraft/class_5900;)V
official a
Laci;a(Lafv;)V
-
onParticle
- Specified by:
onParticle
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onParticle
Lnet/minecraft/network/listener/ClientPlayPacketListener;onParticle(Lnet/minecraft/network/packet/s2c/play/ParticleS2CPacket;)V
intermediary method_11077
Lnet/minecraft/class_2602;method_11077(Lnet/minecraft/class_2675;)V
official a
Laci;a(Ladw;)V
-
onEntityAttributes
- Specified by:
onEntityAttributes
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onEntityAttributes
Lnet/minecraft/network/listener/ClientPlayPacketListener;onEntityAttributes(Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket;)V
intermediary method_11149
Lnet/minecraft/class_2602;method_11149(Lnet/minecraft/class_2781;)V
official a
Laci;a(Lago;)V
-
onCraftFailedResponse
- Specified by:
onCraftFailedResponse
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onCraftFailedResponse
Lnet/minecraft/network/listener/ClientPlayPacketListener;onCraftFailedResponse(Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;)V
intermediary method_11090
Lnet/minecraft/class_2602;method_11090(Lnet/minecraft/class_2695;)V
official a
Laci;a(Laeh;)V
-
onLightUpdate
- Specified by:
onLightUpdate
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onLightUpdate
Lnet/minecraft/network/listener/ClientPlayPacketListener;onLightUpdate(Lnet/minecraft/network/packet/s2c/play/LightUpdateS2CPacket;)V
intermediary method_11143
Lnet/minecraft/class_2602;method_11143(Lnet/minecraft/class_2676;)V
official a
Laci;a(Ladx;)V
-
readLightData
- Mappings:
Namespace Name Mixin selector named readLightData
Lnet/minecraft/client/network/ClientPlayNetworkHandler;readLightData(IILnet/minecraft/network/packet/s2c/play/LightData;)V
intermediary method_38543
Lnet/minecraft/class_634;method_38543(IILnet/minecraft/class_6606;)V
official a
Lfxy;a(IILady;)V
-
onSetTradeOffers
- Specified by:
onSetTradeOffers
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onSetTradeOffers
Lnet/minecraft/network/listener/ClientPlayPacketListener;onSetTradeOffers(Lnet/minecraft/network/packet/s2c/play/SetTradeOffersS2CPacket;)V
intermediary method_17586
Lnet/minecraft/class_2602;method_17586(Lnet/minecraft/class_3943;)V
official a
Laci;a(Laeb;)V
-
onChunkLoadDistance
- Specified by:
onChunkLoadDistance
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onChunkLoadDistance
Lnet/minecraft/network/listener/ClientPlayPacketListener;onChunkLoadDistance(Lnet/minecraft/network/packet/s2c/play/ChunkLoadDistanceS2CPacket;)V
intermediary method_20203
Lnet/minecraft/class_2602;method_20203(Lnet/minecraft/class_4273;)V
official a
Laci;a(Lafk;)V
-
onSimulationDistance
- Specified by:
onSimulationDistance
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onSimulationDistance
Lnet/minecraft/network/listener/ClientPlayPacketListener;onSimulationDistance(Lnet/minecraft/network/packet/s2c/play/SimulationDistanceS2CPacket;)V
intermediary method_39025
Lnet/minecraft/class_2602;method_39025(Lnet/minecraft/class_6682;)V
official a
Laci;a(Lafx;)V
-
onChunkRenderDistanceCenter
- Specified by:
onChunkRenderDistanceCenter
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onChunkRenderDistanceCenter
Lnet/minecraft/network/listener/ClientPlayPacketListener;onChunkRenderDistanceCenter(Lnet/minecraft/network/packet/s2c/play/ChunkRenderDistanceCenterS2CPacket;)V
intermediary method_20320
Lnet/minecraft/class_2602;method_20320(Lnet/minecraft/class_4282;)V
official a
Laci;a(Lafj;)V
-
onPlayerActionResponse
- Specified by:
onPlayerActionResponse
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onPlayerActionResponse
Lnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerActionResponse(Lnet/minecraft/network/packet/s2c/play/PlayerActionResponseS2CPacket;)V
intermediary method_21707
Lnet/minecraft/class_2602;method_21707(Lnet/minecraft/class_4463;)V
official a
Laci;a(Lacn;)V
-
onBundle
- Specified by:
onBundle
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onBundle
Lnet/minecraft/network/listener/ClientPlayPacketListener;onBundle(Lnet/minecraft/network/packet/s2c/play/BundleS2CPacket;)V
intermediary method_48294
Lnet/minecraft/class_2602;method_48294(Lnet/minecraft/class_8042;)V
official a
Laci;a(Lacu;)V
-
onProjectilePower
- Specified by:
onProjectilePower
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onProjectilePower
Lnet/minecraft/network/listener/ClientPlayPacketListener;onProjectilePower(Lnet/minecraft/network/packet/s2c/play/ProjectilePowerS2CPacket;)V
intermediary method_59504
Lnet/minecraft/class_2602;method_59504(Lnet/minecraft/class_9632;)V
official a
Laci;a(Laer;)V
-
onStartChunkSend
- Specified by:
onStartChunkSend
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onStartChunkSend
Lnet/minecraft/network/listener/ClientPlayPacketListener;onStartChunkSend(Lnet/minecraft/network/packet/s2c/play/StartChunkSendS2CPacket;)V
intermediary method_52800
Lnet/minecraft/class_2602;method_52800(Lnet/minecraft/class_8739;)V
official a
Laci;a(Lacx;)V
-
onChunkSent
- Specified by:
onChunkSent
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onChunkSent
Lnet/minecraft/network/listener/ClientPlayPacketListener;onChunkSent(Lnet/minecraft/network/packet/s2c/play/ChunkSentS2CPacket;)V
intermediary method_52799
Lnet/minecraft/class_2602;method_52799(Lnet/minecraft/class_8738;)V
official a
Laci;a(Lacw;)V
-
onDebugSample
- Specified by:
onDebugSample
in interfaceClientPlayPacketListener
- Mappings:
Namespace Name Mixin selector named onDebugSample
Lnet/minecraft/network/listener/ClientPlayPacketListener;onDebugSample(Lnet/minecraft/network/packet/s2c/play/DebugSampleS2CPacket;)V
intermediary method_56607
Lnet/minecraft/class_2602;method_56607(Lnet/minecraft/class_9178;)V
official a
Laci;a(Ladj;)V
-
onPingResult
Handles a packet from the server that includes the "ping" (connection latency). This is different fromCommonPongC2SPacket
, which is sent by the client to acknowledgment a ping packet from the server.- Specified by:
onPingResult
in interfaceClientPingResultPacketListener
- Mappings:
Namespace Name Mixin selector named onPingResult
Lnet/minecraft/network/listener/ClientPingResultPacketListener;onPingResult(Lnet/minecraft/network/packet/s2c/query/PingResultS2CPacket;)V
intermediary method_12666
Lnet/minecraft/class_8763;method_12666(Lnet/minecraft/class_2923;)V
official a
Lajw;a(Lajx;)V
-
updateLighting
private void updateLighting(int chunkX, int chunkZ, LightingProvider provider, LightType type, BitSet inited, BitSet uninited, Iterator<byte[]> nibbles) - Mappings:
Namespace Name Mixin selector 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;)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;)V
official a
Lfxy;a(IILenm;Ldcj;Ljava/util/BitSet;Ljava/util/BitSet;Ljava/util/Iterator;)V
-
getConnection
- Mappings:
Namespace Name Mixin selector named getConnection
Lnet/minecraft/client/network/ClientPlayNetworkHandler;getConnection()Lnet/minecraft/network/ClientConnection;
intermediary method_48296
Lnet/minecraft/class_634;method_48296()Lnet/minecraft/class_2535;
official k
Lfxy;k()Lwk;
-
isConnectionOpen
public boolean isConnectionOpen()- Specified by:
isConnectionOpen
in interfacePacketListener
- Mappings:
Namespace Name Mixin selector named isConnectionOpen
Lnet/minecraft/network/listener/PacketListener;isConnectionOpen()Z
intermediary method_48106
Lnet/minecraft/class_2547;method_48106()Z
official c
Lwv;c()Z
-
getListedPlayerListEntries
- Mappings:
Namespace Name Mixin selector named getListedPlayerListEntries
Lnet/minecraft/client/network/ClientPlayNetworkHandler;getListedPlayerListEntries()Ljava/util/Collection;
intermediary method_45732
Lnet/minecraft/class_634;method_45732()Ljava/util/Collection;
official l
Lfxy;l()Ljava/util/Collection;
-
getPlayerList
- Mappings:
Namespace Name Mixin selector named getPlayerList
Lnet/minecraft/client/network/ClientPlayNetworkHandler;getPlayerList()Ljava/util/Collection;
intermediary method_2880
Lnet/minecraft/class_634;method_2880()Ljava/util/Collection;
official m
Lfxy;m()Ljava/util/Collection;
-
getPlayerUuids
- Mappings:
Namespace Name Mixin selector named getPlayerUuids
Lnet/minecraft/client/network/ClientPlayNetworkHandler;getPlayerUuids()Ljava/util/Collection;
intermediary method_31363
Lnet/minecraft/class_634;method_31363()Ljava/util/Collection;
official n
Lfxy;n()Ljava/util/Collection;
-
getPlayerListEntry
- Mappings:
Namespace Name Mixin selector named getPlayerListEntry
Lnet/minecraft/client/network/ClientPlayNetworkHandler;getPlayerListEntry(Ljava/util/UUID;)Lnet/minecraft/client/network/PlayerListEntry;
intermediary method_2871
Lnet/minecraft/class_634;method_2871(Ljava/util/UUID;)Lnet/minecraft/class_640;
official a
Lfxy;a(Ljava/util/UUID;)Lfyi;
-
getPlayerListEntry
- Mappings:
Namespace Name Mixin selector named getPlayerListEntry
Lnet/minecraft/client/network/ClientPlayNetworkHandler;getPlayerListEntry(Ljava/lang/String;)Lnet/minecraft/client/network/PlayerListEntry;
intermediary method_2874
Lnet/minecraft/class_634;method_2874(Ljava/lang/String;)Lnet/minecraft/class_640;
official a
Lfxy;a(Ljava/lang/String;)Lfyi;
-
getProfile
public com.mojang.authlib.GameProfile getProfile()- Mappings:
Namespace Name Mixin selector named getProfile
Lnet/minecraft/client/network/ClientPlayNetworkHandler;getProfile()Lcom/mojang/authlib/GameProfile;
intermediary method_2879
Lnet/minecraft/class_634;method_2879()Lcom/mojang/authlib/GameProfile;
official o
Lfxy;o()Lcom/mojang/authlib/GameProfile;
-
getAdvancementHandler
- Mappings:
Namespace Name Mixin selector named getAdvancementHandler
Lnet/minecraft/client/network/ClientPlayNetworkHandler;getAdvancementHandler()Lnet/minecraft/client/network/ClientAdvancementManager;
intermediary method_2869
Lnet/minecraft/class_634;method_2869()Lnet/minecraft/class_632;
official p
Lfxy;p()Lfxs;
-
getCommandDispatcher
- Mappings:
Namespace Name Mixin selector named getCommandDispatcher
Lnet/minecraft/client/network/ClientPlayNetworkHandler;getCommandDispatcher()Lcom/mojang/brigadier/CommandDispatcher;
intermediary method_2886
Lnet/minecraft/class_634;method_2886()Lcom/mojang/brigadier/CommandDispatcher;
official q
Lfxy;q()Lcom/mojang/brigadier/CommandDispatcher;
-
getWorld
- Mappings:
Namespace Name Mixin selector named getWorld
Lnet/minecraft/client/network/ClientPlayNetworkHandler;getWorld()Lnet/minecraft/client/world/ClientWorld;
intermediary method_2890
Lnet/minecraft/class_634;method_2890()Lnet/minecraft/class_638;
official r
Lfxy;r()Lfxx;
-
getDataQueryHandler
- Mappings:
Namespace Name Mixin selector named getDataQueryHandler
Lnet/minecraft/client/network/ClientPlayNetworkHandler;getDataQueryHandler()Lnet/minecraft/client/network/DataQueryHandler;
intermediary method_2876
Lnet/minecraft/class_634;method_2876()Lnet/minecraft/class_300;
official s
Lfxy;s()Lfey;
-
getSessionId
- Mappings:
Namespace Name Mixin selector named getSessionId
Lnet/minecraft/client/network/ClientPlayNetworkHandler;getSessionId()Ljava/util/UUID;
intermediary method_16690
Lnet/minecraft/class_634;method_16690()Ljava/util/UUID;
official t
Lfxy;t()Ljava/util/UUID;
-
getWorldKeys
- Mappings:
Namespace Name Mixin selector named getWorldKeys
Lnet/minecraft/client/network/ClientPlayNetworkHandler;getWorldKeys()Ljava/util/Set;
intermediary method_29356
Lnet/minecraft/class_634;method_29356()Ljava/util/Set;
official u
Lfxy;u()Ljava/util/Set;
-
getRegistryManager
- Mappings:
Namespace Name Mixin selector named getRegistryManager
Lnet/minecraft/client/network/ClientPlayNetworkHandler;getRegistryManager()Lnet/minecraft/registry/DynamicRegistryManager$Immutable;
intermediary method_29091
Lnet/minecraft/class_634;method_29091()Lnet/minecraft/class_5455$class_6890;
official v
Lfxy;v()Ljw$b;
-
acknowledge
- Mappings:
Namespace Name Mixin selector named acknowledge
Lnet/minecraft/client/network/ClientPlayNetworkHandler;acknowledge(Lnet/minecraft/network/message/SignedMessage;Z)V
intermediary method_44940
Lnet/minecraft/class_634;method_44940(Lnet/minecraft/class_7471;Z)V
official a
Lfxy;a(Lyf;Z)V
-
sendAcknowledgment
private void sendAcknowledgment()- Mappings:
Namespace Name Mixin selector named sendAcknowledgment
Lnet/minecraft/client/network/ClientPlayNetworkHandler;sendAcknowledgment()V
intermediary method_45737
Lnet/minecraft/class_634;method_45737()V
official B
Lfxy;B()V
-
sendChatMessage
- Mappings:
Namespace Name Mixin selector named sendChatMessage
Lnet/minecraft/client/network/ClientPlayNetworkHandler;sendChatMessage(Ljava/lang/String;)V
intermediary method_45729
Lnet/minecraft/class_634;method_45729(Ljava/lang/String;)V
official b
Lfxy;b(Ljava/lang/String;)V
-
sendChatCommand
- Mappings:
Namespace Name Mixin selector named sendChatCommand
Lnet/minecraft/client/network/ClientPlayNetworkHandler;sendChatCommand(Ljava/lang/String;)V
intermediary method_45730
Lnet/minecraft/class_634;method_45730(Ljava/lang/String;)V
official c
Lfxy;c(Ljava/lang/String;)V
-
sendCommand
- Mappings:
Namespace Name Mixin selector named sendCommand
Lnet/minecraft/client/network/ClientPlayNetworkHandler;sendCommand(Ljava/lang/String;)Z
intermediary method_45731
Lnet/minecraft/class_634;method_45731(Ljava/lang/String;)Z
official d
Lfxy;d(Ljava/lang/String;)Z
-
parse
- Mappings:
Namespace Name Mixin selector named parse
Lnet/minecraft/client/network/ClientPlayNetworkHandler;parse(Ljava/lang/String;)Lcom/mojang/brigadier/ParseResults;
intermediary method_45733
Lnet/minecraft/class_634;method_45733(Ljava/lang/String;)Lcom/mojang/brigadier/ParseResults;
official e
Lfxy;e(Ljava/lang/String;)Lcom/mojang/brigadier/ParseResults;
-
tick
public void tick()Ticks this packet listener on the game engine thread. The listener is responsible for synchronizing between the game engine and netty event loop threads.- Specified by:
tick
in interfaceTickablePacketListener
- Mappings:
Namespace Name Mixin selector named tick
Lnet/minecraft/network/listener/TickablePacketListener;tick()V
intermediary method_18784
Lnet/minecraft/class_7633;method_18784()V
official d
Lxd;d()V
-
updateKeyPair
- Mappings:
Namespace Name Mixin selector named updateKeyPair
Lnet/minecraft/client/network/ClientPlayNetworkHandler;updateKeyPair(Lnet/minecraft/network/encryption/PlayerKeyPair;)V
intermediary method_47657
Lnet/minecraft/class_634;method_47657(Lnet/minecraft/class_7427;)V
official a
Lfxy;a(Lcnb;)V
-
getServerInfo
- Mappings:
Namespace Name Mixin selector named getServerInfo
Lnet/minecraft/client/network/ClientPlayNetworkHandler;getServerInfo()Lnet/minecraft/client/network/ServerInfo;
intermediary method_45734
Lnet/minecraft/class_634;method_45734()Lnet/minecraft/class_642;
official w
Lfxy;w()Lfyl;
-
getEnabledFeatures
- Mappings:
Namespace Name Mixin selector named getEnabledFeatures
Lnet/minecraft/client/network/ClientPlayNetworkHandler;getEnabledFeatures()Lnet/minecraft/resource/featuretoggle/FeatureSet;
intermediary method_45735
Lnet/minecraft/class_634;method_45735()Lnet/minecraft/class_7699;
official x
Lfxy;x()Lcpn;
-
hasFeature
- Mappings:
Namespace Name Mixin selector named hasFeature
Lnet/minecraft/client/network/ClientPlayNetworkHandler;hasFeature(Lnet/minecraft/resource/featuretoggle/FeatureSet;)Z
intermediary method_45720
Lnet/minecraft/class_634;method_45720(Lnet/minecraft/class_7699;)Z
official a
Lfxy;a(Lcpn;)Z
-
getScoreboard
- Mappings:
Namespace Name Mixin selector named getScoreboard
Lnet/minecraft/client/network/ClientPlayNetworkHandler;getScoreboard()Lnet/minecraft/scoreboard/Scoreboard;
intermediary method_55823
Lnet/minecraft/class_634;method_55823()Lnet/minecraft/class_269;
official y
Lfxy;y()Lewx;
-
getBrewingRecipeRegistry
- Mappings:
Namespace Name Mixin selector named getBrewingRecipeRegistry
Lnet/minecraft/client/network/ClientPlayNetworkHandler;getBrewingRecipeRegistry()Lnet/minecraft/recipe/BrewingRecipeRegistry;
intermediary method_59754
Lnet/minecraft/class_634;method_59754()Lnet/minecraft/class_1845;
official z
Lfxy;z()Lcwr;
-