Uses of Enum Class
net.minecraft.world.waypoint.TrackedWaypoint.Pitch
Packages that use TrackedWaypoint.Pitch
-
Uses of TrackedWaypoint.Pitch in net.minecraft.world.waypoint
Methods in net.minecraft.world.waypoint that return TrackedWaypoint.PitchModifier and TypeMethodDescriptionTrackedWaypoint.Azimuth.getPitch(World world, TrackedWaypoint.PitchProvider cameraProvider, EntityTickProgress tickProgress) TrackedWaypoint.ChunkBased.getPitch(World world, TrackedWaypoint.PitchProvider cameraProvider, EntityTickProgress tickProgress) TrackedWaypoint.Empty.getPitch(World world, TrackedWaypoint.PitchProvider cameraProvider, EntityTickProgress tickProgress) abstract TrackedWaypoint.PitchTrackedWaypoint.getPitch(World world, TrackedWaypoint.PitchProvider cameraProvider, EntityTickProgress tickProgress) TrackedWaypoint.Positional.getPitch(World world, TrackedWaypoint.PitchProvider cameraProvider, EntityTickProgress tickProgress) static TrackedWaypoint.PitchReturns the enum constant of this class with the specified name.static TrackedWaypoint.Pitch[]TrackedWaypoint.Pitch.values()Returns an array containing the constants of this enum class, in the order they are declared.