Interface TeleportCommand.LookTarget

All Known Implementing Classes:
TeleportCommand.LookAtEntity, TeleportCommand.LookAtPosition
Enclosing class:
TeleportCommand
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 TeleportCommand.LookTarget
Mappings:
Namespace Name
named net/minecraft/server/command/TeleportCommand$LookTarget
intermediary net/minecraft/class_3143$class_3144
official aou$a
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    look(ServerCommandSource source, Entity entity)
     
  • Method Details

    • look

      void look(ServerCommandSource source, Entity entity)
      Mappings:
      Namespace Name Mixin selector
      named look Lnet/minecraft/server/command/TeleportCommand$LookTarget;look(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/entity/Entity;)V
      intermediary method_13772 Lnet/minecraft/class_3143$class_3144;method_13772(Lnet/minecraft/class_2168;Lnet/minecraft/class_1297;)V
      official perform Laou$a;perform(Let;Lbsr;)V