13 lines
272 B
Java
13 lines
272 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package net.minecraft.world.waypoints;
|
|
|
|
import net.minecraft.world.waypoints.TrackedWaypoint;
|
|
import net.minecraft.world.waypoints.WaypointManager;
|
|
|
|
public interface TrackedWaypointManager
|
|
extends WaypointManager<TrackedWaypoint> {
|
|
}
|
|
|