Package net.minecraft.world.waypoint
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/WaypointHandlerintermediary net/minecraft/class_11211official fku
- 
Method Summary
 
- 
Method Details
- 
onTrack
- Mappings:
 Namespace Name Mixin selector named onTrackLnet/minecraft/world/waypoint/WaypointHandler;onTrack(Lnet/minecraft/world/waypoint/Waypoint;)Vintermediary method_70655Lnet/minecraft/class_11211;method_70655(Lnet/minecraft/class_11208;)Vofficial cLfku;c(Lfkt;)V
 - 
onUpdate
- Mappings:
 Namespace Name Mixin selector named onUpdateLnet/minecraft/world/waypoint/WaypointHandler;onUpdate(Lnet/minecraft/world/waypoint/Waypoint;)Vintermediary method_70651Lnet/minecraft/class_11211;method_70651(Lnet/minecraft/class_11208;)Vofficial bLfku;b(Lfkt;)V
 - 
onUntrack
- Mappings:
 Namespace Name Mixin selector named onUntrackLnet/minecraft/world/waypoint/WaypointHandler;onUntrack(Lnet/minecraft/world/waypoint/Waypoint;)Vintermediary method_70643Lnet/minecraft/class_11211;method_70643(Lnet/minecraft/class_11208;)Vofficial aLfku;a(Lfkt;)V
 
 -