Interface PlayerInteractEntityC2SPacket.Handler

Enclosing class:
PlayerInteractEntityC2SPacket

public static interface PlayerInteractEntityC2SPacket.Handler
Mappings:
Namespace Name
official zi$c
intermediary net/minecraft/class_2824$class_5908
named net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$Handler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    interact(Hand hand)
     
    void
    interactAt(Hand hand, Vec3d pos)
     
  • Method Details

    • interact

      void interact(Hand hand)
      Mappings:
      Namespace Name Mixin selector
      official a Lzi$c;a(Lbcl;)V
      intermediary method_34219 Lnet/minecraft/class_2824$class_5908;method_34219(Lnet/minecraft/class_1268;)V
      named interact Lnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$Handler;interact(Lnet/minecraft/util/Hand;)V
    • interactAt

      void interactAt(Hand hand, Vec3d pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lzi$c;a(Lbcl;Leae;)V
      intermediary method_34220 Lnet/minecraft/class_2824$class_5908;method_34220(Lnet/minecraft/class_1268;Lnet/minecraft/class_243;)V
      named interactAt Lnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$Handler;interactAt(Lnet/minecraft/util/Hand;Lnet/minecraft/util/math/Vec3d;)V
    • attack

      void attack()
      Mappings:
      Namespace Name Mixin selector
      official a Lzi$c;a()V
      intermediary method_34218 Lnet/minecraft/class_2824$class_5908;method_34218()V
      named attack Lnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket$Handler;attack()V