Uses of Interface
net.minecraft.world.waypoint.EntityTickProgress
Packages that use EntityTickProgress
-
Uses of EntityTickProgress in net.minecraft.world.waypoint
Methods in net.minecraft.world.waypoint with parameters of type EntityTickProgressModifier 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) doubleTrackedWaypoint.Azimuth.getRelativeYaw(World world, TrackedWaypoint.YawProvider yawProvider, EntityTickProgress tickProgress) doubleTrackedWaypoint.ChunkBased.getRelativeYaw(World world, TrackedWaypoint.YawProvider yawProvider, EntityTickProgress tickProgress) doubleTrackedWaypoint.Empty.getRelativeYaw(World world, TrackedWaypoint.YawProvider yawProvider, EntityTickProgress tickProgress) abstract doubleTrackedWaypoint.getRelativeYaw(World world, TrackedWaypoint.YawProvider yawProvider, EntityTickProgress tickProgress) doubleTrackedWaypoint.Positional.getRelativeYaw(World world, TrackedWaypoint.YawProvider yawProvider, EntityTickProgress tickProgress) private Vec3dTrackedWaypoint.Positional.getSourcePos(World world, EntityTickProgress tickProgress)