Uses of Enum Class
net.minecraft.world.waypoint.TrackedWaypoint.Type
Packages that use TrackedWaypoint.Type
-
Uses of TrackedWaypoint.Type in net.minecraft.world.waypoint
Fields in net.minecraft.world.waypoint declared as TrackedWaypoint.TypeMethods in net.minecraft.world.waypoint that return TrackedWaypoint.TypeModifier and TypeMethodDescriptionstatic TrackedWaypoint.TypeReturns the enum constant of this class with the specified name.static TrackedWaypoint.Type[]TrackedWaypoint.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.world.waypoint with parameters of type TrackedWaypoint.TypeModifierConstructorDescription(package private)TrackedWaypoint(com.mojang.datafixers.util.Either<UUID, String> source, Waypoint.Config config, TrackedWaypoint.Type type)