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 fza
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate final ClientAdvancementManagerprivate final BrewingRecipeRegistryprivate static final Textprivate final ChunkBatchSizeCalculatorprivate intprivate final DynamicRegistryManager.Immutableprivate com.mojang.brigadier.CommandDispatcher<CommandSource> private final ClientCommandSourceprivate final DataQueryHandlerprivate final DebugSampleSubscriberprivate booleanprivate final FeatureSetprivate 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 final Randomprivate final RecipeManagerprivate static final Textprivate final Scoreboardprivate final SearchManagerprivate booleanprivate @Nullable ClientPlayerSessionprivate final UUIDprivate MessageSignatureStorageprivate intprivate 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, field_52154, field_52155, postDisconnectScreen, serverCookies, serverInfo, strictErrorHandling, transferring, worldSession -
Constructor Summary
ConstructorsConstructorDescriptionClientPlayNetworkHandler(MinecraftClient client, ClientConnection clientConnection, ClientConnectionState clientConnectionState) -
Method Summary
Modifier and TypeMethodDescriptionvoidacknowledge(SignedMessage message, boolean displayed) voidcreateEntity(EntitySpawnS2CPacket packet) private 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 voidvoidvoidvoidvoidonBlockEvent(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) voidvoidvoidonOpenScreen(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) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidonStatistics(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) 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) voidtick()Ticks this packet listener on the game engine thread.private voidunloadChunk(UnloadChunkS2CPacket packet) voidvoidupdateKeyPair(PlayerKeyPair keyPair) private voidupdateLighting(int chunkX, int chunkZ, LightingProvider provider, LightType type, BitSet inited, BitSet uninited, Iterator<byte[]> nibbles) private voidwarnOnUnknownPayload(CustomPayload payload) Methods inherited from class net.minecraft.client.network.ClientCommonNetworkHandler
accepts, addCustomCrashReportInfo, createDisconnectedScreen, getBrand, getPrompt, method_60881, method_60883, method_60884, onCookieRequest, onCustomPayload, onDisconnect, onDisconnected, onKeepAlive, onPacketException, onPing, onResourcePackRemove, onResourcePackSend, 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
method_60883, method_60884, onCustomPayload, onDisconnect, onKeepAlive, onPing, onResourcePackRemove, onResourcePackSend, 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, fillCrashReport, method_60881, 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 lLfza;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 mLfza;m:Lwy;
-
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 nLfza;n:Lwy;
-
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 oLfza;o:Lwy;
-
CHAT_VALIDATION_FAILED_TEXT
- Mappings:
Namespace Name Mixin selector named CHAT_VALIDATION_FAILED_TEXTLnet/minecraft/client/network/ClientPlayNetworkHandler;CHAT_VALIDATION_FAILED_TEXT:Lnet/minecraft/text/Text;intermediary field_40486Lnet/minecraft/class_634;field_40486:Lnet/minecraft/class_2561;official pLfza;p:Lwy;
-
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 qLfza;q:Lwy;
-
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 rLfza;r: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 sLfza;s: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 tLfza;t:Lfyz;
-
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 uLfza;u:Lfyz$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 vLfza;v: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 wLfza;w: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 xLfza;x:Lfyu;
-
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 yLfza;y:Lfzc;
-
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 zLfza;z:Lffy;
-
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 ALfza;A: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 BLfza;B: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 CLfza;C:Layv;
-
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 DLfza;D: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 ELfza;E:Lczb;
-
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 FLfza;F: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 GLfza;G: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 HLfza;H:Lka$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 ILfza;I:Lcpj;
-
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 JLfza;J:Lcwr;
-
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 KLfza;K:Lxj;
-
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 LLfza;L:Lxs$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 MLfza;M:Lxg;
-
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 NLfza;N:Lxl;
-
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 OLfza;O:Lfyt;
-
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 PLfza;P:Lfzj;
-
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 QLfza;Q:Lfze;
-
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 RLfza;R:Lfzh;
-
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 SLfza;S: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 TLfza;T: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 ULfza;U: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 VLfza;V:Leya;
-
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 WLfza;W:Lfzq;
-
-
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>Lfza;<init>(Lfgi;Lvs;Lfzd;)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 gLfza;g()Lfzc;
-
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 hLfza;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 iLfza;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 jLfza;j()Lczb;
-
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 aLabt;a(Ladk;)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 aLabt;a(Labu;)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 bLfza;b(Labu;)Lbsq;
-
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 aLfza;a(Lbsq;)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 aLabt;a(Labv;)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 aLabt;a(Lafa;)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 aLabt;a(Laey;)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 aLabt;a(Lafv;)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 aLabt;a(Lafw;)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 aLabt;a(Lafx;)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 aLabt;a(Laet;)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 aLabt;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 aLabt;a(Laei;)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 aLabt;a(Laee;)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 aLabt;a(Laeb;)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 aLabt;a(Laej;)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 aLabt;a(Ladf;)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 aLabt;a(Lacj;)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 aLfza;a(IILade;)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 aLfza;a(Ldvg;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 aLabt;a(Lacz;)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 bLfza;b(Lacz;)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 aLabt;a(Lacc;)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 aLabt;a(Lafp;)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 aLabt;a(Lafu;)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 aLabt;a(Lafr;)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 aLabt;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 aLabt;a(Lacw;)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 aLabt;a(Lacv;)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 aLabt;a(Labw;)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 aLabt;a(Ladc;)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 aLabt;a(Lafk;)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 aLabt;a(Laew;)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 aLabt;a(Laff;)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 aLabt;a(Laez;)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 aLfza;a(Lcmv;)Lcuo;
-
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 aLabt;a(Lacx;)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 aLabt;a(Lact;)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 aLabt;a(Lafd;)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 aLabt;a(Lafc;)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 aLabt;a(Laeh;)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 aLfza;a(ZLakp;Lakp;)Lfnv$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 aLabt;a(Lacy;)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 aLabt;a(Ladb;)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 aLabt;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 aLabt;a(Lacq;)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 aLabt;a(Laco;)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 aLabt;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 aLabt;a(Laca;)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 aLabt;a(Lacp;)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 aLabt;a(Lafb;)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 aLabt;a(Lacn;)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 aLabt;a(Lacb;)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 aLabt;a(Labz;)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 aLabt;a(Lada;)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 aLfza;a(Lgdv;Lfyz;Lfnv$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 aLabt;a(Ladl;)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 aLabt;a(Ladg;)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 aLabt;a(Lafy;)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 aLabt;a(Laek;)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 aLabt;a(Lacm;)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 aLabt;a(Lafq;)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 aLabt;a(Lacl;)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 aLabt;a(Lagb;)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 aLabt;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 aLabt;a(Laft;)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 aLabt;a(Labx;)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 aLabt;a(Laed;)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 aLabt;a(Laga;)V
-
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 aLzl;a(Lzw;)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 aLabt;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 aLabt;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 aLabt;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 aLabt;a(Lacg;)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 aLabt;a(Laes;)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 aLabt;a(Ladd;)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 aLabt;a(Laen;)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 aLabt;a(Laeo;)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 aLabt;a(Laep;)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 aLabt;a(Laer;)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 aLabt;a(Laeq;)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 aLabt;a(Lack;)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 aLabt;a(Lael;)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 aLabt;a(Lacs;)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 aLabt;a(Laem;)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 aLabt;a(Lafl;)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 aLabt;a(Lafj;)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 aLabt;a(Lafm;)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 aLabt;a(Lafs;)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 aLabt;a(Laef;)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 aLabt;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 aLabt;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 aLfza;a(Ladz$a;Ladz$b;Lfzk;)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 aLfza;a(Ladz$b;Lfzk;)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 DLfza;D()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 aLabt;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 aLabt;a(Lafo;)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 aLabt;a(Lafn;)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 aLabt;a(Lacd;)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 aLabt;a(Lacr;)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 aLabt;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 aLabt;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 aLfyw;a(Laai;)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 bLfza;b(Laai;)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 aLabt;a(Lafe;)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 aLabt;a(Lafh;)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 aLabt;a(Laeg;)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 aLabt;a(Laex;)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 aLabt;a(Lafg;)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 aLabt;a(Ladh;)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 aLabt;a(Lafz;)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 aLabt;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 aLabt;a(Ladi;)V
-
readLightData
- Mappings:
Namespace Name Mixin selector named readLightDataLnet/minecraft/client/network/ClientPlayNetworkHandler;readLightData(IILnet/minecraft/network/packet/s2c/play/LightData;)Vintermediary method_38543Lnet/minecraft/class_634;method_38543(IILnet/minecraft/class_6606;)Vofficial aLfza;a(IILadj;)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 aLabt;a(Ladm;)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 aLabt;a(Laev;)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 aLabt;a(Lafi;)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 aLabt;a(Laeu;)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 aLabt;a(Laby;)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 aLabt;a(Lacf;)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 aLabt;a(Laec;)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 aLabt;a(Laci;)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 aLabt;a(Lach;)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 aLabt;a(Lacu;)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 aLajh;a(Laji;)V
-
updateLighting
private void updateLighting(int chunkX, int chunkZ, LightingProvider provider, LightType type, BitSet inited, BitSet uninited, Iterator<byte[]> nibbles) - Mappings:
Namespace Name Mixin selector named 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;)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;)Vofficial aLfza;a(IILeon;Lddd;Ljava/util/BitSet;Ljava/util/BitSet;Ljava/util/Iterator;)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 kLfza;k()Lvs;
-
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 cLwe;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 lLfza;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 mLfza;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 nLfza;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 aLfza;a(Ljava/util/UUID;)Lfzk;
-
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 aLfza;a(Ljava/lang/String;)Lfzk;
-
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 oLfza;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 pLfza;p()Lfyu;
-
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 qLfza;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 rLfza;r()Lfyz;
-
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 sLfza;s()Lffy;
-
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 tLfza;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 uLfza;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 vLfza;v()Lka$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 aLfza;a(Lxo;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 ELfza;E()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 bLfza;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 cLfza;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 dLfza;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 eLfza;e(Ljava/lang/String;)Lcom/mojang/brigadier/ParseResults;
-
tick
public void tick()Ticks this packet listener on the game engine thread. The listener is responsible for synchronizing between the game engine and netty event loop threads.- Specified by:
tickin interfaceTickablePacketListener- Mappings:
Namespace Name Mixin selector named tickLnet/minecraft/network/listener/TickablePacketListener;tick()Vintermediary method_18784Lnet/minecraft/class_7633;method_18784()Vofficial dLwm;d()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 aLfza;a(Lcmx;)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 wLfza;w()Lfzn;
-
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 xLfza;x()Lcpj;
-
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 aLfza;a(Lcpj;)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 yLfza;y()Leya;
-
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 zLfza;z()Lcwr;
-
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 ALfza;A()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 BLfza;B()Lfzq;
-
method_60885
- Mappings:
Namespace Name Mixin selector named method_60885Lnet/minecraft/client/network/ClientPlayNetworkHandler;method_60885()Lnet/minecraft/class_9782;intermediary method_60885Lnet/minecraft/class_634;method_60885()Lnet/minecraft/class_9782;official CLfza;C()Lali;
-