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/ClientPlayNetworkHandlerintermediary net/minecraft/class_634official guw
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.client.network.ClientCommonNetworkHandler
ClientCommonNetworkHandler.class_11740 -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate final ClientAdvancementManagerprivate static final Textprivate final BrewingRecipeRegistryprivate final List<WeakReference<DataCache<?, ?>>> private final ChunkBatchSizeCalculatorprivate intprivate @Nullable ClientChunkLoadProgressprivate final DynamicRegistryManager.Immutableprivate static final CommandTreeS2CPacket.NodeFactory<ClientCommandSource> private com.mojang.brigadier.CommandDispatcher<ClientCommandSource> private final ClientCommandSourceprivate final ComponentChangesHash.ComponentHasherprivate static final Textprivate final DataQueryHandlerprivate final DebugSampleSubscriberprivate final FeatureSetstatic final intprivate static final Textprivate static final Textprivate FuelRegistryprivate intprivate static final Textprivate LastSeenMessagesCollectorprivate final Set<PlayerListEntry> private static final Loggerprivate MessageChain.Packerprivate final PingMeasurerprivate final Map<UUID, PlayerListEntry> private final com.mojang.authlib.GameProfileprivate @Nullable CompletableFuture<Optional<PlayerKeyPair>> private final Randomprivate ClientRecipeManagerprivate static final Textprivate OptionalIntprivate final ClientCommandSourceAthat always has a permission level of 0.invalid reference
CommandSourceprivate final Scoreboardprivate final SearchManagerprivate booleanprivate @Nullable ClientPlayerSessionprivate final UUIDprivate MessageSignatureStorageprivate intprivate @Nullable SyncedClientOptionsprivate static final Textprivate static final Textprivate final ClientWaypointHandlerprivate ClientWorldprivate booleanprivate Set<RegistryKey<World>> private ClientWorld.PropertiesFields inherited from class net.minecraft.client.network.ClientCommonNetworkHandler
brand, client, connection, customReportDetails, field_62019, field_62020, postDisconnectScreen, serverCookies, serverInfo, transferring, worldSession -
Constructor Summary
ConstructorsConstructorDescriptionClientPlayNetworkHandler(MinecraftClient client, ClientConnection clientConnection, ClientConnectionState clientConnectionState) -
Method Summary
Modifier and TypeMethodDescriptionvoidacknowledge(MessageSignatureData signature, boolean displayed) private voidvoidprotected DialogNetworkAccesscreateEntity(EntitySpawnS2CPacket packet) voidprivate static ItemStackgetActiveDeathProtector(PlayerEntity player) com.mojang.brigadier.CommandDispatcher<ClientCommandSource> getPlayerListEntry(String profileName) getPlayerListEntry(UUID uuid) com.mojang.authlib.GameProfilegetWorld()getWorldEntryReason(boolean dead, RegistryKey<World> from, RegistryKey<World> to) private voidhandlePlayerListAction(PlayerListS2CPacket.Action action, PlayerListS2CPacket.Entry receivedEntry, PlayerListEntry currentEntry) booleanhasFeature(FeatureSet feature) booleanprivate booleanprivate voidprivate voidprivate voidmethod_73231(String string, String string2, Text text, Runnable runnable) private voidmethod_73233(String string, String string2, @Nullable Screen screen) voidvoidvoidvoidonBlockEvent(BlockEventS2CPacket packet) voidonBlockUpdate(BlockUpdateS2CPacket packet) voidonBossBar(BossBarS2CPacket packet) voidonBundle(BundleS2CPacket packet) voidonChatMessage(ChatMessageS2CPacket packet) voidvoidvoidonChunkData(ChunkDataS2CPacket packet) voidvoidvoidvoidonChunkSent(ChunkSentS2CPacket packet) voidonCloseScreen(CloseScreenS2CPacket packet) voidvoidonCommandTree(CommandTreeS2CPacket packet) voidvoidvoidonCustomPayload(CustomPayload payload) voidonDamageTilt(DamageTiltS2CPacket packet) voidonDeathMessage(DeathMessageS2CPacket packet) voidonDebugSample(DebugSampleS2CPacket packet) voidonDifficulty(DifficultyS2CPacket packet) voidonEndCombat(EndCombatS2CPacket packet) voidonEnterCombat(EnterCombatS2CPacket packet) voidvoidvoidonEntity(EntityS2CPacket packet) voidvoidonEntityAttach(EntityAttachS2CPacket packet) voidvoidonEntityDamage(EntityDamageS2CPacket packet) voidvoidvoidvoidvoidvoidonEntitySpawn(EntitySpawnS2CPacket packet) Handles the spawning of non-living entities.voidonEntityStatus(EntityStatusS2CPacket packet) voidvoidvoidvoidvoidonExplosion(ExplosionS2CPacket packet) voidonGameJoin(GameJoinS2CPacket packet) voidonGameMessage(GameMessageS2CPacket packet) voidvoidonHealthUpdate(HealthUpdateS2CPacket packet) voidonInventory(InventoryS2CPacket packet) voidvoidonLightUpdate(LightUpdateS2CPacket packet) voidonLookAt(LookAtS2CPacket packet) voidonMapUpdate(MapUpdateS2CPacket packet) voidvoidvoidvoidonOpenScreen(OpenScreenS2CPacket packet) voidvoidvoidonParticle(ParticleS2CPacket packet) voidonPingResult(PingResultS2CPacket packet) Handles a packet from the server that includes the "ping" (connection latency).voidvoidvoidonPlayerList(PlayerListS2CPacket packet) voidvoidvoidonPlayerRemove(PlayerRemoveS2CPacket packet) voidvoidvoidvoidonPlaySound(PlaySoundS2CPacket packet) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidonStatistics(StatisticsS2CPacket packet) voidonStopSound(StopSoundS2CPacket packet) voidonSubtitle(SubtitleS2CPacket packet) voidvoidvoidonTeam(TeamS2CPacket packet) voidvoidonTickStep(TickStepS2CPacket packet) voidonTitle(TitleS2CPacket packet) voidonTitleClear(ClearTitleS2CPacket packet) voidonTitleFade(TitleFadeS2CPacket packet) voidonUnloadChunk(UnloadChunkS2CPacket packet) voidvoidvoidonVehicleMove(VehicleMoveS2CPacket packet) voidonWaypoint(WaypointS2CPacket packet) voidvoidvoidvoidvoidvoidvoidonWorldEvent(WorldEventS2CPacket packet) voidprivate voidopenConfirmCommandScreen(String command, String message, @Nullable Screen screenAfterRun) parseCommand(String command) private voidplaySpawnSound(Entity entity) private voidreadLightData(int x, int z, LightData data, boolean scheduleBlockRenders) private voidrefreshRecipeBook(ClientRecipeBook recipeBook) voidvoidregisterForCleaning(DataCache<?, ?> dataCache) voidrunClickEventCommand(String command, @Nullable Screen afterActionScreen) private voidscheduleRenderChunk(WorldChunk chunk, int x, int z) private voidvoidsendChatCommand(String command) voidsendChatMessage(String content) private static booleansetPosition(EntityPosition pos, Set<PositionFlag> flags, Entity entity, boolean bool) private voidsetPublicSession(PlayerListS2CPacket.Entry receivedEntry, PlayerListEntry currentEntry) private <T> Registry.PendingTagLoad<T> startTagReload(RegistryKey<? extends Registry<? extends T>> registryRef, TagPacketSerializer.Serialized serialized) private voidstartWorldLoading(ClientPlayerEntity player, ClientWorld world, LevelLoadingScreen.WorldEntryReason reason) voidsyncOptions(SyncedClientOptions syncedOptions) voidtick()Ticks this packet listener on the game engine thread.private voidunloadChunk(UnloadChunkS2CPacket packet) voidprivate voidupdateKeyPair(PlayerKeyPair keyPair) private voidupdateLighting(int chunkX, int chunkZ, LightingProvider provider, LightType type, BitSet inited, BitSet uninited, Iterator<byte[]> nibbles, boolean scheduleBlockRenders) private static booleanvalidate(com.mojang.brigadier.ParseResults<?> parseResults) private voidwarnOnUnknownPayload(CustomPayload payload) Methods inherited from class net.minecraft.client.network.ClientCommonNetworkHandler
accepts, addCustomCrashReportInfo, clearDialog, createDisconnectedScreen, createDisconnectionInfo, getBrand, getPrompt, getServerLinks, onClearDialog, onCookieRequest, onCustomPayload, onCustomReportDetails, onDisconnect, onDisconnected, onKeepAlive, onPacketException, onPing, onResourcePackRemove, onResourcePackSend, onServerLinks, onServerTransfer, onShowDialog, onStoreCookie, sendPacket, sendQueuedPackets, showDialog, showDialogMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.listener.ClientCommonPacketListener
onClearDialog, onCustomPayload, onCustomReportDetails, onDisconnect, onKeepAlive, onPing, onResourcePackRemove, onResourcePackSend, onServerLinks, onServerTransfer, onShowDialog, onStoreCookieMethods inherited from interface net.minecraft.network.listener.ClientCookieRequestPacketListener
onCookieRequestMethods inherited from interface net.minecraft.network.listener.ClientPacketListener
getSideMethods inherited from interface net.minecraft.network.listener.ClientPlayPacketListener
getPhaseMethods inherited from interface net.minecraft.network.listener.PacketListener
accepts, addCustomCrashReportInfo, createDisconnectionInfo, fillCrashReport, onDisconnected, onPacketException
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGERLnet/minecraft/client/network/ClientPlayNetworkHandler;LOGGER:Lorg/slf4j/Logger;intermediary field_3695Lnet/minecraft/class_634;field_3695:Lorg/slf4j/Logger;official mLguw;m:Lorg/slf4j/Logger;
-
UNSECURE_SERVER_TOAST_TITLE
- Mappings:
Namespace Name Mixin selector named UNSECURE_SERVER_TOAST_TITLELnet/minecraft/client/network/ClientPlayNetworkHandler;UNSECURE_SERVER_TOAST_TITLE:Lnet/minecraft/text/Text;intermediary field_39916Lnet/minecraft/class_634;field_39916:Lnet/minecraft/class_2561;official nLguw;n:Lxv;
-
UNSECURE_SERVER_TOAST_TEXT
- Mappings:
Namespace Name Mixin selector named UNSECURE_SERVER_TOAST_TEXTLnet/minecraft/client/network/ClientPlayNetworkHandler;UNSECURE_SERVER_TOAST_TEXT:Lnet/minecraft/text/Text;intermediary field_39917Lnet/minecraft/class_634;field_39917:Lnet/minecraft/class_2561;official oLguw;o:Lxv;
-
INVALID_PACKET_TEXT
- Mappings:
Namespace Name Mixin selector named INVALID_PACKET_TEXTLnet/minecraft/client/network/ClientPlayNetworkHandler;INVALID_PACKET_TEXT:Lnet/minecraft/text/Text;intermediary field_40485Lnet/minecraft/class_634;field_40485:Lnet/minecraft/class_2561;official pLguw;p:Lxv;
-
RECONFIGURING_TEXT
- Mappings:
Namespace Name Mixin selector named RECONFIGURING_TEXTLnet/minecraft/client/network/ClientPlayNetworkHandler;RECONFIGURING_TEXT:Lnet/minecraft/text/Text;intermediary field_45603Lnet/minecraft/class_634;field_45603:Lnet/minecraft/class_2561;official qLguw;q:Lxv;
-
BAD_CHAT_INDEX_TEXT
- Mappings:
Namespace Name Mixin selector named BAD_CHAT_INDEX_TEXTLnet/minecraft/client/network/ClientPlayNetworkHandler;BAD_CHAT_INDEX_TEXT:Lnet/minecraft/text/Text;intermediary field_58157Lnet/minecraft/class_634;field_58157:Lnet/minecraft/class_2561;official rLguw;r:Lxv;
-
CONFIRM_COMMAND_TITLE_TEXT
- Mappings:
Namespace Name Mixin selector named CONFIRM_COMMAND_TITLE_TEXTLnet/minecraft/client/network/ClientPlayNetworkHandler;CONFIRM_COMMAND_TITLE_TEXT:Lnet/minecraft/text/Text;intermediary field_60783Lnet/minecraft/class_634;field_60783:Lnet/minecraft/class_2561;official sLguw;s:Lxv;
-
field_62028
- Mappings:
Namespace Name Mixin selector named field_62028Lnet/minecraft/client/network/ClientPlayNetworkHandler;field_62028:Lnet/minecraft/text/Text;intermediary field_62028Lnet/minecraft/class_634;field_62028:Lnet/minecraft/class_2561;official tLguw;t:Lxv;
-
field_62029
- Mappings:
Namespace Name Mixin selector named field_62029Lnet/minecraft/client/network/ClientPlayNetworkHandler;field_62029:Lnet/minecraft/text/Text;intermediary field_62029Lnet/minecraft/class_634;field_62029:Lnet/minecraft/class_2561;official uLguw;u:Lxv;
-
ACKNOWLEDGMENT_BATCH_SIZE
private static final int ACKNOWLEDGMENT_BATCH_SIZE- See Also:
- Mappings:
Namespace Name Mixin selector named ACKNOWLEDGMENT_BATCH_SIZELnet/minecraft/client/network/ClientPlayNetworkHandler;ACKNOWLEDGMENT_BATCH_SIZE:Iintermediary field_40487Lnet/minecraft/class_634;field_40487:Iofficial vLguw;v:I
-
field_54852
public static final int field_54852- See Also:
- Mappings:
Namespace Name Mixin selector named field_54852Lnet/minecraft/client/network/ClientPlayNetworkHandler;field_54852:Iintermediary field_54852Lnet/minecraft/class_634;field_54852:Iofficial lLguw;l:I
-
COMMAND_NODE_FACTORY
- Mappings:
Namespace Name Mixin selector named COMMAND_NODE_FACTORYLnet/minecraft/client/network/ClientPlayNetworkHandler;COMMAND_NODE_FACTORY:Lnet/minecraft/network/packet/s2c/play/CommandTreeS2CPacket$NodeFactory;intermediary field_60784Lnet/minecraft/class_634;field_60784:Lnet/minecraft/class_2641$class_11408;official wLguw;w:Ladr$d;
-
profile
private final com.mojang.authlib.GameProfile profile- Mappings:
Namespace Name Mixin selector named profileLnet/minecraft/client/network/ClientPlayNetworkHandler;profile:Lcom/mojang/authlib/GameProfile;intermediary field_3697Lnet/minecraft/class_634;field_3697:Lcom/mojang/authlib/GameProfile;official xLguw;x:Lcom/mojang/authlib/GameProfile;
-
world
- Mappings:
Namespace Name Mixin selector named worldLnet/minecraft/client/network/ClientPlayNetworkHandler;world:Lnet/minecraft/client/world/ClientWorld;intermediary field_3699Lnet/minecraft/class_634;field_3699:Lnet/minecraft/class_638;official yLguw;y:Lguv;
-
worldProperties
- Mappings:
Namespace Name Mixin selector named worldPropertiesLnet/minecraft/client/network/ClientPlayNetworkHandler;worldProperties:Lnet/minecraft/client/world/ClientWorld$Properties;intermediary field_24321Lnet/minecraft/class_634;field_24321:Lnet/minecraft/class_638$class_5271;official zLguw;z:Lguv$a;
-
playerListEntries
- Mappings:
Namespace Name Mixin selector named playerListEntriesLnet/minecraft/client/network/ClientPlayNetworkHandler;playerListEntries:Ljava/util/Map;intermediary field_3693Lnet/minecraft/class_634;field_3693:Ljava/util/Map;official ALguw;A:Ljava/util/Map;
-
listedPlayerListEntries
- Mappings:
Namespace Name Mixin selector named listedPlayerListEntriesLnet/minecraft/client/network/ClientPlayNetworkHandler;listedPlayerListEntries:Ljava/util/Set;intermediary field_40489Lnet/minecraft/class_634;field_40489:Ljava/util/Set;official BLguw;B:Ljava/util/Set;
-
advancementHandler
- Mappings:
Namespace Name Mixin selector named advancementHandlerLnet/minecraft/client/network/ClientPlayNetworkHandler;advancementHandler:Lnet/minecraft/client/network/ClientAdvancementManager;intermediary field_3700Lnet/minecraft/class_634;field_3700:Lnet/minecraft/class_632;official CLguw;C:Lgup;
-
commandSource
- Mappings:
Namespace Name Mixin selector named commandSourceLnet/minecraft/client/network/ClientPlayNetworkHandler;commandSource:Lnet/minecraft/client/network/ClientCommandSource;intermediary field_3691Lnet/minecraft/class_634;field_3691:Lnet/minecraft/class_637;official DLguw;D:Lguz;
-
restrictedCommandSource
Athat always has a permission level of 0.invalid reference
CommandSource- Mappings:
Namespace Name Mixin selector named restrictedCommandSourceLnet/minecraft/client/network/ClientPlayNetworkHandler;restrictedCommandSource:Lnet/minecraft/client/network/ClientCommandSource;intermediary field_60782Lnet/minecraft/class_634;field_60782:Lnet/minecraft/class_637;official ELguw;E:Lguz;
-
dataQueryHandler
- Mappings:
Namespace Name Mixin selector named dataQueryHandlerLnet/minecraft/client/network/ClientPlayNetworkHandler;dataQueryHandler:Lnet/minecraft/client/network/DataQueryHandler;intermediary field_3692Lnet/minecraft/class_634;field_3692:Lnet/minecraft/class_300;official FLguw;F:Lfvp;
-
chunkLoadDistance
private int chunkLoadDistance- Mappings:
Namespace Name Mixin selector named chunkLoadDistanceLnet/minecraft/client/network/ClientPlayNetworkHandler;chunkLoadDistance:Iintermediary field_19144Lnet/minecraft/class_634;field_19144:Iofficial GLguw;G:I
-
simulationDistance
private int simulationDistance- Mappings:
Namespace Name Mixin selector named simulationDistanceLnet/minecraft/client/network/ClientPlayNetworkHandler;simulationDistance:Iintermediary field_35164Lnet/minecraft/class_634;field_35164:Iofficial HLguw;H:I
-
random
- Mappings:
Namespace Name Mixin selector named randomLnet/minecraft/client/network/ClientPlayNetworkHandler;random:Lnet/minecraft/util/math/random/Random;intermediary field_3687Lnet/minecraft/class_634;field_3687:Lnet/minecraft/class_5819;official ILguw;I:Lbcy;
-
commandDispatcher
- Mappings:
Namespace Name Mixin selector named commandDispatcherLnet/minecraft/client/network/ClientPlayNetworkHandler;commandDispatcher:Lcom/mojang/brigadier/CommandDispatcher;intermediary field_3696Lnet/minecraft/class_634;field_3696:Lcom/mojang/brigadier/CommandDispatcher;official JLguw;J:Lcom/mojang/brigadier/CommandDispatcher;
-
recipeManager
- Mappings:
Namespace Name Mixin selector named recipeManagerLnet/minecraft/client/network/ClientPlayNetworkHandler;recipeManager:Lnet/minecraft/client/recipebook/ClientRecipeManager;intermediary field_54850Lnet/minecraft/class_634;field_54850:Lnet/minecraft/class_10333;official KLguw;K:Lgux;
-
sessionId
- Mappings:
Namespace Name Mixin selector named sessionIdLnet/minecraft/client/network/ClientPlayNetworkHandler;sessionId:Ljava/util/UUID;intermediary field_16771Lnet/minecraft/class_634;field_16771:Ljava/util/UUID;official LLguw;L:Ljava/util/UUID;
-
worldKeys
- Mappings:
Namespace Name Mixin selector named worldKeysLnet/minecraft/client/network/ClientPlayNetworkHandler;worldKeys:Ljava/util/Set;intermediary field_25273Lnet/minecraft/class_634;field_25273:Ljava/util/Set;official MLguw;M:Ljava/util/Set;
-
combinedDynamicRegistries
- Mappings:
Namespace Name Mixin selector named combinedDynamicRegistriesLnet/minecraft/client/network/ClientPlayNetworkHandler;combinedDynamicRegistries:Lnet/minecraft/registry/DynamicRegistryManager$Immutable;intermediary field_25063Lnet/minecraft/class_634;field_25063:Lnet/minecraft/class_5455$class_6890;official NLguw;N:Ljz$b;
-
enabledFeatures
- Mappings:
Namespace Name Mixin selector named enabledFeaturesLnet/minecraft/client/network/ClientPlayNetworkHandler;enabledFeatures:Lnet/minecraft/resource/featuretoggle/FeatureSet;intermediary field_45600Lnet/minecraft/class_634;field_45600:Lnet/minecraft/class_7699;official OLguw;O:Lcze;
-
brewingRecipeRegistry
- Mappings:
Namespace Name Mixin selector named brewingRecipeRegistryLnet/minecraft/client/network/ClientPlayNetworkHandler;brewingRecipeRegistry:Lnet/minecraft/recipe/BrewingRecipeRegistry;intermediary field_51439Lnet/minecraft/class_634;field_51439:Lnet/minecraft/class_1845;official PLguw;P:Ldfs;
-
fuelRegistry
- Mappings:
Namespace Name Mixin selector named fuelRegistryLnet/minecraft/client/network/ClientPlayNetworkHandler;fuelRegistry:Lnet/minecraft/item/FuelRegistry;intermediary field_53030Lnet/minecraft/class_634;field_53030:Lnet/minecraft/class_9895;official QLguw;Q:Ledo;
-
componentHasher
- Mappings:
Namespace Name Mixin selector named componentHasherLnet/minecraft/client/network/ClientPlayNetworkHandler;componentHasher:Lnet/minecraft/screen/sync/ComponentChangesHash$ComponentHasher;intermediary field_58155Lnet/minecraft/class_634;field_58155:Lnet/minecraft/class_10936$class_10937;official RLguw;R:Lwo$a;
-
removedPlayerVehicleId
- Mappings:
Namespace Name Mixin selector named removedPlayerVehicleIdLnet/minecraft/client/network/ClientPlayNetworkHandler;removedPlayerVehicleId:Ljava/util/OptionalInt;intermediary field_54851Lnet/minecraft/class_634;field_54851:Ljava/util/OptionalInt;official SLguw;S:Ljava/util/OptionalInt;
-
session
- Mappings:
Namespace Name Mixin selector named sessionLnet/minecraft/client/network/ClientPlayNetworkHandler;session:Lnet/minecraft/network/encryption/ClientPlayerSession;intermediary field_40799Lnet/minecraft/class_634;field_40799:Lnet/minecraft/class_7818;official TLguw;T:Lyh;
-
messagePacker
- Mappings:
Namespace Name Mixin selector named messagePackerLnet/minecraft/client/network/ClientPlayNetworkHandler;messagePacker:Lnet/minecraft/network/message/MessageChain$Packer;intermediary field_39808Lnet/minecraft/class_634;field_39808:Lnet/minecraft/class_7610$class_7612;official ULguw;U:Lyq$c;
-
globalChatMessageIndex
private int globalChatMessageIndex- Mappings:
Namespace Name Mixin selector named globalChatMessageIndexLnet/minecraft/client/network/ClientPlayNetworkHandler;globalChatMessageIndex:Iintermediary field_58156Lnet/minecraft/class_634;field_58156:Iofficial VLguw;V:I
-
lastSeenMessagesCollector
- Mappings:
Namespace Name Mixin selector named lastSeenMessagesCollectorLnet/minecraft/client/network/ClientPlayNetworkHandler;lastSeenMessagesCollector:Lnet/minecraft/network/message/LastSeenMessagesCollector;intermediary field_39858Lnet/minecraft/class_634;field_39858:Lnet/minecraft/class_7637;official WLguw;W:Lye;
-
signatureStorage
- Mappings:
Namespace Name Mixin selector named signatureStorageLnet/minecraft/client/network/ClientPlayNetworkHandler;signatureStorage:Lnet/minecraft/network/message/MessageSignatureStorage;intermediary field_40483Lnet/minecraft/class_634;field_40483:Lnet/minecraft/class_7561;official XLguw;X:Lyj;
-
profileKeyPairFuture
- Mappings:
Namespace Name Mixin selector named profileKeyPairFutureLnet/minecraft/client/network/ClientPlayNetworkHandler;profileKeyPairFuture:Ljava/util/concurrent/CompletableFuture;intermediary field_53031Lnet/minecraft/class_634;field_53031:Ljava/util/concurrent/CompletableFuture;official YLguw;Y:Ljava/util/concurrent/CompletableFuture;
-
syncedOptions
- Mappings:
Namespace Name Mixin selector named syncedOptionsLnet/minecraft/client/network/ClientPlayNetworkHandler;syncedOptions:Lnet/minecraft/network/packet/c2s/common/SyncedClientOptions;intermediary field_53032Lnet/minecraft/class_634;field_53032:Lnet/minecraft/class_8791;official ZLguw;Z:Latv;
-
chunkBatchSizeCalculator
- Mappings:
Namespace Name Mixin selector named chunkBatchSizeCalculatorLnet/minecraft/client/network/ClientPlayNetworkHandler;chunkBatchSizeCalculator:Lnet/minecraft/client/network/ChunkBatchSizeCalculator;intermediary field_45945Lnet/minecraft/class_634;field_45945:Lnet/minecraft/class_8760;official aaLguw;aa:Lguo;
-
pingMeasurer
- Mappings:
Namespace Name Mixin selector named pingMeasurerLnet/minecraft/client/network/ClientPlayNetworkHandler;pingMeasurer:Lnet/minecraft/client/network/PingMeasurer;intermediary field_45946Lnet/minecraft/class_634;field_45946:Lnet/minecraft/class_8761;official abLguw;ab:Lgvg;
-
debugSampleSubscriber
- Mappings:
Namespace Name Mixin selector named debugSampleSubscriberLnet/minecraft/client/network/ClientPlayNetworkHandler;debugSampleSubscriber:Lnet/minecraft/client/network/DebugSampleSubscriber;intermediary field_48933Lnet/minecraft/class_634;field_48933:Lnet/minecraft/class_9211;official acLguw;ac:Lgvb;
-
chunkLoadProgress
- Mappings:
Namespace Name Mixin selector named chunkLoadProgressLnet/minecraft/client/network/ClientPlayNetworkHandler;chunkLoadProgress:Lnet/minecraft/client/world/ClientChunkLoadProgress;intermediary field_61723Lnet/minecraft/class_634;field_61723:Lnet/minecraft/class_11653;official adLguw;ad:Lgve;
-
secureChatEnforced
private boolean secureChatEnforced- Mappings:
Namespace Name Mixin selector named secureChatEnforcedLnet/minecraft/client/network/ClientPlayNetworkHandler;secureChatEnforced:Zintermediary field_48403Lnet/minecraft/class_634;field_48403:Zofficial aeLguw;ae:Z
-
worldCleared
private volatile boolean worldCleared- Mappings:
Namespace Name Mixin selector named worldClearedLnet/minecraft/client/network/ClientPlayNetworkHandler;worldCleared:Zintermediary field_46187Lnet/minecraft/class_634;field_46187:Zofficial afLguw;af:Z
-
scoreboard
- Mappings:
Namespace Name Mixin selector named scoreboardLnet/minecraft/client/network/ClientPlayNetworkHandler;scoreboard:Lnet/minecraft/scoreboard/Scoreboard;intermediary field_47878Lnet/minecraft/class_634;field_47878:Lnet/minecraft/class_269;official agLguw;ag:Lflr;
-
waypointHandler
- Mappings:
Namespace Name Mixin selector named waypointHandlerLnet/minecraft/client/network/ClientPlayNetworkHandler;waypointHandler:Lnet/minecraft/client/world/ClientWaypointHandler;intermediary field_59963Lnet/minecraft/class_634;field_59963:Lnet/minecraft/class_11264;official ahLguw;ah:Lick;
-
searchManager
- Mappings:
Namespace Name Mixin selector named searchManagerLnet/minecraft/client/network/ClientPlayNetworkHandler;searchManager:Lnet/minecraft/client/search/SearchManager;intermediary field_51825Lnet/minecraft/class_634;field_51825:Lnet/minecraft/class_1124;official aiLguw;ai:Lgvn;
-
cachedData
- Mappings:
Namespace Name Mixin selector named cachedDataLnet/minecraft/client/network/ClientPlayNetworkHandler;cachedData:Ljava/util/List;intermediary field_56354Lnet/minecraft/class_634;field_56354:Ljava/util/List;official ajLguw;aj:Ljava/util/List;
-
-
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;)Vintermediary <init>Lnet/minecraft/class_634;<init>(Lnet/minecraft/class_310;Lnet/minecraft/class_2535;Lnet/minecraft/class_8675;)Vofficial <init>Lguw;<init>(Lfwa;Lwj;Lgva;)V
-
-
Method Details
-
getCommandSource
- Mappings:
Namespace Name Mixin selector named getCommandSourceLnet/minecraft/client/network/ClientPlayNetworkHandler;getCommandSource()Lnet/minecraft/client/network/ClientCommandSource;intermediary method_2875Lnet/minecraft/class_634;method_2875()Lnet/minecraft/class_637;official iLguw;i()Lguz;
-
unloadWorld
public void unloadWorld()- Mappings:
Namespace Name Mixin selector named unloadWorldLnet/minecraft/client/network/ClientPlayNetworkHandler;unloadWorld()Vintermediary method_47658Lnet/minecraft/class_634;method_47658()Vofficial jLguw;j()V
-
clearWorld
public void clearWorld()- Mappings:
Namespace Name Mixin selector named clearWorldLnet/minecraft/client/network/ClientPlayNetworkHandler;clearWorld()Vintermediary method_54134Lnet/minecraft/class_634;method_54134()Vofficial kLguw;k()V
-
clearCachedData
private void clearCachedData()- Mappings:
Namespace Name Mixin selector named clearCachedDataLnet/minecraft/client/network/ClientPlayNetworkHandler;clearCachedData()Vintermediary method_67268Lnet/minecraft/class_634;method_67268()Vofficial JLguw;J()V
-
getRecipeManager
- Mappings:
Namespace Name Mixin selector named getRecipeManagerLnet/minecraft/client/network/ClientPlayNetworkHandler;getRecipeManager()Lnet/minecraft/recipe/RecipeManager;intermediary method_64899Lnet/minecraft/class_634;method_64899()Lnet/minecraft/class_10286;official lLguw;l()Ldiq;
-
onGameJoin
- Specified by:
onGameJoinin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onGameJoinLnet/minecraft/network/listener/ClientPlayPacketListener;onGameJoin(Lnet/minecraft/network/packet/s2c/play/GameJoinS2CPacket;)Vintermediary method_11120Lnet/minecraft/class_2602;method_11120(Lnet/minecraft/class_2678;)Vofficial aLacz;a(Laeq;)V
-
onEntitySpawn
Handles the spawning of non-living entities.- Specified by:
onEntitySpawnin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onEntitySpawnLnet/minecraft/network/listener/ClientPlayPacketListener;onEntitySpawn(Lnet/minecraft/network/packet/s2c/play/EntitySpawnS2CPacket;)Vintermediary method_11112Lnet/minecraft/class_2602;method_11112(Lnet/minecraft/class_2604;)Vofficial aLacz;a(Lada;)V
-
createEntity
- Mappings:
Namespace Name Mixin selector named createEntityLnet/minecraft/client/network/ClientPlayNetworkHandler;createEntity(Lnet/minecraft/network/packet/s2c/play/EntitySpawnS2CPacket;)Lnet/minecraft/entity/Entity;intermediary method_53876Lnet/minecraft/class_634;method_53876(Lnet/minecraft/class_2604;)Lnet/minecraft/class_1297;official bLguw;b(Lada;)Lcaf;
-
playSpawnSound
- Mappings:
Namespace Name Mixin selector named playSpawnSoundLnet/minecraft/client/network/ClientPlayNetworkHandler;playSpawnSound(Lnet/minecraft/entity/Entity;)Vintermediary method_43209Lnet/minecraft/class_634;method_43209(Lnet/minecraft/class_1297;)Vofficial aLguw;a(Lcaf;)V
-
onEntityVelocityUpdate
- Specified by:
onEntityVelocityUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onEntityVelocityUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onEntityVelocityUpdate(Lnet/minecraft/network/packet/s2c/play/EntityVelocityUpdateS2CPacket;)Vintermediary method_11132Lnet/minecraft/class_2602;method_11132(Lnet/minecraft/class_2743;)Vofficial aLacz;a(Lagk;)V
-
onEntityTrackerUpdate
- Specified by:
onEntityTrackerUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onEntityTrackerUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onEntityTrackerUpdate(Lnet/minecraft/network/packet/s2c/play/EntityTrackerUpdateS2CPacket;)Vintermediary method_11093Lnet/minecraft/class_2602;method_11093(Lnet/minecraft/class_2739;)Vofficial aLacz;a(Lagi;)V
-
onEntityPositionSync
- Specified by:
onEntityPositionSyncin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onEntityPositionSyncLnet/minecraft/network/listener/ClientPlayPacketListener;onEntityPositionSync(Lnet/minecraft/network/packet/s2c/play/EntityPositionSyncS2CPacket;)Vintermediary method_64553Lnet/minecraft/class_2602;method_64553(Lnet/minecraft/class_10264;)Vofficial aLacz;a(Laed;)V
-
onEntityPosition
- Specified by:
onEntityPositionin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onEntityPositionLnet/minecraft/network/listener/ClientPlayPacketListener;onEntityPosition(Lnet/minecraft/network/packet/s2c/play/EntityPositionS2CPacket;)Vintermediary method_11086Lnet/minecraft/class_2602;method_11086(Lnet/minecraft/class_2777;)Vofficial aLacz;a(Lahh;)V
-
onUpdateTickRate
- Specified by:
onUpdateTickRatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onUpdateTickRateLnet/minecraft/network/listener/ClientPlayPacketListener;onUpdateTickRate(Lnet/minecraft/network/packet/s2c/play/UpdateTickRateS2CPacket;)Vintermediary method_54806Lnet/minecraft/class_2602;method_54806(Lnet/minecraft/class_8913;)Vofficial aLacz;a(Lahj;)V
-
onTickStep
- Specified by:
onTickStepin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onTickStepLnet/minecraft/network/listener/ClientPlayPacketListener;onTickStep(Lnet/minecraft/network/packet/s2c/play/TickStepS2CPacket;)Vintermediary method_54807Lnet/minecraft/class_2602;method_54807(Lnet/minecraft/class_8914;)Vofficial aLacz;a(Lahk;)V
-
onUpdateSelectedSlot
- Specified by:
onUpdateSelectedSlotin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onUpdateSelectedSlotLnet/minecraft/network/listener/ClientPlayPacketListener;onUpdateSelectedSlot(Lnet/minecraft/network/packet/s2c/play/UpdateSelectedSlotS2CPacket;)Vintermediary method_11135Lnet/minecraft/class_2602;method_11135(Lnet/minecraft/class_2735;)Vofficial aLacz;a(Lago;)V
-
onEntity
- Specified by:
onEntityin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onEntityLnet/minecraft/network/listener/ClientPlayPacketListener;onEntity(Lnet/minecraft/network/packet/s2c/play/EntityS2CPacket;)Vintermediary method_11155Lnet/minecraft/class_2602;method_11155(Lnet/minecraft/class_2684;)Vofficial aLacz;a(Laet;)V
-
onMoveMinecartAlongTrack
- Specified by:
onMoveMinecartAlongTrackin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onMoveMinecartAlongTrackLnet/minecraft/network/listener/ClientPlayPacketListener;onMoveMinecartAlongTrack(Lnet/minecraft/network/packet/s2c/play/MoveMinecartAlongTrackS2CPacket;)Vintermediary method_61186Lnet/minecraft/class_2602;method_61186(Lnet/minecraft/class_9833;)Vofficial aLacz;a(Laeu;)V
-
onEntitySetHeadYaw
- Specified by:
onEntitySetHeadYawin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onEntitySetHeadYawLnet/minecraft/network/listener/ClientPlayPacketListener;onEntitySetHeadYaw(Lnet/minecraft/network/packet/s2c/play/EntitySetHeadYawS2CPacket;)Vintermediary method_11139Lnet/minecraft/class_2602;method_11139(Lnet/minecraft/class_2726;)Vofficial aLacz;a(Lafs;)V
-
onEntitiesDestroy
- Specified by:
onEntitiesDestroyin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onEntitiesDestroyLnet/minecraft/network/listener/ClientPlayPacketListener;onEntitiesDestroy(Lnet/minecraft/network/packet/s2c/play/EntitiesDestroyS2CPacket;)Vintermediary method_11095Lnet/minecraft/class_2602;method_11095(Lnet/minecraft/class_2716;)Vofficial aLacz;a(Lafo;)V
-
onPlayerPositionLook
- Specified by:
onPlayerPositionLookin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onPlayerPositionLookLnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerPositionLook(Lnet/minecraft/network/packet/s2c/play/PlayerPositionLookS2CPacket;)Vintermediary method_11157Lnet/minecraft/class_2602;method_11157(Lnet/minecraft/class_2708;)Vofficial aLacz;a(Lafi;)V
-
setPosition
private static boolean setPosition(EntityPosition pos, Set<PositionFlag> flags, Entity entity, boolean bool) - Mappings:
Namespace Name Mixin selector named setPositionLnet/minecraft/client/network/ClientPlayNetworkHandler;setPosition(Lnet/minecraft/entity/EntityPosition;Ljava/util/Set;Lnet/minecraft/entity/Entity;Z)Zintermediary method_64897Lnet/minecraft/class_634;method_64897(Lnet/minecraft/class_10182;Ljava/util/Set;Lnet/minecraft/class_1297;Z)Zofficial aLguw;a(Lcbt;Ljava/util/Set;Lcaf;Z)Z
-
onPlayerRotation
- Specified by:
onPlayerRotationin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onPlayerRotationLnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerRotation(Lnet/minecraft/network/packet/s2c/play/PlayerRotationS2CPacket;)Vintermediary method_64554Lnet/minecraft/class_2602;method_64554(Lnet/minecraft/class_10265;)Vofficial aLacz;a(Lafj;)V
-
onChunkDeltaUpdate
- Specified by:
onChunkDeltaUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onChunkDeltaUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onChunkDeltaUpdate(Lnet/minecraft/network/packet/s2c/play/ChunkDeltaUpdateS2CPacket;)Vintermediary method_11100Lnet/minecraft/class_2602;method_11100(Lnet/minecraft/class_2637;)Vofficial aLacz;a(Laft;)V
-
onChunkData
- Specified by:
onChunkDatain interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onChunkDataLnet/minecraft/network/listener/ClientPlayPacketListener;onChunkData(Lnet/minecraft/network/packet/s2c/play/ChunkDataS2CPacket;)Vintermediary method_11128Lnet/minecraft/class_2602;method_11128(Lnet/minecraft/class_2672;)Vofficial aLacz;a(Lael;)V
-
onChunkBiomeData
- Specified by:
onChunkBiomeDatain interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onChunkBiomeDataLnet/minecraft/network/listener/ClientPlayPacketListener;onChunkBiomeData(Lnet/minecraft/network/packet/s2c/play/ChunkBiomeDataS2CPacket;)Vintermediary method_49631Lnet/minecraft/class_2602;method_49631(Lnet/minecraft/class_8212;)Vofficial aLacz;a(Lado;)V
-
loadChunk
- Mappings:
Namespace Name Mixin selector named loadChunkLnet/minecraft/client/network/ClientPlayNetworkHandler;loadChunk(IILnet/minecraft/network/packet/s2c/play/ChunkData;)Vintermediary method_38539Lnet/minecraft/class_634;method_38539(IILnet/minecraft/class_6603;)Vofficial aLguw;a(IILaek;)V
-
scheduleRenderChunk
- Mappings:
Namespace Name Mixin selector named scheduleRenderChunkLnet/minecraft/client/network/ClientPlayNetworkHandler;scheduleRenderChunk(Lnet/minecraft/world/chunk/WorldChunk;II)Vintermediary method_38541Lnet/minecraft/class_634;method_38541(Lnet/minecraft/class_2818;II)Vofficial aLguw;a(Leic;II)V
-
onUnloadChunk
- Specified by:
onUnloadChunkin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onUnloadChunkLnet/minecraft/network/listener/ClientPlayPacketListener;onUnloadChunk(Lnet/minecraft/network/packet/s2c/play/UnloadChunkS2CPacket;)Vintermediary method_11107Lnet/minecraft/class_2602;method_11107(Lnet/minecraft/class_2666;)Vofficial aLacz;a(Laef;)V
-
unloadChunk
- Mappings:
Namespace Name Mixin selector named unloadChunkLnet/minecraft/client/network/ClientPlayNetworkHandler;unloadChunk(Lnet/minecraft/network/packet/s2c/play/UnloadChunkS2CPacket;)Vintermediary method_51684Lnet/minecraft/class_634;method_51684(Lnet/minecraft/class_2666;)Vofficial bLguw;b(Laef;)V
-
onBlockUpdate
- Specified by:
onBlockUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onBlockUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onBlockUpdate(Lnet/minecraft/network/packet/s2c/play/BlockUpdateS2CPacket;)Vintermediary method_11136Lnet/minecraft/class_2602;method_11136(Lnet/minecraft/class_2626;)Vofficial aLacz;a(Ladh;)V
-
onEnterReconfiguration
- Specified by:
onEnterReconfigurationin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onEnterReconfigurationLnet/minecraft/network/listener/ClientPlayPacketListener;onEnterReconfiguration(Lnet/minecraft/network/packet/s2c/play/EnterReconfigurationS2CPacket;)Vintermediary method_52798Lnet/minecraft/class_2602;method_52798(Lnet/minecraft/class_8588;)Vofficial aLacz;a(Lahb;)V
-
onItemPickupAnimation
- Specified by:
onItemPickupAnimationin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onItemPickupAnimationLnet/minecraft/network/listener/ClientPlayPacketListener;onItemPickupAnimation(Lnet/minecraft/network/packet/s2c/play/ItemPickupAnimationS2CPacket;)Vintermediary method_11150Lnet/minecraft/class_2602;method_11150(Lnet/minecraft/class_2775;)Vofficial aLacz;a(Lahg;)V
-
onGameMessage
- Specified by:
onGameMessagein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onGameMessageLnet/minecraft/network/listener/ClientPlayPacketListener;onGameMessage(Lnet/minecraft/network/packet/s2c/play/GameMessageS2CPacket;)Vintermediary method_43596Lnet/minecraft/class_2602;method_43596(Lnet/minecraft/class_7439;)Vofficial aLacz;a(Lahd;)V
-
onChatMessage
- Specified by:
onChatMessagein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onChatMessageLnet/minecraft/network/listener/ClientPlayPacketListener;onChatMessage(Lnet/minecraft/network/packet/s2c/play/ChatMessageS2CPacket;)Vintermediary method_43595Lnet/minecraft/class_2602;method_43595(Lnet/minecraft/class_7438;)Vofficial aLacz;a(Lafb;)V
-
onProfilelessChatMessage
- Specified by:
onProfilelessChatMessagein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onProfilelessChatMessageLnet/minecraft/network/listener/ClientPlayPacketListener;onProfilelessChatMessage(Lnet/minecraft/network/packet/s2c/play/ProfilelessChatMessageS2CPacket;)Vintermediary method_45724Lnet/minecraft/class_2602;method_45724(Lnet/minecraft/class_7827;)Vofficial aLacz;a(Laeb;)V
-
onRemoveMessage
- Specified by:
onRemoveMessagein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onRemoveMessageLnet/minecraft/network/listener/ClientPlayPacketListener;onRemoveMessage(Lnet/minecraft/network/packet/s2c/play/RemoveMessageS2CPacket;)Vintermediary method_44814Lnet/minecraft/class_2602;method_44814(Lnet/minecraft/class_7617;)Vofficial aLacz;a(Laea;)V
-
onEntityAnimation
- Specified by:
onEntityAnimationin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onEntityAnimationLnet/minecraft/network/listener/ClientPlayPacketListener;onEntityAnimation(Lnet/minecraft/network/packet/s2c/play/EntityAnimationS2CPacket;)Vintermediary method_11160Lnet/minecraft/class_2602;method_11160(Lnet/minecraft/class_2616;)Vofficial aLacz;a(Ladb;)V
-
onDamageTilt
- Specified by:
onDamageTiltin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onDamageTiltLnet/minecraft/network/listener/ClientPlayPacketListener;onDamageTilt(Lnet/minecraft/network/packet/s2c/play/DamageTiltS2CPacket;)Vintermediary method_48295Lnet/minecraft/class_2602;method_48295(Lnet/minecraft/class_8043;)Vofficial aLacz;a(Laei;)V
-
onWorldTimeUpdate
- Specified by:
onWorldTimeUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onWorldTimeUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onWorldTimeUpdate(Lnet/minecraft/network/packet/s2c/play/WorldTimeUpdateS2CPacket;)Vintermediary method_11079Lnet/minecraft/class_2602;method_11079(Lnet/minecraft/class_2761;)Vofficial aLacz;a(Lagw;)V
-
onPlayerSpawnPosition
- Specified by:
onPlayerSpawnPositionin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onPlayerSpawnPositionLnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerSpawnPosition(Lnet/minecraft/network/packet/s2c/play/PlayerSpawnPositionS2CPacket;)Vintermediary method_11142Lnet/minecraft/class_2602;method_11142(Lnet/minecraft/class_2759;)Vofficial aLacz;a(Lagg;)V
-
onEntityPassengersSet
- Specified by:
onEntityPassengersSetin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onEntityPassengersSetLnet/minecraft/network/listener/ClientPlayPacketListener;onEntityPassengersSet(Lnet/minecraft/network/packet/s2c/play/EntityPassengersSetS2CPacket;)Vintermediary method_11080Lnet/minecraft/class_2602;method_11080(Lnet/minecraft/class_2752;)Vofficial aLacz;a(Lagq;)V
-
onEntityAttach
- Specified by:
onEntityAttachin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onEntityAttachLnet/minecraft/network/listener/ClientPlayPacketListener;onEntityAttach(Lnet/minecraft/network/packet/s2c/play/EntityAttachS2CPacket;)Vintermediary method_11110Lnet/minecraft/class_2602;method_11110(Lnet/minecraft/class_2740;)Vofficial aLacz;a(Lagj;)V
-
getActiveDeathProtector
- Mappings:
Namespace Name Mixin selector named getActiveDeathProtectorLnet/minecraft/client/network/ClientPlayNetworkHandler;getActiveDeathProtector(Lnet/minecraft/entity/player/PlayerEntity;)Lnet/minecraft/item/ItemStack;intermediary method_19691Lnet/minecraft/class_634;method_19691(Lnet/minecraft/class_1657;)Lnet/minecraft/class_1799;official aLguw;a(Lcvu;)Lddw;
-
onEntityStatus
- Specified by:
onEntityStatusin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onEntityStatusLnet/minecraft/network/listener/ClientPlayPacketListener;onEntityStatus(Lnet/minecraft/network/packet/s2c/play/EntityStatusS2CPacket;)Vintermediary method_11148Lnet/minecraft/class_2602;method_11148(Lnet/minecraft/class_2663;)Vofficial aLacz;a(Laec;)V
-
onEntityDamage
- Specified by:
onEntityDamagein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onEntityDamageLnet/minecraft/network/listener/ClientPlayPacketListener;onEntityDamage(Lnet/minecraft/network/packet/s2c/play/EntityDamageS2CPacket;)Vintermediary method_49034Lnet/minecraft/class_2602;method_49034(Lnet/minecraft/class_8143;)Vofficial aLacz;a(Lady;)V
-
onHealthUpdate
- Specified by:
onHealthUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onHealthUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onHealthUpdate(Lnet/minecraft/network/packet/s2c/play/HealthUpdateS2CPacket;)Vintermediary method_11122Lnet/minecraft/class_2602;method_11122(Lnet/minecraft/class_2749;)Vofficial aLacz;a(Lagn;)V
-
onExperienceBarUpdate
- Specified by:
onExperienceBarUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onExperienceBarUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onExperienceBarUpdate(Lnet/minecraft/network/packet/s2c/play/ExperienceBarUpdateS2CPacket;)Vintermediary method_11101Lnet/minecraft/class_2602;method_11101(Lnet/minecraft/class_2748;)Vofficial aLacz;a(Lagm;)V
-
onPlayerRespawn
- Specified by:
onPlayerRespawnin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onPlayerRespawnLnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerRespawn(Lnet/minecraft/network/packet/s2c/play/PlayerRespawnS2CPacket;)Vintermediary method_11117Lnet/minecraft/class_2602;method_11117(Lnet/minecraft/class_2724;)Vofficial aLacz;a(Lafr;)V
-
getWorldEntryReason
private LevelLoadingScreen.WorldEntryReason getWorldEntryReason(boolean dead, RegistryKey<World> from, RegistryKey<World> to) - Mappings:
Namespace Name Mixin selector named getWorldEntryReasonLnet/minecraft/client/network/ClientPlayNetworkHandler;getWorldEntryReason(ZLnet/minecraft/registry/RegistryKey;Lnet/minecraft/registry/RegistryKey;)Lnet/minecraft/client/gui/screen/world/LevelLoadingScreen$WorldEntryReason;intermediary method_59842Lnet/minecraft/class_634;method_59842(ZLnet/minecraft/class_5321;Lnet/minecraft/class_5321;)Lnet/minecraft/class_3928$class_9678;official aLguw;a(ZLamm;Lamm;)Lghr$a;
-
onExplosion
- Specified by:
onExplosionin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onExplosionLnet/minecraft/network/listener/ClientPlayPacketListener;onExplosion(Lnet/minecraft/network/packet/s2c/play/ExplosionS2CPacket;)Vintermediary method_11124Lnet/minecraft/class_2602;method_11124(Lnet/minecraft/class_2664;)Vofficial aLacz;a(Laee;)V
-
onOpenHorseScreen
- Specified by:
onOpenHorseScreenin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onOpenHorseScreenLnet/minecraft/network/listener/ClientPlayPacketListener;onOpenHorseScreen(Lnet/minecraft/network/packet/s2c/play/OpenHorseScreenS2CPacket;)Vintermediary method_11089Lnet/minecraft/class_2602;method_11089(Lnet/minecraft/class_2648;)Vofficial aLacz;a(Laeh;)V
-
onOpenScreen
- Specified by:
onOpenScreenin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onOpenScreenLnet/minecraft/network/listener/ClientPlayPacketListener;onOpenScreen(Lnet/minecraft/network/packet/s2c/play/OpenScreenS2CPacket;)Vintermediary method_17587Lnet/minecraft/class_2602;method_17587(Lnet/minecraft/class_3944;)Vofficial aLacz;a(Laex;)V
-
onScreenHandlerSlotUpdate
- Specified by:
onScreenHandlerSlotUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onScreenHandlerSlotUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onScreenHandlerSlotUpdate(Lnet/minecraft/network/packet/s2c/play/ScreenHandlerSlotUpdateS2CPacket;)Vintermediary method_11109Lnet/minecraft/class_2602;method_11109(Lnet/minecraft/class_2653;)Vofficial aLacz;a(Ladv;)V
-
onSetCursorItem
- Specified by:
onSetCursorItemin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onSetCursorItemLnet/minecraft/network/listener/ClientPlayPacketListener;onSetCursorItem(Lnet/minecraft/network/packet/s2c/play/SetCursorItemS2CPacket;)Vintermediary method_61187Lnet/minecraft/class_2602;method_61187(Lnet/minecraft/class_9834;)Vofficial aLacz;a(Lagf;)V
-
onSetPlayerInventory
- Specified by:
onSetPlayerInventoryin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onSetPlayerInventoryLnet/minecraft/network/listener/ClientPlayPacketListener;onSetPlayerInventory(Lnet/minecraft/network/packet/s2c/play/SetPlayerInventoryS2CPacket;)Vintermediary method_61188Lnet/minecraft/class_2602;method_61188(Lnet/minecraft/class_9835;)Vofficial aLacz;a(Lagr;)V
-
onInventory
- Specified by:
onInventoryin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onInventoryLnet/minecraft/network/listener/ClientPlayPacketListener;onInventory(Lnet/minecraft/network/packet/s2c/play/InventoryS2CPacket;)Vintermediary method_11153Lnet/minecraft/class_2602;method_11153(Lnet/minecraft/class_2649;)Vofficial aLacz;a(Ladt;)V
-
onSignEditorOpen
- Specified by:
onSignEditorOpenin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onSignEditorOpenLnet/minecraft/network/listener/ClientPlayPacketListener;onSignEditorOpen(Lnet/minecraft/network/packet/s2c/play/SignEditorOpenS2CPacket;)Vintermediary method_11108Lnet/minecraft/class_2602;method_11108(Lnet/minecraft/class_2693;)Vofficial aLacz;a(Laey;)V
-
onBlockEntityUpdate
- Specified by:
onBlockEntityUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onBlockEntityUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onBlockEntityUpdate(Lnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;)Vintermediary method_11094Lnet/minecraft/class_2602;method_11094(Lnet/minecraft/class_2622;)Vofficial aLacz;a(Ladf;)V
-
onScreenHandlerPropertyUpdate
- Specified by:
onScreenHandlerPropertyUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onScreenHandlerPropertyUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onScreenHandlerPropertyUpdate(Lnet/minecraft/network/packet/s2c/play/ScreenHandlerPropertyUpdateS2CPacket;)Vintermediary method_11131Lnet/minecraft/class_2602;method_11131(Lnet/minecraft/class_2651;)Vofficial aLacz;a(Ladu;)V
-
onEntityEquipmentUpdate
- Specified by:
onEntityEquipmentUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onEntityEquipmentUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onEntityEquipmentUpdate(Lnet/minecraft/network/packet/s2c/play/EntityEquipmentUpdateS2CPacket;)Vintermediary method_11151Lnet/minecraft/class_2602;method_11151(Lnet/minecraft/class_2744;)Vofficial aLacz;a(Lagl;)V
-
onCloseScreen
- Specified by:
onCloseScreenin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onCloseScreenLnet/minecraft/network/listener/ClientPlayPacketListener;onCloseScreen(Lnet/minecraft/network/packet/s2c/play/CloseScreenS2CPacket;)Vintermediary method_11102Lnet/minecraft/class_2602;method_11102(Lnet/minecraft/class_2645;)Vofficial aLacz;a(Lads;)V
-
onBlockEvent
- Specified by:
onBlockEventin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onBlockEventLnet/minecraft/network/listener/ClientPlayPacketListener;onBlockEvent(Lnet/minecraft/network/packet/s2c/play/BlockEventS2CPacket;)Vintermediary method_11158Lnet/minecraft/class_2602;method_11158(Lnet/minecraft/class_2623;)Vofficial aLacz;a(Ladg;)V
-
onBlockBreakingProgress
- Specified by:
onBlockBreakingProgressin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onBlockBreakingProgressLnet/minecraft/network/listener/ClientPlayPacketListener;onBlockBreakingProgress(Lnet/minecraft/network/packet/s2c/play/BlockBreakingProgressS2CPacket;)Vintermediary method_11116Lnet/minecraft/class_2602;method_11116(Lnet/minecraft/class_2620;)Vofficial aLacz;a(Lade;)V
-
onGameStateChange
- Specified by:
onGameStateChangein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onGameStateChangeLnet/minecraft/network/listener/ClientPlayPacketListener;onGameStateChange(Lnet/minecraft/network/packet/s2c/play/GameStateChangeS2CPacket;)Vintermediary method_11085Lnet/minecraft/class_2602;method_11085(Lnet/minecraft/class_2668;)Vofficial aLacz;a(Laeg;)V
-
startWorldLoading
private void startWorldLoading(ClientPlayerEntity player, ClientWorld world, LevelLoadingScreen.WorldEntryReason reason) - Mappings:
Namespace Name Mixin selector named startWorldLoadingLnet/minecraft/client/network/ClientPlayNetworkHandler;startWorldLoading(Lnet/minecraft/client/network/ClientPlayerEntity;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/client/gui/screen/world/LevelLoadingScreen$WorldEntryReason;)Vintermediary method_54133Lnet/minecraft/class_634;method_54133(Lnet/minecraft/class_746;Lnet/minecraft/class_638;Lnet/minecraft/class_3928$class_9678;)Vofficial aLguw;a(Lgzt;Lguv;Lghr$a;)V
-
onMapUpdate
- Specified by:
onMapUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onMapUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onMapUpdate(Lnet/minecraft/network/packet/s2c/play/MapUpdateS2CPacket;)Vintermediary method_11088Lnet/minecraft/class_2602;method_11088(Lnet/minecraft/class_2683;)Vofficial aLacz;a(Laer;)V
-
onWorldEvent
- Specified by:
onWorldEventin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onWorldEventLnet/minecraft/network/listener/ClientPlayPacketListener;onWorldEvent(Lnet/minecraft/network/packet/s2c/play/WorldEventS2CPacket;)Vintermediary method_11098Lnet/minecraft/class_2602;method_11098(Lnet/minecraft/class_2673;)Vofficial aLacz;a(Laem;)V
-
onAdvancements
- Specified by:
onAdvancementsin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onAdvancementsLnet/minecraft/network/listener/ClientPlayPacketListener;onAdvancements(Lnet/minecraft/network/packet/s2c/play/AdvancementUpdateS2CPacket;)Vintermediary method_11130Lnet/minecraft/class_2602;method_11130(Lnet/minecraft/class_2779;)Vofficial aLacz;a(Lahm;)V
-
onSelectAdvancementTab
- Specified by:
onSelectAdvancementTabin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onSelectAdvancementTabLnet/minecraft/network/listener/ClientPlayPacketListener;onSelectAdvancementTab(Lnet/minecraft/network/packet/s2c/play/SelectAdvancementTabS2CPacket;)Vintermediary method_11161Lnet/minecraft/class_2602;method_11161(Lnet/minecraft/class_2729;)Vofficial aLacz;a(Lafu;)V
-
onCommandTree
- Specified by:
onCommandTreein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onCommandTreeLnet/minecraft/network/listener/ClientPlayPacketListener;onCommandTree(Lnet/minecraft/network/packet/s2c/play/CommandTreeS2CPacket;)Vintermediary method_11145Lnet/minecraft/class_2602;method_11145(Lnet/minecraft/class_2641;)Vofficial aLacz;a(Ladr;)V
-
onStopSound
- Specified by:
onStopSoundin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onStopSoundLnet/minecraft/network/listener/ClientPlayPacketListener;onStopSound(Lnet/minecraft/network/packet/s2c/play/StopSoundS2CPacket;)Vintermediary method_11082Lnet/minecraft/class_2602;method_11082(Lnet/minecraft/class_2770;)Vofficial aLacz;a(Lahc;)V
-
onCommandSuggestions
- Specified by:
onCommandSuggestionsin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onCommandSuggestionsLnet/minecraft/network/listener/ClientPlayPacketListener;onCommandSuggestions(Lnet/minecraft/network/packet/s2c/play/CommandSuggestionsS2CPacket;)Vintermediary method_11081Lnet/minecraft/class_2602;method_11081(Lnet/minecraft/class_2639;)Vofficial aLacz;a(Ladq;)V
-
onSynchronizeRecipes
- Specified by:
onSynchronizeRecipesin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onSynchronizeRecipesLnet/minecraft/network/listener/ClientPlayPacketListener;onSynchronizeRecipes(Lnet/minecraft/network/packet/s2c/play/SynchronizeRecipesS2CPacket;)Vintermediary method_11106Lnet/minecraft/class_2602;method_11106(Lnet/minecraft/class_2788;)Vofficial aLacz;a(Lahp;)V
-
onLookAt
- Specified by:
onLookAtin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onLookAtLnet/minecraft/network/listener/ClientPlayPacketListener;onLookAt(Lnet/minecraft/network/packet/s2c/play/LookAtS2CPacket;)Vintermediary method_11092Lnet/minecraft/class_2602;method_11092(Lnet/minecraft/class_2707;)Vofficial aLacz;a(Lafh;)V
-
onNbtQueryResponse
- Specified by:
onNbtQueryResponsein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onNbtQueryResponseLnet/minecraft/network/listener/ClientPlayPacketListener;onNbtQueryResponse(Lnet/minecraft/network/packet/s2c/play/NbtQueryResponseS2CPacket;)Vintermediary method_11127Lnet/minecraft/class_2602;method_11127(Lnet/minecraft/class_2774;)Vofficial aLacz;a(Lahf;)V
-
onStatistics
- Specified by:
onStatisticsin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onStatisticsLnet/minecraft/network/listener/ClientPlayPacketListener;onStatistics(Lnet/minecraft/network/packet/s2c/play/StatisticsS2CPacket;)Vintermediary method_11129Lnet/minecraft/class_2602;method_11129(Lnet/minecraft/class_2617;)Vofficial aLacz;a(Ladc;)V
-
onRecipeBookAdd
- Specified by:
onRecipeBookAddin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onRecipeBookAddLnet/minecraft/network/listener/ClientPlayPacketListener;onRecipeBookAdd(Lnet/minecraft/network/packet/s2c/play/RecipeBookAddS2CPacket;)Vintermediary method_64555Lnet/minecraft/class_2602;method_64555(Lnet/minecraft/class_10266;)Vofficial aLacz;a(Lafl;)V
-
onRecipeBookRemove
- Specified by:
onRecipeBookRemovein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onRecipeBookRemoveLnet/minecraft/network/listener/ClientPlayPacketListener;onRecipeBookRemove(Lnet/minecraft/network/packet/s2c/play/RecipeBookRemoveS2CPacket;)Vintermediary method_11115Lnet/minecraft/class_2602;method_11115(Lnet/minecraft/class_10268;)Vofficial aLacz;a(Lafm;)V
-
onRecipeBookSettings
- Specified by:
onRecipeBookSettingsin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onRecipeBookSettingsLnet/minecraft/network/listener/ClientPlayPacketListener;onRecipeBookSettings(Lnet/minecraft/network/packet/s2c/play/RecipeBookSettingsS2CPacket;)Vintermediary method_64556Lnet/minecraft/class_2602;method_64556(Lnet/minecraft/class_10269;)Vofficial aLacz;a(Lafn;)V
-
refreshRecipeBook
- Mappings:
Namespace Name Mixin selector named refreshRecipeBookLnet/minecraft/client/network/ClientPlayNetworkHandler;refreshRecipeBook(Lnet/minecraft/client/recipebook/ClientRecipeBook;)Vintermediary method_64898Lnet/minecraft/class_634;method_64898(Lnet/minecraft/class_299;)Vofficial aLguw;a(Lfvl;)V
-
onEntityStatusEffect
- Specified by:
onEntityStatusEffectin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onEntityStatusEffectLnet/minecraft/network/listener/ClientPlayPacketListener;onEntityStatusEffect(Lnet/minecraft/network/packet/s2c/play/EntityStatusEffectS2CPacket;)Vintermediary method_11084Lnet/minecraft/class_2602;method_11084(Lnet/minecraft/class_2783;)Vofficial aLacz;a(Laho;)V
-
startTagReload
private <T> Registry.PendingTagLoad<T> startTagReload(RegistryKey<? extends Registry<? extends T>> registryRef, TagPacketSerializer.Serialized serialized) - Mappings:
Namespace Name Mixin selector named startTagReloadLnet/minecraft/client/network/ClientPlayNetworkHandler;startTagReload(Lnet/minecraft/registry/RegistryKey;Lnet/minecraft/registry/tag/TagPacketSerializer$Serialized;)Lnet/minecraft/registry/Registry$PendingTagLoad;intermediary method_62148Lnet/minecraft/class_634;method_62148(Lnet/minecraft/class_5321;Lnet/minecraft/class_6864$class_5748;)Lnet/minecraft/class_2378$class_10106;official aLguw;a(Lamm;Lbau$a;)Ljy$a;
-
onSynchronizeTags
- Specified by:
onSynchronizeTagsin interfaceClientCommonPacketListener- Mappings:
Namespace Name Mixin selector named onSynchronizeTagsLnet/minecraft/network/listener/ClientCommonPacketListener;onSynchronizeTags(Lnet/minecraft/network/packet/s2c/common/SynchronizeTagsS2CPacket;)Vintermediary method_11126Lnet/minecraft/class_8705;method_11126(Lnet/minecraft/class_2790;)Vofficial aLaan;a(Laba;)V
-
onEndCombat
- Specified by:
onEndCombatin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onEndCombatLnet/minecraft/network/listener/ClientPlayPacketListener;onEndCombat(Lnet/minecraft/network/packet/s2c/play/EndCombatS2CPacket;)Vintermediary method_34073Lnet/minecraft/class_2602;method_34073(Lnet/minecraft/class_5890;)Vofficial aLacz;a(Lafc;)V
-
onEnterCombat
- Specified by:
onEnterCombatin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onEnterCombatLnet/minecraft/network/listener/ClientPlayPacketListener;onEnterCombat(Lnet/minecraft/network/packet/s2c/play/EnterCombatS2CPacket;)Vintermediary method_34074Lnet/minecraft/class_2602;method_34074(Lnet/minecraft/class_5891;)Vofficial aLacz;a(Lafd;)V
-
onDeathMessage
- Specified by:
onDeathMessagein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onDeathMessageLnet/minecraft/network/listener/ClientPlayPacketListener;onDeathMessage(Lnet/minecraft/network/packet/s2c/play/DeathMessageS2CPacket;)Vintermediary method_34075Lnet/minecraft/class_2602;method_34075(Lnet/minecraft/class_5892;)Vofficial aLacz;a(Lafe;)V
-
onDifficulty
- Specified by:
onDifficultyin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onDifficultyLnet/minecraft/network/listener/ClientPlayPacketListener;onDifficulty(Lnet/minecraft/network/packet/s2c/play/DifficultyS2CPacket;)Vintermediary method_11140Lnet/minecraft/class_2602;method_11140(Lnet/minecraft/class_2632;)Vofficial aLacz;a(Ladl;)V
-
onSetCameraEntity
- Specified by:
onSetCameraEntityin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onSetCameraEntityLnet/minecraft/network/listener/ClientPlayPacketListener;onSetCameraEntity(Lnet/minecraft/network/packet/s2c/play/SetCameraEntityS2CPacket;)Vintermediary method_11111Lnet/minecraft/class_2602;method_11111(Lnet/minecraft/class_2734;)Vofficial aLacz;a(Lagc;)V
-
onWorldBorderInitialize
- Specified by:
onWorldBorderInitializein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onWorldBorderInitializeLnet/minecraft/network/listener/ClientPlayPacketListener;onWorldBorderInitialize(Lnet/minecraft/network/packet/s2c/play/WorldBorderInitializeS2CPacket;)Vintermediary method_34072Lnet/minecraft/class_2602;method_34072(Lnet/minecraft/class_5889;)Vofficial aLacz;a(Laej;)V
-
onWorldBorderCenterChanged
- Specified by:
onWorldBorderCenterChangedin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onWorldBorderCenterChangedLnet/minecraft/network/listener/ClientPlayPacketListener;onWorldBorderCenterChanged(Lnet/minecraft/network/packet/s2c/play/WorldBorderCenterChangedS2CPacket;)Vintermediary method_34077Lnet/minecraft/class_2602;method_34077(Lnet/minecraft/class_5895;)Vofficial aLacz;a(Lafx;)V
-
onWorldBorderInterpolateSize
- Specified by:
onWorldBorderInterpolateSizein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onWorldBorderInterpolateSizeLnet/minecraft/network/listener/ClientPlayPacketListener;onWorldBorderInterpolateSize(Lnet/minecraft/network/packet/s2c/play/WorldBorderInterpolateSizeS2CPacket;)Vintermediary method_34078Lnet/minecraft/class_2602;method_34078(Lnet/minecraft/class_5896;)Vofficial aLacz;a(Lafy;)V
-
onWorldBorderSizeChanged
- Specified by:
onWorldBorderSizeChangedin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onWorldBorderSizeChangedLnet/minecraft/network/listener/ClientPlayPacketListener;onWorldBorderSizeChanged(Lnet/minecraft/network/packet/s2c/play/WorldBorderSizeChangedS2CPacket;)Vintermediary method_34079Lnet/minecraft/class_2602;method_34079(Lnet/minecraft/class_5897;)Vofficial aLacz;a(Lafz;)V
-
onWorldBorderWarningBlocksChanged
- Specified by:
onWorldBorderWarningBlocksChangedin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onWorldBorderWarningBlocksChangedLnet/minecraft/network/listener/ClientPlayPacketListener;onWorldBorderWarningBlocksChanged(Lnet/minecraft/network/packet/s2c/play/WorldBorderWarningBlocksChangedS2CPacket;)Vintermediary method_34081Lnet/minecraft/class_2602;method_34081(Lnet/minecraft/class_5899;)Vofficial aLacz;a(Lagb;)V
-
onWorldBorderWarningTimeChanged
- Specified by:
onWorldBorderWarningTimeChangedin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onWorldBorderWarningTimeChangedLnet/minecraft/network/listener/ClientPlayPacketListener;onWorldBorderWarningTimeChanged(Lnet/minecraft/network/packet/s2c/play/WorldBorderWarningTimeChangedS2CPacket;)Vintermediary method_34080Lnet/minecraft/class_2602;method_34080(Lnet/minecraft/class_5898;)Vofficial aLacz;a(Laga;)V
-
onTitleClear
- Specified by:
onTitleClearin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onTitleClearLnet/minecraft/network/listener/ClientPlayPacketListener;onTitleClear(Lnet/minecraft/network/packet/s2c/play/ClearTitleS2CPacket;)Vintermediary method_34071Lnet/minecraft/class_2602;method_34071(Lnet/minecraft/class_5888;)Vofficial aLacz;a(Ladp;)V
-
onServerMetadata
- Specified by:
onServerMetadatain interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onServerMetadataLnet/minecraft/network/listener/ClientPlayPacketListener;onServerMetadata(Lnet/minecraft/network/packet/s2c/play/ServerMetadataS2CPacket;)Vintermediary method_44075Lnet/minecraft/class_2602;method_44075(Lnet/minecraft/class_7495;)Vofficial aLacz;a(Lafv;)V
-
onChatSuggestions
- Specified by:
onChatSuggestionsin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onChatSuggestionsLnet/minecraft/network/listener/ClientPlayPacketListener;onChatSuggestions(Lnet/minecraft/network/packet/s2c/play/ChatSuggestionsS2CPacket;)Vintermediary method_44763Lnet/minecraft/class_2602;method_44763(Lnet/minecraft/class_7597;)Vofficial aLacz;a(Ladx;)V
-
onOverlayMessage
- Specified by:
onOverlayMessagein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onOverlayMessageLnet/minecraft/network/listener/ClientPlayPacketListener;onOverlayMessage(Lnet/minecraft/network/packet/s2c/play/OverlayMessageS2CPacket;)Vintermediary method_34076Lnet/minecraft/class_2602;method_34076(Lnet/minecraft/class_5894;)Vofficial aLacz;a(Lafw;)V
-
onTitle
- Specified by:
onTitlein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onTitleLnet/minecraft/network/listener/ClientPlayPacketListener;onTitle(Lnet/minecraft/network/packet/s2c/play/TitleS2CPacket;)Vintermediary method_34083Lnet/minecraft/class_2602;method_34083(Lnet/minecraft/class_5904;)Vofficial aLacz;a(Lagx;)V
-
onSubtitle
- Specified by:
onSubtitlein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onSubtitleLnet/minecraft/network/listener/ClientPlayPacketListener;onSubtitle(Lnet/minecraft/network/packet/s2c/play/SubtitleS2CPacket;)Vintermediary method_34082Lnet/minecraft/class_2602;method_34082(Lnet/minecraft/class_5903;)Vofficial aLacz;a(Lagv;)V
-
onTitleFade
- Specified by:
onTitleFadein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onTitleFadeLnet/minecraft/network/listener/ClientPlayPacketListener;onTitleFade(Lnet/minecraft/network/packet/s2c/play/TitleFadeS2CPacket;)Vintermediary method_34084Lnet/minecraft/class_2602;method_34084(Lnet/minecraft/class_5905;)Vofficial aLacz;a(Lagy;)V
-
onPlayerListHeader
- Specified by:
onPlayerListHeaderin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onPlayerListHeaderLnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerListHeader(Lnet/minecraft/network/packet/s2c/play/PlayerListHeaderS2CPacket;)Vintermediary method_11105Lnet/minecraft/class_2602;method_11105(Lnet/minecraft/class_2772;)Vofficial aLacz;a(Lahe;)V
-
onRemoveEntityStatusEffect
- Specified by:
onRemoveEntityStatusEffectin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onRemoveEntityStatusEffectLnet/minecraft/network/listener/ClientPlayPacketListener;onRemoveEntityStatusEffect(Lnet/minecraft/network/packet/s2c/play/RemoveEntityStatusEffectS2CPacket;)Vintermediary method_11119Lnet/minecraft/class_2602;method_11119(Lnet/minecraft/class_2718;)Vofficial aLacz;a(Lafp;)V
-
onPlayerRemove
- Specified by:
onPlayerRemovein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onPlayerRemoveLnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerRemove(Lnet/minecraft/network/packet/s2c/play/PlayerRemoveS2CPacket;)Vintermediary method_45725Lnet/minecraft/class_2602;method_45725(Lnet/minecraft/class_7828;)Vofficial aLacz;a(Laff;)V
-
onPlayerList
- Specified by:
onPlayerListin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onPlayerListLnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerList(Lnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket;)Vintermediary method_11113Lnet/minecraft/class_2602;method_11113(Lnet/minecraft/class_2703;)Vofficial aLacz;a(Lafg;)V
-
handlePlayerListAction
private void handlePlayerListAction(PlayerListS2CPacket.Action action, PlayerListS2CPacket.Entry receivedEntry, PlayerListEntry currentEntry) - Mappings:
Namespace Name Mixin selector named handlePlayerListActionLnet/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;)Vintermediary method_45726Lnet/minecraft/class_634;method_45726(Lnet/minecraft/class_2703$class_5893;Lnet/minecraft/class_2703$class_2705;Lnet/minecraft/class_640;)Vofficial aLguw;a(Lafg$a;Lafg$b;Lgvh;)V
-
setPublicSession
private void setPublicSession(PlayerListS2CPacket.Entry receivedEntry, PlayerListEntry currentEntry) - Mappings:
Namespace Name Mixin selector named setPublicSessionLnet/minecraft/client/network/ClientPlayNetworkHandler;setPublicSession(Lnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Entry;Lnet/minecraft/client/network/PlayerListEntry;)Vintermediary method_45727Lnet/minecraft/class_634;method_45727(Lnet/minecraft/class_2703$class_2705;Lnet/minecraft/class_640;)Vofficial aLguw;a(Lafg$b;Lgvh;)V
-
isSecureChatEnforced
private boolean isSecureChatEnforced()- Mappings:
Namespace Name Mixin selector named isSecureChatEnforcedLnet/minecraft/client/network/ClientPlayNetworkHandler;isSecureChatEnforced()Zintermediary method_46529Lnet/minecraft/class_634;method_46529()Zofficial KLguw;K()Z
-
onPlayerAbilities
- Specified by:
onPlayerAbilitiesin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onPlayerAbilitiesLnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerAbilities(Lnet/minecraft/network/packet/s2c/play/PlayerAbilitiesS2CPacket;)Vintermediary method_11154Lnet/minecraft/class_2602;method_11154(Lnet/minecraft/class_2696;)Vofficial aLacz;a(Lafa;)V
-
onPlaySound
- Specified by:
onPlaySoundin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onPlaySoundLnet/minecraft/network/listener/ClientPlayPacketListener;onPlaySound(Lnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;)Vintermediary method_11146Lnet/minecraft/class_2602;method_11146(Lnet/minecraft/class_2767;)Vofficial aLacz;a(Laha;)V
-
onPlaySoundFromEntity
- Specified by:
onPlaySoundFromEntityin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onPlaySoundFromEntityLnet/minecraft/network/listener/ClientPlayPacketListener;onPlaySoundFromEntity(Lnet/minecraft/network/packet/s2c/play/PlaySoundFromEntityS2CPacket;)Vintermediary method_11125Lnet/minecraft/class_2602;method_11125(Lnet/minecraft/class_2765;)Vofficial aLacz;a(Lagz;)V
-
onBossBar
- Specified by:
onBossBarin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onBossBarLnet/minecraft/network/listener/ClientPlayPacketListener;onBossBar(Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket;)Vintermediary method_11078Lnet/minecraft/class_2602;method_11078(Lnet/minecraft/class_2629;)Vofficial aLacz;a(Ladi;)V
-
onCooldownUpdate
- Specified by:
onCooldownUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onCooldownUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onCooldownUpdate(Lnet/minecraft/network/packet/s2c/play/CooldownUpdateS2CPacket;)Vintermediary method_11087Lnet/minecraft/class_2602;method_11087(Lnet/minecraft/class_2656;)Vofficial aLacz;a(Ladw;)V
-
onVehicleMove
- Specified by:
onVehicleMovein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onVehicleMoveLnet/minecraft/network/listener/ClientPlayPacketListener;onVehicleMove(Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;)Vintermediary method_11134Lnet/minecraft/class_2602;method_11134(Lnet/minecraft/class_2692;)Vofficial aLacz;a(Laev;)V
-
onOpenWrittenBook
- Specified by:
onOpenWrittenBookin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onOpenWrittenBookLnet/minecraft/network/listener/ClientPlayPacketListener;onOpenWrittenBook(Lnet/minecraft/network/packet/s2c/play/OpenWrittenBookS2CPacket;)Vintermediary method_17186Lnet/minecraft/class_2602;method_17186(Lnet/minecraft/class_3895;)Vofficial aLacz;a(Laew;)V
-
onCustomPayload
- Specified by:
onCustomPayloadin classClientCommonNetworkHandler- Mappings:
Namespace Name Mixin selector named onCustomPayloadLnet/minecraft/client/network/ClientCommonNetworkHandler;onCustomPayload(Lnet/minecraft/network/packet/CustomPayload;)Vintermediary method_11152Lnet/minecraft/class_8673;method_11152(Lnet/minecraft/class_8710;)Vofficial aLgur;a(Labn;)V
-
warnOnUnknownPayload
- Mappings:
Namespace Name Mixin selector named warnOnUnknownPayloadLnet/minecraft/client/network/ClientPlayNetworkHandler;warnOnUnknownPayload(Lnet/minecraft/network/packet/CustomPayload;)Vintermediary method_52801Lnet/minecraft/class_634;method_52801(Lnet/minecraft/class_8710;)Vofficial bLguw;b(Labn;)V
-
onScoreboardObjectiveUpdate
- Specified by:
onScoreboardObjectiveUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onScoreboardObjectiveUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onScoreboardObjectiveUpdate(Lnet/minecraft/network/packet/s2c/play/ScoreboardObjectiveUpdateS2CPacket;)Vintermediary method_11144Lnet/minecraft/class_2602;method_11144(Lnet/minecraft/class_2751;)Vofficial aLacz;a(Lagp;)V
-
onScoreboardScoreUpdate
- Specified by:
onScoreboardScoreUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onScoreboardScoreUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onScoreboardScoreUpdate(Lnet/minecraft/network/packet/s2c/play/ScoreboardScoreUpdateS2CPacket;)Vintermediary method_11118Lnet/minecraft/class_2602;method_11118(Lnet/minecraft/class_2757;)Vofficial aLacz;a(Lagt;)V
-
onScoreboardScoreReset
- Specified by:
onScoreboardScoreResetin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onScoreboardScoreResetLnet/minecraft/network/listener/ClientPlayPacketListener;onScoreboardScoreReset(Lnet/minecraft/network/packet/s2c/play/ScoreboardScoreResetS2CPacket;)Vintermediary method_55450Lnet/minecraft/class_2602;method_55450(Lnet/minecraft/class_9006;)Vofficial aLacz;a(Lafq;)V
-
onScoreboardDisplay
- Specified by:
onScoreboardDisplayin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onScoreboardDisplayLnet/minecraft/network/listener/ClientPlayPacketListener;onScoreboardDisplay(Lnet/minecraft/network/packet/s2c/play/ScoreboardDisplayS2CPacket;)Vintermediary method_11159Lnet/minecraft/class_2602;method_11159(Lnet/minecraft/class_2736;)Vofficial aLacz;a(Lagh;)V
-
onTeam
- Specified by:
onTeamin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onTeamLnet/minecraft/network/listener/ClientPlayPacketListener;onTeam(Lnet/minecraft/network/packet/s2c/play/TeamS2CPacket;)Vintermediary method_11099Lnet/minecraft/class_2602;method_11099(Lnet/minecraft/class_5900;)Vofficial aLacz;a(Lags;)V
-
onParticle
- Specified by:
onParticlein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onParticleLnet/minecraft/network/listener/ClientPlayPacketListener;onParticle(Lnet/minecraft/network/packet/s2c/play/ParticleS2CPacket;)Vintermediary method_11077Lnet/minecraft/class_2602;method_11077(Lnet/minecraft/class_2675;)Vofficial aLacz;a(Laen;)V
-
onEntityAttributes
- Specified by:
onEntityAttributesin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onEntityAttributesLnet/minecraft/network/listener/ClientPlayPacketListener;onEntityAttributes(Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket;)Vintermediary method_11149Lnet/minecraft/class_2602;method_11149(Lnet/minecraft/class_2781;)Vofficial aLacz;a(Lahn;)V
-
onCraftFailedResponse
- Specified by:
onCraftFailedResponsein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onCraftFailedResponseLnet/minecraft/network/listener/ClientPlayPacketListener;onCraftFailedResponse(Lnet/minecraft/network/packet/s2c/play/CraftFailedResponseS2CPacket;)Vintermediary method_11090Lnet/minecraft/class_2602;method_11090(Lnet/minecraft/class_2695;)Vofficial aLacz;a(Laez;)V
-
onLightUpdate
- Specified by:
onLightUpdatein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onLightUpdateLnet/minecraft/network/listener/ClientPlayPacketListener;onLightUpdate(Lnet/minecraft/network/packet/s2c/play/LightUpdateS2CPacket;)Vintermediary method_11143Lnet/minecraft/class_2602;method_11143(Lnet/minecraft/class_2676;)Vofficial aLacz;a(Laeo;)V
-
readLightData
- Mappings:
Namespace Name Mixin selector named readLightDataLnet/minecraft/client/network/ClientPlayNetworkHandler;readLightData(IILnet/minecraft/network/packet/s2c/play/LightData;Z)Vintermediary method_38543Lnet/minecraft/class_634;method_38543(IILnet/minecraft/class_6606;Z)Vofficial aLguw;a(IILaep;Z)V
-
onSetTradeOffers
- Specified by:
onSetTradeOffersin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onSetTradeOffersLnet/minecraft/network/listener/ClientPlayPacketListener;onSetTradeOffers(Lnet/minecraft/network/packet/s2c/play/SetTradeOffersS2CPacket;)Vintermediary method_17586Lnet/minecraft/class_2602;method_17586(Lnet/minecraft/class_3943;)Vofficial aLacz;a(Laes;)V
-
onChunkLoadDistance
- Specified by:
onChunkLoadDistancein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onChunkLoadDistanceLnet/minecraft/network/listener/ClientPlayPacketListener;onChunkLoadDistance(Lnet/minecraft/network/packet/s2c/play/ChunkLoadDistanceS2CPacket;)Vintermediary method_20203Lnet/minecraft/class_2602;method_20203(Lnet/minecraft/class_4273;)Vofficial aLacz;a(Lage;)V
-
onSimulationDistance
- Specified by:
onSimulationDistancein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onSimulationDistanceLnet/minecraft/network/listener/ClientPlayPacketListener;onSimulationDistance(Lnet/minecraft/network/packet/s2c/play/SimulationDistanceS2CPacket;)Vintermediary method_39025Lnet/minecraft/class_2602;method_39025(Lnet/minecraft/class_6682;)Vofficial aLacz;a(Lagu;)V
-
onChunkRenderDistanceCenter
- Specified by:
onChunkRenderDistanceCenterin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onChunkRenderDistanceCenterLnet/minecraft/network/listener/ClientPlayPacketListener;onChunkRenderDistanceCenter(Lnet/minecraft/network/packet/s2c/play/ChunkRenderDistanceCenterS2CPacket;)Vintermediary method_20320Lnet/minecraft/class_2602;method_20320(Lnet/minecraft/class_4282;)Vofficial aLacz;a(Lagd;)V
-
onPlayerActionResponse
- Specified by:
onPlayerActionResponsein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onPlayerActionResponseLnet/minecraft/network/listener/ClientPlayPacketListener;onPlayerActionResponse(Lnet/minecraft/network/packet/s2c/play/PlayerActionResponseS2CPacket;)Vintermediary method_21707Lnet/minecraft/class_2602;method_21707(Lnet/minecraft/class_4463;)Vofficial aLacz;a(Ladd;)V
-
onBundle
- Specified by:
onBundlein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onBundleLnet/minecraft/network/listener/ClientPlayPacketListener;onBundle(Lnet/minecraft/network/packet/s2c/play/BundleS2CPacket;)Vintermediary method_48294Lnet/minecraft/class_2602;method_48294(Lnet/minecraft/class_8042;)Vofficial aLacz;a(Ladk;)V
-
onProjectilePower
- Specified by:
onProjectilePowerin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onProjectilePowerLnet/minecraft/network/listener/ClientPlayPacketListener;onProjectilePower(Lnet/minecraft/network/packet/s2c/play/ProjectilePowerS2CPacket;)Vintermediary method_59504Lnet/minecraft/class_2602;method_59504(Lnet/minecraft/class_9632;)Vofficial aLacz;a(Lafk;)V
-
onStartChunkSend
- Specified by:
onStartChunkSendin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onStartChunkSendLnet/minecraft/network/listener/ClientPlayPacketListener;onStartChunkSend(Lnet/minecraft/network/packet/s2c/play/StartChunkSendS2CPacket;)Vintermediary method_52800Lnet/minecraft/class_2602;method_52800(Lnet/minecraft/class_8739;)Vofficial aLacz;a(Ladn;)V
-
onChunkSent
- Specified by:
onChunkSentin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onChunkSentLnet/minecraft/network/listener/ClientPlayPacketListener;onChunkSent(Lnet/minecraft/network/packet/s2c/play/ChunkSentS2CPacket;)Vintermediary method_52799Lnet/minecraft/class_2602;method_52799(Lnet/minecraft/class_8738;)Vofficial aLacz;a(Ladm;)V
-
onDebugSample
- Specified by:
onDebugSamplein interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onDebugSampleLnet/minecraft/network/listener/ClientPlayPacketListener;onDebugSample(Lnet/minecraft/network/packet/s2c/play/DebugSampleS2CPacket;)Vintermediary method_56607Lnet/minecraft/class_2602;method_56607(Lnet/minecraft/class_9178;)Vofficial aLacz;a(Ladz;)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:
onPingResultin interfaceClientPingResultPacketListener- Mappings:
Namespace Name Mixin selector named onPingResultLnet/minecraft/network/listener/ClientPingResultPacketListener;onPingResult(Lnet/minecraft/network/packet/s2c/query/PingResultS2CPacket;)Vintermediary method_12666Lnet/minecraft/class_8763;method_12666(Lnet/minecraft/class_2923;)Vofficial aLalc;a(Lald;)V
-
onTestInstanceBlockStatus
- Specified by:
onTestInstanceBlockStatusin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onTestInstanceBlockStatusLnet/minecraft/network/listener/ClientPlayPacketListener;onTestInstanceBlockStatus(Lnet/minecraft/network/packet/s2c/play/TestInstanceBlockStatusS2CPacket;)Vintermediary method_66579Lnet/minecraft/class_2602;method_66579(Lnet/minecraft/class_10614;)Vofficial aLacz;a(Lahi;)V
-
onWaypoint
- Specified by:
onWaypointin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onWaypointLnet/minecraft/network/listener/ClientPlayPacketListener;onWaypoint(Lnet/minecraft/network/packet/s2c/play/WaypointS2CPacket;)Vintermediary method_70581Lnet/minecraft/class_2602;method_70581(Lnet/minecraft/class_11173;)Vofficial aLacz;a(Lahl;)V
-
updateLighting
private void updateLighting(int chunkX, int chunkZ, LightingProvider provider, LightType type, BitSet inited, BitSet uninited, Iterator<byte[]> nibbles, boolean scheduleBlockRenders) - Mappings:
Namespace Name Mixin selector named updateLightingLnet/minecraft/client/network/ClientPlayNetworkHandler;updateLighting(IILnet/minecraft/world/chunk/light/LightingProvider;Lnet/minecraft/world/LightType;Ljava/util/BitSet;Ljava/util/BitSet;Ljava/util/Iterator;Z)Vintermediary method_2870Lnet/minecraft/class_634;method_2870(IILnet/minecraft/class_3568;Lnet/minecraft/class_1944;Ljava/util/BitSet;Ljava/util/BitSet;Ljava/util/Iterator;Z)Vofficial aLguw;a(IILfbu;Ldog;Ljava/util/BitSet;Ljava/util/BitSet;Ljava/util/Iterator;Z)V
-
getConnection
- Mappings:
Namespace Name Mixin selector named getConnectionLnet/minecraft/client/network/ClientPlayNetworkHandler;getConnection()Lnet/minecraft/network/ClientConnection;intermediary method_48296Lnet/minecraft/class_634;method_48296()Lnet/minecraft/class_2535;official mLguw;m()Lwj;
-
isConnectionOpen
public boolean isConnectionOpen()- Specified by:
isConnectionOpenin interfacePacketListener- Mappings:
Namespace Name Mixin selector named isConnectionOpenLnet/minecraft/network/listener/PacketListener;isConnectionOpen()Zintermediary method_48106Lnet/minecraft/class_2547;method_48106()Zofficial cLwz;c()Z
-
getListedPlayerListEntries
- Mappings:
Namespace Name Mixin selector named getListedPlayerListEntriesLnet/minecraft/client/network/ClientPlayNetworkHandler;getListedPlayerListEntries()Ljava/util/Collection;intermediary method_45732Lnet/minecraft/class_634;method_45732()Ljava/util/Collection;official nLguw;n()Ljava/util/Collection;
-
getPlayerList
- Mappings:
Namespace Name Mixin selector named getPlayerListLnet/minecraft/client/network/ClientPlayNetworkHandler;getPlayerList()Ljava/util/Collection;intermediary method_2880Lnet/minecraft/class_634;method_2880()Ljava/util/Collection;official oLguw;o()Ljava/util/Collection;
-
getPlayerUuids
- Mappings:
Namespace Name Mixin selector named getPlayerUuidsLnet/minecraft/client/network/ClientPlayNetworkHandler;getPlayerUuids()Ljava/util/Collection;intermediary method_31363Lnet/minecraft/class_634;method_31363()Ljava/util/Collection;official pLguw;p()Ljava/util/Collection;
-
getPlayerListEntry
- Mappings:
Namespace Name Mixin selector named getPlayerListEntryLnet/minecraft/client/network/ClientPlayNetworkHandler;getPlayerListEntry(Ljava/util/UUID;)Lnet/minecraft/client/network/PlayerListEntry;intermediary method_2871Lnet/minecraft/class_634;method_2871(Ljava/util/UUID;)Lnet/minecraft/class_640;official aLguw;a(Ljava/util/UUID;)Lgvh;
-
getPlayerListEntry
- Mappings:
Namespace Name Mixin selector named getPlayerListEntryLnet/minecraft/client/network/ClientPlayNetworkHandler;getPlayerListEntry(Ljava/lang/String;)Lnet/minecraft/client/network/PlayerListEntry;intermediary method_2874Lnet/minecraft/class_634;method_2874(Ljava/lang/String;)Lnet/minecraft/class_640;official aLguw;a(Ljava/lang/String;)Lgvh;
-
method_73234
- Mappings:
Namespace Name Mixin selector named method_73234Lnet/minecraft/client/network/ClientPlayNetworkHandler;method_73234()Ljava/util/Map;intermediary method_73234Lnet/minecraft/class_634;method_73234()Ljava/util/Map;official qLguw;q()Ljava/util/Map;
-
getProfile
public com.mojang.authlib.GameProfile getProfile()- Mappings:
Namespace Name Mixin selector named getProfileLnet/minecraft/client/network/ClientPlayNetworkHandler;getProfile()Lcom/mojang/authlib/GameProfile;intermediary method_2879Lnet/minecraft/class_634;method_2879()Lcom/mojang/authlib/GameProfile;official rLguw;r()Lcom/mojang/authlib/GameProfile;
-
getAdvancementHandler
- Mappings:
Namespace Name Mixin selector named getAdvancementHandlerLnet/minecraft/client/network/ClientPlayNetworkHandler;getAdvancementHandler()Lnet/minecraft/client/network/ClientAdvancementManager;intermediary method_2869Lnet/minecraft/class_634;method_2869()Lnet/minecraft/class_632;official sLguw;s()Lgup;
-
getCommandDispatcher
- Mappings:
Namespace Name Mixin selector named getCommandDispatcherLnet/minecraft/client/network/ClientPlayNetworkHandler;getCommandDispatcher()Lcom/mojang/brigadier/CommandDispatcher;intermediary method_2886Lnet/minecraft/class_634;method_2886()Lcom/mojang/brigadier/CommandDispatcher;official tLguw;t()Lcom/mojang/brigadier/CommandDispatcher;
-
getWorld
- Mappings:
Namespace Name Mixin selector named getWorldLnet/minecraft/client/network/ClientPlayNetworkHandler;getWorld()Lnet/minecraft/client/world/ClientWorld;intermediary method_2890Lnet/minecraft/class_634;method_2890()Lnet/minecraft/class_638;official uLguw;u()Lguv;
-
getDataQueryHandler
- Mappings:
Namespace Name Mixin selector named getDataQueryHandlerLnet/minecraft/client/network/ClientPlayNetworkHandler;getDataQueryHandler()Lnet/minecraft/client/network/DataQueryHandler;intermediary method_2876Lnet/minecraft/class_634;method_2876()Lnet/minecraft/class_300;official vLguw;v()Lfvp;
-
getSessionId
- Mappings:
Namespace Name Mixin selector named getSessionIdLnet/minecraft/client/network/ClientPlayNetworkHandler;getSessionId()Ljava/util/UUID;intermediary method_16690Lnet/minecraft/class_634;method_16690()Ljava/util/UUID;official wLguw;w()Ljava/util/UUID;
-
getWorldKeys
- Mappings:
Namespace Name Mixin selector named getWorldKeysLnet/minecraft/client/network/ClientPlayNetworkHandler;getWorldKeys()Ljava/util/Set;intermediary method_29356Lnet/minecraft/class_634;method_29356()Ljava/util/Set;official xLguw;x()Ljava/util/Set;
-
getRegistryManager
- Mappings:
Namespace Name Mixin selector named getRegistryManagerLnet/minecraft/client/network/ClientPlayNetworkHandler;getRegistryManager()Lnet/minecraft/registry/DynamicRegistryManager$Immutable;intermediary method_29091Lnet/minecraft/class_634;method_29091()Lnet/minecraft/class_5455$class_6890;official yLguw;y()Ljz$b;
-
acknowledge
- Mappings:
Namespace Name Mixin selector named acknowledgeLnet/minecraft/client/network/ClientPlayNetworkHandler;acknowledge(Lnet/minecraft/network/message/MessageSignatureData;Z)Vintermediary method_44940Lnet/minecraft/class_634;method_44940(Lnet/minecraft/class_7469;Z)Vofficial aLguw;a(Lyi;Z)V
-
sendAcknowledgment
private void sendAcknowledgment()- Mappings:
Namespace Name Mixin selector named sendAcknowledgmentLnet/minecraft/client/network/ClientPlayNetworkHandler;sendAcknowledgment()Vintermediary method_45737Lnet/minecraft/class_634;method_45737()Vofficial LLguw;L()V
-
sendChatMessage
- Mappings:
Namespace Name Mixin selector named sendChatMessageLnet/minecraft/client/network/ClientPlayNetworkHandler;sendChatMessage(Ljava/lang/String;)Vintermediary method_45729Lnet/minecraft/class_634;method_45729(Ljava/lang/String;)Vofficial bLguw;b(Ljava/lang/String;)V
-
sendChatCommand
- Mappings:
Namespace Name Mixin selector named sendChatCommandLnet/minecraft/client/network/ClientPlayNetworkHandler;sendChatCommand(Ljava/lang/String;)Vintermediary method_45730Lnet/minecraft/class_634;method_45730(Ljava/lang/String;)Vofficial cLguw;c(Ljava/lang/String;)V
-
runClickEventCommand
- Mappings:
Namespace Name Mixin selector named runClickEventCommandLnet/minecraft/client/network/ClientPlayNetworkHandler;runClickEventCommand(Ljava/lang/String;Lnet/minecraft/client/gui/screen/Screen;)Vintermediary method_71927Lnet/minecraft/class_634;method_71927(Ljava/lang/String;Lnet/minecraft/class_437;)Vofficial aLguw;a(Ljava/lang/String;Lgic;)V
-
parseCommand
- Mappings:
Namespace Name Mixin selector named parseCommandLnet/minecraft/client/network/ClientPlayNetworkHandler;parseCommand(Ljava/lang/String;)Lnet/minecraft/client/network/ClientPlayNetworkHandler$CommandRunResult;intermediary method_71929Lnet/minecraft/class_634;method_71929(Ljava/lang/String;)Lnet/minecraft/class_634$class_11503;official dLguw;d(Ljava/lang/String;)Lguw$a;
-
validate
private static boolean validate(com.mojang.brigadier.ParseResults<?> parseResults) - Mappings:
Namespace Name Mixin selector named validateLnet/minecraft/client/network/ClientPlayNetworkHandler;validate(Lcom/mojang/brigadier/ParseResults;)Zintermediary method_71925Lnet/minecraft/class_634;method_71925(Lcom/mojang/brigadier/ParseResults;)Zofficial aLguw;a(Lcom/mojang/brigadier/ParseResults;)Z
-
method_73231
- Mappings:
Namespace Name Mixin selector named method_73231Lnet/minecraft/client/network/ClientPlayNetworkHandler;method_73231(Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/text/Text;Ljava/lang/Runnable;)Vintermediary method_73231Lnet/minecraft/class_634;method_73231(Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/class_2561;Ljava/lang/Runnable;)Vofficial aLguw;a(Ljava/lang/String;Ljava/lang/String;Lxv;Ljava/lang/Runnable;)V
-
openConfirmCommandScreen
private void openConfirmCommandScreen(String command, String message, @Nullable @Nullable Screen screenAfterRun) - Mappings:
Namespace Name Mixin selector named openConfirmCommandScreenLnet/minecraft/client/network/ClientPlayNetworkHandler;openConfirmCommandScreen(Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/client/gui/screen/Screen;)Vintermediary method_71926Lnet/minecraft/class_634;method_71926(Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/class_437;)Vofficial aLguw;a(Ljava/lang/String;Ljava/lang/String;Lgic;)V
-
method_73233
- Mappings:
Namespace Name Mixin selector named method_73233Lnet/minecraft/client/network/ClientPlayNetworkHandler;method_73233(Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/client/gui/screen/Screen;)Vintermediary method_73233Lnet/minecraft/class_634;method_73233(Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/class_437;)Vofficial bLguw;b(Ljava/lang/String;Ljava/lang/String;Lgic;)V
-
syncOptions
- Mappings:
Namespace Name Mixin selector named syncOptionsLnet/minecraft/client/network/ClientPlayNetworkHandler;syncOptions(Lnet/minecraft/network/packet/c2s/common/SyncedClientOptions;)Vintermediary method_62149Lnet/minecraft/class_634;method_62149(Lnet/minecraft/class_8791;)Vofficial aLguw;a(Latv;)V
-
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:
tickin interfaceTickablePacketListener- Mappings:
Namespace Name Mixin selector named tickLnet/minecraft/network/listener/TickablePacketListener;tick()Vintermediary method_18784Lnet/minecraft/class_7633;method_18784()Vofficial dLxj;d()V
-
method_72898
private void method_72898()- Mappings:
Namespace Name Mixin selector named method_72898Lnet/minecraft/client/network/ClientPlayNetworkHandler;method_72898()Vintermediary method_72898Lnet/minecraft/class_634;method_72898()Vofficial MLguw;M()V
-
fetchProfileKey
public void fetchProfileKey()- Mappings:
Namespace Name Mixin selector named fetchProfileKeyLnet/minecraft/client/network/ClientPlayNetworkHandler;fetchProfileKey()Vintermediary method_62151Lnet/minecraft/class_634;method_62151()Vofficial zLguw;z()V
-
updateKeyPair
- Mappings:
Namespace Name Mixin selector named updateKeyPairLnet/minecraft/client/network/ClientPlayNetworkHandler;updateKeyPair(Lnet/minecraft/network/encryption/PlayerKeyPair;)Vintermediary method_47657Lnet/minecraft/class_634;method_47657(Lnet/minecraft/class_7427;)Vofficial aLguw;a(Lcvx;)V
-
createDialogNetworkAccess
- Specified by:
createDialogNetworkAccessin classClientCommonNetworkHandler- Mappings:
Namespace Name Mixin selector named createDialogNetworkAccessLnet/minecraft/client/network/ClientCommonNetworkHandler;createDialogNetworkAccess()Lnet/minecraft/client/gui/screen/dialog/DialogNetworkAccess;intermediary method_72017Lnet/minecraft/class_8673;method_72017()Lnet/minecraft/class_11513;official eLgur;e()Lgis;
-
getServerInfo
- Mappings:
Namespace Name Mixin selector named getServerInfoLnet/minecraft/client/network/ClientPlayNetworkHandler;getServerInfo()Lnet/minecraft/client/network/ServerInfo;intermediary method_45734Lnet/minecraft/class_634;method_45734()Lnet/minecraft/class_642;official ALguw;A()Lgvk;
-
getEnabledFeatures
- Mappings:
Namespace Name Mixin selector named getEnabledFeaturesLnet/minecraft/client/network/ClientPlayNetworkHandler;getEnabledFeatures()Lnet/minecraft/resource/featuretoggle/FeatureSet;intermediary method_45735Lnet/minecraft/class_634;method_45735()Lnet/minecraft/class_7699;official BLguw;B()Lcze;
-
hasFeature
- Mappings:
Namespace Name Mixin selector named hasFeatureLnet/minecraft/client/network/ClientPlayNetworkHandler;hasFeature(Lnet/minecraft/resource/featuretoggle/FeatureSet;)Zintermediary method_45720Lnet/minecraft/class_634;method_45720(Lnet/minecraft/class_7699;)Zofficial aLguw;a(Lcze;)Z
-
getScoreboard
- Mappings:
Namespace Name Mixin selector named getScoreboardLnet/minecraft/client/network/ClientPlayNetworkHandler;getScoreboard()Lnet/minecraft/scoreboard/Scoreboard;intermediary method_55823Lnet/minecraft/class_634;method_55823()Lnet/minecraft/class_269;official CLguw;C()Lflr;
-
getBrewingRecipeRegistry
- Mappings:
Namespace Name Mixin selector named getBrewingRecipeRegistryLnet/minecraft/client/network/ClientPlayNetworkHandler;getBrewingRecipeRegistry()Lnet/minecraft/recipe/BrewingRecipeRegistry;intermediary method_59754Lnet/minecraft/class_634;method_59754()Lnet/minecraft/class_1845;official DLguw;D()Ldfs;
-
getFuelRegistry
- Mappings:
Namespace Name Mixin selector named getFuelRegistryLnet/minecraft/client/network/ClientPlayNetworkHandler;getFuelRegistry()Lnet/minecraft/item/FuelRegistry;intermediary method_62147Lnet/minecraft/class_634;method_62147()Lnet/minecraft/class_9895;official ELguw;E()Ledo;
-
refreshSearchManager
public void refreshSearchManager()- Mappings:
Namespace Name Mixin selector named refreshSearchManagerLnet/minecraft/client/network/ClientPlayNetworkHandler;refreshSearchManager()Vintermediary method_60346Lnet/minecraft/class_634;method_60346()Vofficial FLguw;F()V
-
getSearchManager
- Mappings:
Namespace Name Mixin selector named getSearchManagerLnet/minecraft/client/network/ClientPlayNetworkHandler;getSearchManager()Lnet/minecraft/client/search/SearchManager;intermediary method_60347Lnet/minecraft/class_634;method_60347()Lnet/minecraft/class_1124;official GLguw;G()Lgvn;
-
registerForCleaning
- Mappings:
Namespace Name Mixin selector named registerForCleaningLnet/minecraft/client/network/ClientPlayNetworkHandler;registerForCleaning(Lnet/minecraft/client/world/DataCache;)Vintermediary method_67269Lnet/minecraft/class_634;method_67269(Lnet/minecraft/class_10719;)Vofficial aLguw;a(Lgun;)V
-
getComponentHasher
- Mappings:
Namespace Name Mixin selector named getComponentHasherLnet/minecraft/client/network/ClientPlayNetworkHandler;getComponentHasher()Lnet/minecraft/screen/sync/ComponentChangesHash$ComponentHasher;intermediary method_68823Lnet/minecraft/class_634;method_68823()Lnet/minecraft/class_10936$class_10937;official HLguw;H()Lwo$a;
-
getWaypointHandler
- Mappings:
Namespace Name Mixin selector named getWaypointHandlerLnet/minecraft/client/network/ClientPlayNetworkHandler;getWaypointHandler()Lnet/minecraft/client/world/ClientWaypointHandler;intermediary method_70936Lnet/minecraft/class_634;method_70936()Lnet/minecraft/class_11264;official ILguw;I()Lick;
-