Uses of Enum Class
net.minecraft.world.waypoints.TrackedWaypoint.PitchDirection
Packages that use TrackedWaypoint.PitchDirection
-
Uses of TrackedWaypoint.PitchDirection in net.minecraft.world.waypoints
Methods in net.minecraft.world.waypoints that return TrackedWaypoint.PitchDirectionModifier and TypeMethodDescriptionTrackedWaypoint.AzimuthWaypoint.pitchDirectionToCamera
(Level pLevel, TrackedWaypoint.Projector pProjector) TrackedWaypoint.ChunkWaypoint.pitchDirectionToCamera
(Level pLevel, TrackedWaypoint.Projector pProjector) TrackedWaypoint.EmptyWaypoint.pitchDirectionToCamera
(Level pLevel, TrackedWaypoint.Projector pProjector) abstract TrackedWaypoint.PitchDirection
TrackedWaypoint.pitchDirectionToCamera
(Level pLevel, TrackedWaypoint.Projector pProjector) TrackedWaypoint.Vec3iWaypoint.pitchDirectionToCamera
(Level pLevel, TrackedWaypoint.Projector pProjector) 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.