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 gbn
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate final ClientAdvancementManagerprivate final BrewingRecipeRegistryprivate final ChunkBatchSizeCalculatorprivate intprivate final DynamicRegistryManager.Immutableprivate com.mojang.brigadier.CommandDispatcher<CommandSource> private final ClientCommandSourceprivate final DataQueryHandlerprivate final DebugSampleSubscriberprivate booleanprivate final FeatureSetprivate FuelRegistryprivate 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 final RecipeManagerprivate static final Textprivate final Scoreboardprivate final SearchManagerprivate booleanprivate @Nullable ClientPlayerSessionprivate final UUIDprivate MessageSignatureStorageprivate intprivate @Nullable SyncedClientOptionsprivate static final Textprivate static final Textprivate ClientWorldprivate booleanprivate Set<RegistryKey<World>> private @Nullable WorldLoadingStateprivate ClientWorld.PropertiesFields inherited from class net.minecraft.client.network.ClientCommonNetworkHandler
brand, client, connection, customReportDetails, postDisconnectScreen, serverCookies, serverInfo, serverLinks, strictErrorHandling, transferring, worldSession -
Constructor Summary
ConstructorsConstructorDescriptionClientPlayNetworkHandler(MinecraftClient client, ClientConnection clientConnection, ClientConnectionState clientConnectionState) -
Method Summary
Modifier and TypeMethodDescriptionvoidacknowledge(SignedMessage message, boolean displayed) voidcreateEntity(EntitySpawnS2CPacket packet) voidprivate static ItemStackgetActiveTotemOfUndying(PlayerEntity player) com.mojang.brigadier.CommandDispatcher<CommandSource> 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 <T> Registry.PendingTagLoad<T> method_62148(RegistryKey<? extends Registry<? extends T>> registryKey, TagPacketSerializer.Serialized serialized) 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) voidvoidvoidvoidvoidonEntitySpawn(EntitySpawnS2CPacket packet) Handles the spawning of non-living entities.voidonEntityStatus(EntityStatusS2CPacket packet) voidvoidvoidvoidvoidvoidonExplosion(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) voidvoidvoidonPlaySound(PlaySoundS2CPacket packet) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidonStatistics(StatisticsS2CPacket packet) voidonStopSound(StopSoundS2CPacket packet) voidonSubtitle(SubtitleS2CPacket packet) voidvoidvoidonTeam(TeamS2CPacket packet) voidonTickStep(TickStepS2CPacket packet) voidonTitle(TitleS2CPacket packet) voidonTitleClear(ClearTitleS2CPacket packet) voidonTitleFade(TitleFadeS2CPacket packet) voidonUnloadChunk(UnloadChunkS2CPacket packet) voidvoidvoidvoidonVehicleMove(VehicleMoveS2CPacket packet) voidvoidvoidvoidvoidvoidvoidonWorldEvent(WorldEventS2CPacket packet) voidprivate com.mojang.brigadier.ParseResults<CommandSource> private voidplaySpawnSound(Entity entity) private voidreadLightData(int x, int z, LightData data, boolean bool) voidprivate voidscheduleRenderChunk(WorldChunk chunk, int x, int z) private voidvoidsendChatCommand(String command) voidsendChatMessage(String content) booleansendCommand(String command) private voidsetPublicSession(PlayerListS2CPacket.Entry receivedEntry, PlayerListEntry currentEntry) private voidstartWorldLoading(ClientPlayerEntity player, ClientWorld world, DownloadingTerrainScreen.WorldEntryReason worldEntryReason) 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 bool) private voidwarnOnUnknownPayload(CustomPayload payload) Methods inherited from class net.minecraft.client.network.ClientCommonNetworkHandler
accepts, addCustomCrashReportInfo, createDisconnectedScreen, createDisconnectionInfo, getBrand, getPrompt, onCookieRequest, onCustomPayload, onCustomReportDetails, onDisconnect, onDisconnected, onKeepAlive, onPacketException, onPing, onResourcePackRemove, onResourcePackSend, onServerLinks, onServerTransfer, onStoreCookie, sendPacket, sendQueuedPacketsMethods 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
onCustomPayload, onCustomReportDetails, onDisconnect, onKeepAlive, onPing, onResourcePackRemove, onResourcePackSend, onServerLinks, onServerTransfer, 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 lLgbn;l: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 mLgbn;m:Lxe;
-
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 nLgbn;n:Lxe;
-
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 oLgbn;o:Lxe;
-
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 pLgbn;p:Lxe;
-
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 qLgbn;q:I
-
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 rLgbn;r: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 sLgbn;s:Lgbm;
-
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 tLgbn;t:Lgbm$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 uLgbn;u: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 vLgbn;v: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 wLgbn;w:Lgbh;
-
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 xLgbn;x:Lgbp;
-
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 yLgbn;y:Lfie;
-
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 zLgbn;z: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 ALgbn;A: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 BLgbn;B:Lazn;
-
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 CLgbn;C:Lcom/mojang/brigadier/CommandDispatcher;
-
recipeManager
- Mappings:
Namespace Name Mixin selector named recipeManagerLnet/minecraft/client/network/ClientPlayNetworkHandler;recipeManager:Lnet/minecraft/recipe/RecipeManager;intermediary field_3688Lnet/minecraft/class_634;field_3688:Lnet/minecraft/class_1863;official DLgbn;D:Ldao;
-
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 ELgbn;E: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 FLgbn;F: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 GLgbn;G:Lkc$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 HLgbn;H:Lcqq;
-
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 ILgbn;I:Lcxq;
-
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 JLgbn;J:Ldss;
-
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 KLgbn;K:Lxp;
-
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 LLgbn;L:Lxy$c;
-
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 MLgbn;M:Lxm;
-
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 NLgbn;N:Lxr;
-
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 OLgbn;O: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 PLgbn;P:Laqv;
-
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 QLgbn;Q:Lgbg;
-
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 RLgbn;R:Lgbw;
-
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 SLgbn;S:Lgbr;
-
worldLoadingState
- Mappings:
Namespace Name Mixin selector named worldLoadingStateLnet/minecraft/client/network/ClientPlayNetworkHandler;worldLoadingState:Lnet/minecraft/client/network/WorldLoadingState;intermediary field_46578Lnet/minecraft/class_634;field_46578:Lnet/minecraft/class_8819;official TLgbn;T:Lgbu;
-
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 ULgbn;U:Z
-
displayedUnsecureChatWarning
private boolean displayedUnsecureChatWarning- Mappings:
Namespace Name Mixin selector named displayedUnsecureChatWarningLnet/minecraft/client/network/ClientPlayNetworkHandler;displayedUnsecureChatWarning:Zintermediary field_45947Lnet/minecraft/class_634;field_45947:Zofficial VLgbn;V: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 WLgbn;W: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 XLgbn;X:Lfab;
-
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 YLgbn;Y:Lgcd;
-
-
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>Lgbn;<init>(Lfip;Lvy;Lgbq;)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 gLgbn;g()Lgbp;
-
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 hLgbn;h()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 iLgbn;i()V
-
getRecipeManager
- Mappings:
Namespace Name Mixin selector named getRecipeManagerLnet/minecraft/client/network/ClientPlayNetworkHandler;getRecipeManager()Lnet/minecraft/recipe/RecipeManager;intermediary method_2877Lnet/minecraft/class_634;method_2877()Lnet/minecraft/class_1863;official jLgbn;j()Ldao;
-
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 aLaca;a(Ladr;)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 aLaca;a(Lacb;)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 bLgbn;b(Lacb;)Lbtr;
-
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 aLgbn;a(Lbtr;)V
-
onExperienceOrbSpawn
- Specified by:
onExperienceOrbSpawnin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onExperienceOrbSpawnLnet/minecraft/network/listener/ClientPlayPacketListener;onExperienceOrbSpawn(Lnet/minecraft/network/packet/s2c/play/ExperienceOrbSpawnS2CPacket;)Vintermediary method_11091Lnet/minecraft/class_2602;method_11091(Lnet/minecraft/class_2606;)Vofficial aLaca;a(Lacc;)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 aLaca;a(Lafi;)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 aLaca;a(Lafg;)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 aLaca;a(Lagf;)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 aLaca;a(Lagg;)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 aLaca;a(Lagh;)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 aLaca;a(Lafm;)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 aLaca;a(Ladu;)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 aLaca;a(Ladv;)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 aLaca;a(Laeq;)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 aLaca;a(Laem;)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 aLaca;a(Laej;)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 aLaca;a(Laer;)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 aLaca;a(Ladm;)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 aLaca;a(Lacq;)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 aLgbn;a(IILadl;)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 aLgbn;a(Ldwy;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 aLaca;a(Ladg;)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 bLgbn;b(Ladg;)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 aLaca;a(Lacj;)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 aLaca;a(Lafz;)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 aLaca;a(Lage;)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 aLaca;a(Lagb;)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 aLaca;a(Laec;)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 aLaca;a(Ladd;)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 aLaca;a(Ladc;)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 aLaca;a(Lacd;)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 aLaca;a(Ladj;)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 aLaca;a(Lafu;)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 aLaca;a(Lafe;)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 aLaca;a(Lafo;)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 aLaca;a(Lafh;)V
-
getActiveTotemOfUndying
- Mappings:
Namespace Name Mixin selector named getActiveTotemOfUndyingLnet/minecraft/client/network/ClientPlayNetworkHandler;getActiveTotemOfUndying(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 aLgbn;a(Lcnx;)Lcvs;
-
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 aLaca;a(Lade;)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 aLaca;a(Lada;)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 aLaca;a(Lafl;)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 aLaca;a(Lafk;)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 aLaca;a(Laep;)V
-
getWorldEntryReason
private DownloadingTerrainScreen.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/DownloadingTerrainScreen$WorldEntryReason;intermediary method_59842Lnet/minecraft/class_634;method_59842(ZLnet/minecraft/class_5321;Lnet/minecraft/class_5321;)Lnet/minecraft/class_434$class_9678;official aLgbn;a(ZLald;Lald;)Lfqf$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 aLaca;a(Ladf;)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 aLaca;a(Ladi;)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 aLaca;a(Lady;)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 aLaca;a(Lacx;)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 aLaca;a(Lafd;)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 aLaca;a(Lafp;)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 aLaca;a(Lacv;)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 aLaca;a(Ladz;)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 aLaca;a(Lach;)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 aLaca;a(Lacw;)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 aLaca;a(Lafj;)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 aLaca;a(Lacu;)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 aLaca;a(Laci;)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 aLaca;a(Lacg;)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 aLaca;a(Ladh;)V
-
startWorldLoading
private void startWorldLoading(ClientPlayerEntity player, ClientWorld world, DownloadingTerrainScreen.WorldEntryReason worldEntryReason) - 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/DownloadingTerrainScreen$WorldEntryReason;)Vintermediary method_54133Lnet/minecraft/class_634;method_54133(Lnet/minecraft/class_746;Lnet/minecraft/class_638;Lnet/minecraft/class_434$class_9678;)Vofficial aLgbn;a(Lggh;Lgbm;Lfqf$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 aLaca;a(Lads;)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 aLaca;a(Ladn;)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 aLaca;a(Lagi;)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 aLaca;a(Laes;)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 aLaca;a(Lact;)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 aLaca;a(Laga;)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 aLaca;a(Lacs;)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 aLaca;a(Lagl;)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 aLaca;a(Laei;)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 aLaca;a(Lagd;)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 aLaca;a(Lace;)V
-
onUnlockRecipes
- Specified by:
onUnlockRecipesin interfaceClientPlayPacketListener- Mappings:
Namespace Name Mixin selector named onUnlockRecipesLnet/minecraft/network/listener/ClientPlayPacketListener;onUnlockRecipes(Lnet/minecraft/network/packet/s2c/play/ChangeUnlockedRecipesS2CPacket;)Vintermediary method_11115Lnet/minecraft/class_2602;method_11115(Lnet/minecraft/class_2713;)Vofficial aLaca;a(Lael;)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 aLaca;a(Lagk;)V
-
method_62148
private <T> Registry.PendingTagLoad<T> method_62148(RegistryKey<? extends Registry<? extends T>> registryKey, TagPacketSerializer.Serialized serialized) - Mappings:
Namespace Name Mixin selector named method_62148Lnet/minecraft/client/network/ClientPlayNetworkHandler;method_62148(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 aLgbn;a(Lald;Laxn$a;)Lkb$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 aLzr;a(Laac;)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 aLaca;a(Laed;)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 aLaca;a(Laee;)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 aLaca;a(Laef;)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 aLaca;a(Lacn;)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 aLaca;a(Lafa;)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 aLaca;a(Ladk;)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 aLaca;a(Laev;)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 aLaca;a(Laew;)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 aLaca;a(Laex;)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 aLaca;a(Laez;)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 aLaca;a(Laey;)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 aLaca;a(Lacr;)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 aLaca;a(Laet;)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 aLaca;a(Lacz;)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 aLaca;a(Laeu;)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 aLaca;a(Lafv;)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 aLaca;a(Laft;)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 aLaca;a(Lafw;)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 aLaca;a(Lagc;)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 aLaca;a(Laen;)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 aLaca;a(Laeg;)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 aLaca;a(Laeh;)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 aLgbn;a(Laeh$a;Laeh$b;Lgbx;)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 aLgbn;a(Laeh$b;Lgbx;)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 FLgbn;F()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 aLaca;a(Laeb;)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 aLaca;a(Lafy;)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 aLaca;a(Lafx;)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 aLaca;a(Lack;)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 aLaca;a(Lacy;)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 aLaca;a(Ladw;)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 aLaca;a(Ladx;)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 aLgbj;a(Laao;)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 bLgbn;b(Laao;)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 aLaca;a(Lafn;)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 aLaca;a(Lafr;)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 aLaca;a(Laeo;)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 aLaca;a(Laff;)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 aLaca;a(Lafq;)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 aLaca;a(Lado;)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 aLaca;a(Lagj;)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 aLaca;a(Laea;)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 aLaca;a(Ladp;)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 aLgbn;a(IILadq;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 aLaca;a(Ladt;)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 aLaca;a(Lafc;)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 aLaca;a(Lafs;)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 aLaca;a(Lafb;)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 aLaca;a(Lacf;)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 aLaca;a(Lacm;)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 aLaca;a(Laek;)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 aLaca;a(Lacp;)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 aLaca;a(Laco;)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 aLaca;a(Ladb;)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 aLajt;a(Laju;)V
-
updateLighting
private void updateLighting(int chunkX, int chunkZ, LightingProvider provider, LightType type, BitSet inited, BitSet uninited, Iterator<byte[]> nibbles, boolean bool) - 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 aLgbn;a(IILeqi;Ldes;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 kLgbn;k()Lvy;
-
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 cLwk;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 lLgbn;l()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 mLgbn;m()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 nLgbn;n()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 aLgbn;a(Ljava/util/UUID;)Lgbx;
-
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 aLgbn;a(Ljava/lang/String;)Lgbx;
-
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 oLgbn;o()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 pLgbn;p()Lgbh;
-
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 qLgbn;q()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 rLgbn;r()Lgbm;
-
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 sLgbn;s()Lfie;
-
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 tLgbn;t()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 uLgbn;u()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 vLgbn;v()Lkc$b;
-
acknowledge
- Mappings:
Namespace Name Mixin selector named acknowledgeLnet/minecraft/client/network/ClientPlayNetworkHandler;acknowledge(Lnet/minecraft/network/message/SignedMessage;Z)Vintermediary method_44940Lnet/minecraft/class_634;method_44940(Lnet/minecraft/class_7471;Z)Vofficial aLgbn;a(Lxu;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 GLgbn;G()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 bLgbn;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 cLgbn;c(Ljava/lang/String;)V
-
sendCommand
- Mappings:
Namespace Name Mixin selector named sendCommandLnet/minecraft/client/network/ClientPlayNetworkHandler;sendCommand(Ljava/lang/String;)Zintermediary method_45731Lnet/minecraft/class_634;method_45731(Ljava/lang/String;)Zofficial dLgbn;d(Ljava/lang/String;)Z
-
parse
- Mappings:
Namespace Name Mixin selector named parseLnet/minecraft/client/network/ClientPlayNetworkHandler;parse(Ljava/lang/String;)Lcom/mojang/brigadier/ParseResults;intermediary method_45733Lnet/minecraft/class_634;method_45733(Ljava/lang/String;)Lcom/mojang/brigadier/ParseResults;official eLgbn;e(Ljava/lang/String;)Lcom/mojang/brigadier/ParseResults;
-
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 aLgbn;a(Laqv;)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 dLws;d()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 wLgbn;w()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 aLgbn;a(Lcnz;)V
-
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 xLgbn;x()Lgca;
-
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 yLgbn;y()Lcqq;
-
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 aLgbn;a(Lcqq;)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 zLgbn;z()Lfab;
-
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 ALgbn;A()Lcxq;
-
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 BLgbn;B()Ldss;
-
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 CLgbn;C()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 DLgbn;D()Lgcd;
-
getServerLinks
- Mappings:
Namespace Name Mixin selector named getServerLinksLnet/minecraft/client/network/ClientPlayNetworkHandler;getServerLinks()Lnet/minecraft/server/ServerLinks;intermediary method_60885Lnet/minecraft/class_634;method_60885()Lnet/minecraft/class_9782;official ELgbn;E()Lalw;
-