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
official aok$a
intermediary net/minecraft/class_3143$class_3144
named net/minecraft/server/command/TeleportCommand$LookTarget
  • 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
      official perform Laok$a;perform(Led;Lbrh;)V
      intermediary method_13772 Lnet/minecraft/class_3143$class_3144;method_13772(Lnet/minecraft/class_2168;Lnet/minecraft/class_1297;)V
      named look Lnet/minecraft/server/command/TeleportCommand$LookTarget;look(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/entity/Entity;)V