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 gje
-
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 FeatureSetstatic final intprivate FuelRegistryprivate static final Textprivate LastSeenMessagesCollectorprivate final Set<PlayerListEntry> private static final Loggerprivate MessageChain.Packerprivate final List<WeakReference<WorldDependentModelData<?, ?>>> private 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 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, transferring, worldSession -
Constructor Summary
ConstructorsConstructorDescriptionClientPlayNetworkHandler(MinecraftClient client, ClientConnection clientConnection, ClientConnectionState clientConnectionState) -
Method Summary
Modifier and TypeMethodDescriptionvoidacknowledge(SignedMessage message, boolean displayed) private voidvoidcreateEntity(EntitySpawnS2CPacket packet) voidprivate static ItemStackgetActiveDeathProtector(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 voidvoidmethod_67269(WorldDependentModelData<?, ?> worldDependentModelData) 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) voidvoidvoidvoidvoidvoidvoidonWorldEvent(WorldEventS2CPacket packet) voidprivate com.mojang.brigadier.ParseResults<CommandSource> private voidplaySpawnSound(Entity entity) private voidreadLightData(int x, int z, LightData data, boolean bool) private voidrefreshRecipeBook(ClientRecipeBook recipeBook) voidprivate voidscheduleRenderChunk(WorldChunk chunk, int x, int z) private voidvoidsendChatCommand(String command) voidsendChatMessage(String content) booleansendCommand(String command) private static booleansetPosition(PlayerPosition 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, 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 lLgje;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 mLgje;m:Lww;
-
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 nLgje;n:Lww;
-
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 oLgje;o:Lww;
-
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 pLgje;p:Lww;
-
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 qLgje;q: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 kLgje;k: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 rLgje;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 sLgje;s:Lgjd;
-
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 tLgje;t:Lgjd$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 uLgje;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 vLgje;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 wLgje;w:Lgiy;
-
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 xLgje;x:Lgjh;
-
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 yLgje;y:Lfnu;
-
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 zLgje;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 ALgje;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 BLgje;B:Lazt;
-
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 CLgje;C: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 DLgje;D:Lgjf;
-
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 ELgje;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 FLgje;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 GLgje;G:Ljs$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 HLgje;H:Lcub;
-
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 ILgje;I:Ldan;
-
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 JLgje;J:Ldxm;
-
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 KLgje;K: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 LLgje;L:Lxh;
-
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 MLgje;M:Lxq$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 NLgje;N:Lxe;
-
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 OLgje;O:Lxj;
-
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 PLgje;P: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 QLgje;Q:Laqy;
-
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 RLgje;R:Lgix;
-
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 SLgje;S:Lgjo;
-
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 TLgje;T:Lgjj;
-
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 ULgje;U:Lgjm;
-
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 VLgje;V: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 WLgje;W: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 XLgje;X: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 YLgje;Y:Lffb;
-
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 ZLgje;Z:Lgjv;
-
modelDataToClean
- Mappings:
Namespace Name Mixin selector named modelDataToCleanLnet/minecraft/client/network/ClientPlayNetworkHandler;modelDataToClean:Ljava/util/List;intermediary field_56354Lnet/minecraft/class_634;field_56354:Ljava/util/List;official aaLgje;aa: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>Lgje;<init>(Lfof;Lvp;Lgji;)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 gLgje;g()Lgjh;
-
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 hLgje;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 iLgje;i()V
-
cleanModelData
private void cleanModelData()- Mappings:
Namespace Name Mixin selector named cleanModelDataLnet/minecraft/client/network/ClientPlayNetworkHandler;cleanModelData()Vintermediary method_67268Lnet/minecraft/class_634;method_67268()Vofficial FLgje;F()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 jLgje;j()Lddk;
-
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 aLabs;a(Ladj;)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 aLabs;a(Labt;)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 bLgje;b(Labt;)Lbwa;
-
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 aLgje;a(Lbwa;)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 aLabs;a(Lafd;)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 aLabs;a(Lafb;)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 aLabs;a(Lacw;)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 aLabs;a(Laga;)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 aLabs;a(Lagc;)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 aLabs;a(Lagd;)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 aLabs;a(Lafh;)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 aLabs;a(Ladm;)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 aLabs;a(Ladn;)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 aLabs;a(Lael;)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 aLabs;a(Laeh;)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 aLabs;a(Laeb;)V
-
setPosition
private static boolean setPosition(PlayerPosition pos, Set<PositionFlag> flags, Entity entity, boolean bool) - Mappings:
Namespace Name Mixin selector named setPositionLnet/minecraft/client/network/ClientPlayNetworkHandler;setPosition(Lnet/minecraft/entity/player/PlayerPosition;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 aLgje;a(Lbxm;Ljava/util/Set;Lbwa;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 aLabs;a(Laec;)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 aLabs;a(Laem;)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 aLabs;a(Lade;)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 aLabs;a(Lach;)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 aLgje;a(IILadd;)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 aLgje;a(Lebv;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 aLabs;a(Lacy;)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 bLgje;b(Lacy;)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 aLabs;a(Laca;)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 aLabs;a(Lafu;)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 aLabs;a(Lafz;)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 aLabs;a(Lafw;)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 aLabs;a(Ladu;)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 aLabs;a(Lacu;)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 aLabs;a(Lact;)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 aLabs;a(Labu;)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 aLabs;a(Ladb;)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 aLabs;a(Lafp;)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 aLabs;a(Laez;)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 aLabs;a(Lafj;)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 aLabs;a(Lafc;)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 aLgje;a(Lcqs;)Lcys;
-
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 aLabs;a(Lacv;)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 aLabs;a(Lacr;)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 aLabs;a(Lafg;)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 aLabs;a(Laff;)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 aLabs;a(Laek;)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 aLgje;a(ZLald;Lald;)Lfxg$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 aLabs;a(Lacx;)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 aLabs;a(Lada;)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 aLabs;a(Ladq;)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 aLabs;a(Laco;)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 aLabs;a(Laey;)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 aLabs;a(Lafk;)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 aLabs;a(Lacm;)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 aLabs;a(Ladr;)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 aLabs;a(Laby;)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 aLabs;a(Lacn;)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 aLabs;a(Lafe;)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 aLabs;a(Lacl;)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 aLabs;a(Labz;)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 aLabs;a(Labx;)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 aLabs;a(Lacz;)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 aLgje;a(Lgoa;Lgjd;Lfxg$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 aLabs;a(Ladk;)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 aLabs;a(Ladf;)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 aLabs;a(Lage;)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 aLabs;a(Laen;)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 aLabs;a(Lack;)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 aLabs;a(Lafv;)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 aLabs;a(Lacj;)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 aLabs;a(Lagh;)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 aLabs;a(Laea;)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 aLabs;a(Lafy;)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 aLabs;a(Labv;)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 aLabs;a(Laee;)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 aLabs;a(Laef;)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 aLabs;a(Laeg;)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 aLgje;a(Lfnq;)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 aLabs;a(Lagg;)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 aLgje;a(Lald;Laxr$a;)Ljr$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 aLzj;a(Lzu;)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 aLabs;a(Ladv;)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 aLabs;a(Ladw;)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 aLabs;a(Ladx;)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 aLabs;a(Lace;)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 aLabs;a(Laev;)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 aLabs;a(Ladc;)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 aLabs;a(Laeq;)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 aLabs;a(Laer;)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 aLabs;a(Laes;)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 aLabs;a(Laeu;)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 aLabs;a(Laet;)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 aLabs;a(Laci;)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 aLabs;a(Laeo;)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 aLabs;a(Lacq;)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 aLabs;a(Laep;)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 aLabs;a(Lafq;)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 aLabs;a(Lafo;)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 aLabs;a(Lafr;)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 aLabs;a(Lafx;)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 aLabs;a(Laei;)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 aLabs;a(Lady;)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 aLabs;a(Ladz;)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 aLgje;a(Ladz$a;Ladz$b;Lgjp;)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 aLgje;a(Ladz$b;Lgjp;)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 GLgje;G()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 aLabs;a(Ladt;)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 aLabs;a(Laft;)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 aLabs;a(Lafs;)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 aLabs;a(Lacb;)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 aLabs;a(Lacp;)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 aLabs;a(Lado;)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 aLabs;a(Ladp;)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 aLgja;a(Laag;)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 bLgje;b(Laag;)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 aLabs;a(Lafi;)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 aLabs;a(Lafm;)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 aLabs;a(Laej;)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 aLabs;a(Lafa;)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 aLabs;a(Lafl;)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 aLabs;a(Ladg;)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 aLabs;a(Lagf;)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 aLabs;a(Lads;)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 aLabs;a(Ladh;)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 aLgje;a(IILadi;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 aLabs;a(Ladl;)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 aLabs;a(Laex;)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 aLabs;a(Lafn;)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 aLabs;a(Laew;)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 aLabs;a(Labw;)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 aLabs;a(Lacd;)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 aLabs;a(Laed;)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 aLabs;a(Lacg;)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 aLabs;a(Lacf;)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 aLabs;a(Lacs;)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
-
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 aLabs;a(Lagb;)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 aLgje;a(IILevk;Ldiy;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 kLgje;k()Lvp;
-
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 cLwc;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 lLgje;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 mLgje;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 nLgje;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 aLgje;a(Ljava/util/UUID;)Lgjp;
-
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 aLgje;a(Ljava/lang/String;)Lgjp;
-
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 oLgje;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 pLgje;p()Lgiy;
-
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 qLgje;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 rLgje;r()Lgjd;
-
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 sLgje;s()Lfnu;
-
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 tLgje;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 uLgje;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 vLgje;v()Ljs$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 aLgje;a(Lxm;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 HLgje;H()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 bLgje;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 cLgje;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 dLgje;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 eLgje;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 aLgje;a(Laqy;)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 dLwk;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 wLgje;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 aLgje;a(Lcqu;)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 xLgje;x()Lgjs;
-
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 yLgje;y()Lcub;
-
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 aLgje;a(Lcub;)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 zLgje;z()Lffb;
-
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 ALgje;A()Ldan;
-
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 BLgje;B()Ldxm;
-
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 CLgje;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 DLgje;D()Lgjv;
-
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 ELgje;E()Lalw;
-
method_67269
- Mappings:
Namespace Name Mixin selector named method_67269Lnet/minecraft/client/network/ClientPlayNetworkHandler;method_67269(Lnet/minecraft/client/render/item/model/WorldDependentModelData;)Vintermediary method_67269Lnet/minecraft/class_634;method_67269(Lnet/minecraft/class_10719;)Vofficial aLgje;a(Lgiw;)V
-