Interface WaypointHandler<T extends Waypoint>

All Known Subinterfaces:
TrackedWaypointHandler
All Known Implementing Classes:
ClientWaypointHandler, ServerWaypointHandler

public interface WaypointHandler<T extends Waypoint>
Mappings:
Namespace Name
named net/minecraft/world/waypoint/WaypointHandler
intermediary net/minecraft/class_11211
official fku
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onTrack(T waypoint)
     
    void
    onUntrack(T waypoint)
     
    void
    onUpdate(T waypoint)
     
  • Method Details

    • onTrack

      void onTrack(T waypoint)
      Mappings:
      Namespace Name Mixin selector
      named onTrack Lnet/minecraft/world/waypoint/WaypointHandler;onTrack(Lnet/minecraft/world/waypoint/Waypoint;)V
      intermediary method_70655 Lnet/minecraft/class_11211;method_70655(Lnet/minecraft/class_11208;)V
      official c Lfku;c(Lfkt;)V
    • onUpdate

      void onUpdate(T waypoint)
      Mappings:
      Namespace Name Mixin selector
      named onUpdate Lnet/minecraft/world/waypoint/WaypointHandler;onUpdate(Lnet/minecraft/world/waypoint/Waypoint;)V
      intermediary method_70651 Lnet/minecraft/class_11211;method_70651(Lnet/minecraft/class_11208;)V
      official b Lfku;b(Lfkt;)V
    • onUntrack

      void onUntrack(T waypoint)
      Mappings:
      Namespace Name Mixin selector
      named onUntrack Lnet/minecraft/world/waypoint/WaypointHandler;onUntrack(Lnet/minecraft/world/waypoint/Waypoint;)V
      intermediary method_70643 Lnet/minecraft/class_11211;method_70643(Lnet/minecraft/class_11208;)V
      official a Lfku;a(Lfkt;)V