Interface ServerPlayNetworkHandler.Interaction

Enclosing class:
ServerPlayNetworkHandler
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface private static interface ServerPlayNetworkHandler.Interaction
Mappings:
Namespace Name
official aif$a
intermediary net/minecraft/class_3244$class_5860
named net/minecraft/server/network/ServerPlayNetworkHandler$Interaction
  • Method Details

    • run

      ActionResult run(ServerPlayerEntity player, Entity entity, Hand hand)
      Mappings:
      Namespace Name Mixin selector
      official run Laif$a;run(Lahn;Lbdr;Lbcl;)Lbcm;
      intermediary run Lnet/minecraft/class_3244$class_5860;run(Lnet/minecraft/class_3222;Lnet/minecraft/class_1297;Lnet/minecraft/class_1268;)Lnet/minecraft/class_1269;
      named run Lnet/minecraft/server/network/ServerPlayNetworkHandler$Interaction;run(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/entity/Entity;Lnet/minecraft/util/Hand;)Lnet/minecraft/util/ActionResult;