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/WaypointHandler
intermediary net/minecraft/class_11211
official fku
-
Method Summary
-
Method Details
-
onTrack
- 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
- 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
- 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
-