Interface ServerPlayPacketListener

All Superinterfaces:
PacketListener
All Known Implementing Classes:
ServerPlayNetworkHandler

public interface ServerPlayPacketListener extends PacketListener
Mappings:
Namespace Name
official ic
intermediary net/minecraft/class_2050
named net/minecraft/network/listener/ServerPlayPacketListener
  • Method Details

    • onHandSwing

      void onHandSwing(HandSwingC2SPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lic;a(Liy;)V
      intermediary method_7927 Lnet/minecraft/class_2050;method_7927(Lnet/minecraft/class_2051;)V
      named onHandSwing Lnet/minecraft/network/listener/ServerPlayPacketListener;onHandSwing(Lnet/minecraft/network/packet/c2s/play/HandSwingC2SPacket;)V
    • onChatMessage

      void onChatMessage(ChatMessageC2SPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lic;a(Lie;)V
      intermediary method_7929 Lnet/minecraft/class_2050;method_7929(Lnet/minecraft/class_2053;)V
      named onChatMessage Lnet/minecraft/network/listener/ServerPlayPacketListener;onChatMessage(Lnet/minecraft/network/packet/c2s/play/ChatMessageC2SPacket;)V
    • onRequestCommandCompletions

      void onRequestCommandCompletions(RequestCommandCompletionsC2SPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lic;a(Lid;)V
      intermediary method_7928 Lnet/minecraft/class_2050;method_7928(Lnet/minecraft/class_2052;)V
      named onRequestCommandCompletions Lnet/minecraft/network/listener/ServerPlayPacketListener;onRequestCommandCompletions(Lnet/minecraft/network/packet/c2s/play/RequestCommandCompletionsC2SPacket;)V
    • onClientStatus

      void onClientStatus(ClientStatusC2SPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lic;a(Lig;)V
      intermediary method_7930 Lnet/minecraft/class_2050;method_7930(Lnet/minecraft/class_2054;)V
      named onClientStatus Lnet/minecraft/network/listener/ServerPlayPacketListener;onClientStatus(Lnet/minecraft/network/packet/c2s/play/ClientStatusC2SPacket;)V
    • onClientSettings

      void onClientSettings(ClientSettingsC2SPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lic;a(Lih;)V
      intermediary method_7931 Lnet/minecraft/class_2050;method_7931(Lnet/minecraft/class_2056;)V
      named onClientSettings Lnet/minecraft/network/listener/ServerPlayPacketListener;onClientSettings(Lnet/minecraft/network/packet/c2s/play/ClientSettingsC2SPacket;)V
    • onConfirmTransaction

      void onConfirmTransaction(ConfirmGuiActionC2SPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lic;a(Lii;)V
      intermediary method_7932 Lnet/minecraft/class_2050;method_7932(Lnet/minecraft/class_2057;)V
      named onConfirmTransaction Lnet/minecraft/network/listener/ServerPlayPacketListener;onConfirmTransaction(Lnet/minecraft/network/packet/c2s/play/ConfirmGuiActionC2SPacket;)V
    • onButtonClick

      void onButtonClick(ButtonClickC2SPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lic;a(Lij;)V
      intermediary method_7933 Lnet/minecraft/class_2050;method_7933(Lnet/minecraft/class_2058;)V
      named onButtonClick Lnet/minecraft/network/listener/ServerPlayPacketListener;onButtonClick(Lnet/minecraft/network/packet/c2s/play/ButtonClickC2SPacket;)V
    • onClickWindow

      void onClickWindow(ClickWindowC2SPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lic;a(Lik;)V
      intermediary method_7934 Lnet/minecraft/class_2050;method_7934(Lnet/minecraft/class_2059;)V
      named onClickWindow Lnet/minecraft/network/listener/ServerPlayPacketListener;onClickWindow(Lnet/minecraft/network/packet/c2s/play/ClickWindowC2SPacket;)V
    • onGuiClose

      void onGuiClose(GuiCloseC2SPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lic;a(Lil;)V
      intermediary method_7935 Lnet/minecraft/class_2050;method_7935(Lnet/minecraft/class_2060;)V
      named onGuiClose Lnet/minecraft/network/listener/ServerPlayPacketListener;onGuiClose(Lnet/minecraft/network/packet/c2s/play/GuiCloseC2SPacket;)V
    • onCustomPayload

      void onCustomPayload(CustomPayloadC2SPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lic;a(Lim;)V
      intermediary method_7936 Lnet/minecraft/class_2050;method_7936(Lnet/minecraft/class_663;)V
      named onCustomPayload Lnet/minecraft/network/listener/ServerPlayPacketListener;onCustomPayload(Lnet/minecraft/network/packet/c2s/play/CustomPayloadC2SPacket;)V
    • onPlayerInteractEntity

      void onPlayerInteractEntity(PlayerInteractEntityC2SPacket rpacket)
      Mappings:
      Namespace Name Mixin selector
      official a Lic;a(Lin;)V
      intermediary method_7937 Lnet/minecraft/class_2050;method_7937(Lnet/minecraft/class_2061;)V
      named onPlayerInteractEntity Lnet/minecraft/network/listener/ServerPlayPacketListener;onPlayerInteractEntity(Lnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket;)V
    • onKeepAlive

      void onKeepAlive(KeepAliveC2SPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lic;a(Lio;)V
      intermediary method_7938 Lnet/minecraft/class_2050;method_7938(Lnet/minecraft/class_2063;)V
      named onKeepAlive Lnet/minecraft/network/listener/ServerPlayPacketListener;onKeepAlive(Lnet/minecraft/network/packet/c2s/play/KeepAliveC2SPacket;)V
    • onPlayerMove

      void onPlayerMove(PlayerMoveC2SPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lic;a(Lip;)V
      intermediary method_7939 Lnet/minecraft/class_2050;method_7939(Lnet/minecraft/class_2064;)V
      named onPlayerMove Lnet/minecraft/network/listener/ServerPlayPacketListener;onPlayerMove(Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;)V
    • onPlayerAbilities

      void onPlayerAbilities(UpdatePlayerAbilitiesC2SPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lic;a(Liq;)V
      intermediary method_7940 Lnet/minecraft/class_2050;method_7940(Lnet/minecraft/class_2065;)V
      named onPlayerAbilities Lnet/minecraft/network/listener/ServerPlayPacketListener;onPlayerAbilities(Lnet/minecraft/network/packet/c2s/play/UpdatePlayerAbilitiesC2SPacket;)V
    • onPlayerAction

      void onPlayerAction(PlayerActionC2SPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lic;a(Lir;)V
      intermediary method_7941 Lnet/minecraft/class_2050;method_7941(Lnet/minecraft/class_2066;)V
      named onPlayerAction Lnet/minecraft/network/listener/ServerPlayPacketListener;onPlayerAction(Lnet/minecraft/network/packet/c2s/play/PlayerActionC2SPacket;)V
    • onClientCommand

      void onClientCommand(ClientCommandC2SPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lic;a(Lis;)V
      intermediary method_7942 Lnet/minecraft/class_2050;method_7942(Lnet/minecraft/class_704;)V
      named onClientCommand Lnet/minecraft/network/listener/ServerPlayPacketListener;onClientCommand(Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket;)V
    • onPlayerInput

      void onPlayerInput(PlayerInputC2SPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lic;a(Lit;)V
      intermediary method_7943 Lnet/minecraft/class_2050;method_7943(Lnet/minecraft/class_2067;)V
      named onPlayerInput Lnet/minecraft/network/listener/ServerPlayPacketListener;onPlayerInput(Lnet/minecraft/network/packet/c2s/play/PlayerInputC2SPacket;)V
    • onUpdateSelectedSlot

      void onUpdateSelectedSlot(UpdateSelectedSlotC2SPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lic;a(Liv;)V
      intermediary method_7944 Lnet/minecraft/class_2050;method_7944(Lnet/minecraft/class_2068;)V
      named onUpdateSelectedSlot Lnet/minecraft/network/listener/ServerPlayPacketListener;onUpdateSelectedSlot(Lnet/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket;)V
    • onCreativeInventoryAction

      void onCreativeInventoryAction(CreativeInventoryActionC2SPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lic;a(Liw;)V
      intermediary method_7945 Lnet/minecraft/class_2050;method_7945(Lnet/minecraft/class_2069;)V
      named onCreativeInventoryAction Lnet/minecraft/network/listener/ServerPlayPacketListener;onCreativeInventoryAction(Lnet/minecraft/network/packet/c2s/play/CreativeInventoryActionC2SPacket;)V
    • onSignUpdate

      void onSignUpdate(UpdateSignC2SPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lic;a(Lix;)V
      intermediary method_7946 Lnet/minecraft/class_2050;method_7946(Lnet/minecraft/class_2070;)V
      named onSignUpdate Lnet/minecraft/network/listener/ServerPlayPacketListener;onSignUpdate(Lnet/minecraft/network/packet/c2s/play/UpdateSignC2SPacket;)V
    • onPlayerInteractBlock

      void onPlayerInteractBlock(PlayerInteractBlockC2SPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lic;a(Lja;)V
      intermediary method_7947 Lnet/minecraft/class_2050;method_7947(Lnet/minecraft/class_731;)V
      named onPlayerInteractBlock Lnet/minecraft/network/listener/ServerPlayPacketListener;onPlayerInteractBlock(Lnet/minecraft/network/packet/c2s/play/PlayerInteractBlockC2SPacket;)V
    • onSpectatorTeleport

      void onSpectatorTeleport(SpectatorTeleportC2SPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lic;a(Liz;)V
      intermediary method_10721 Lnet/minecraft/class_2050;method_10721(Lnet/minecraft/class_2593;)V
      named onSpectatorTeleport Lnet/minecraft/network/listener/ServerPlayPacketListener;onSpectatorTeleport(Lnet/minecraft/network/packet/c2s/play/SpectatorTeleportC2SPacket;)V
    • onResourcePackStatus

      void onResourcePackStatus(ResourcePackStatusC2SPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lic;a(Liu;)V
      intermediary method_10720 Lnet/minecraft/class_2050;method_10720(Lnet/minecraft/class_2591;)V
      named onResourcePackStatus Lnet/minecraft/network/listener/ServerPlayPacketListener;onResourcePackStatus(Lnet/minecraft/network/packet/c2s/play/ResourcePackStatusC2SPacket;)V