Uses of Enum Class
net.minecraft.world.waypoints.TrackedWaypoint.PitchDirection
Packages that use TrackedWaypoint.PitchDirection
-
Uses of TrackedWaypoint.PitchDirection in net.minecraft.world.waypoints
Subclasses with type arguments of type TrackedWaypoint.PitchDirection in net.minecraft.world.waypointsMethods in net.minecraft.world.waypoints that return TrackedWaypoint.PitchDirectionModifier and TypeMethodDescriptionTrackedWaypoint.AzimuthWaypoint.pitchDirectionToCamera(Level level, TrackedWaypoint.Projector projector, PartialTickSupplier partialTickSupplier) TrackedWaypoint.ChunkWaypoint.pitchDirectionToCamera(Level level, TrackedWaypoint.Projector projector, PartialTickSupplier partialTickSupplier) TrackedWaypoint.EmptyWaypoint.pitchDirectionToCamera(Level level, TrackedWaypoint.Projector projector, PartialTickSupplier partialTickSupplier) abstract TrackedWaypoint.PitchDirectionTrackedWaypoint.pitchDirectionToCamera(Level level, TrackedWaypoint.Projector projector, PartialTickSupplier partialTickSupplier) TrackedWaypoint.Vec3iWaypoint.pitchDirectionToCamera(Level level, TrackedWaypoint.Projector projector, PartialTickSupplier partialTickSupplier) Returns the enum constant of this class with the specified name.static TrackedWaypoint.PitchDirection[]TrackedWaypoint.PitchDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.