Uses of Class
net.minecraft.world.entity.InterpolationHandler
Packages that use InterpolationHandler
Package
Description
-
Uses of InterpolationHandler in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as InterpolationHandlerModifier and TypeFieldDescriptionprivate final InterpolationHandlerDisplay.interpolationprivate final InterpolationHandlerExperienceOrb.interpolationprotected final InterpolationHandlerLivingEntity.interpolationFields in net.minecraft.world.entity with type parameters of type InterpolationHandlerModifier and TypeFieldDescriptionprivate final @Nullable Consumer<InterpolationHandler> InterpolationHandler.onInterpolationStartMethods in net.minecraft.world.entity that return InterpolationHandlerModifier and TypeMethodDescriptionDisplay.getInterpolation()@Nullable InterpolationHandlerEntity.getInterpolation()ExperienceOrb.getInterpolation()LivingEntity.getInterpolation()Constructor parameters in net.minecraft.world.entity with type arguments of type InterpolationHandlerModifierConstructorDescriptionInterpolationHandler(Entity entity, int interpolationSteps, @Nullable Consumer<InterpolationHandler> onInterpolationStart) InterpolationHandler(Entity entity, @Nullable Consumer<InterpolationHandler> onInterpolationStart) -
Uses of InterpolationHandler in net.minecraft.world.entity.monster
Methods in net.minecraft.world.entity.monster that return InterpolationHandler -
Uses of InterpolationHandler in net.minecraft.world.entity.projectile
Fields in net.minecraft.world.entity.projectile declared as InterpolationHandlerModifier and TypeFieldDescriptionprivate final InterpolationHandlerFishingHook.interpolationHandlerMethods in net.minecraft.world.entity.projectile that return InterpolationHandler -
Uses of InterpolationHandler in net.minecraft.world.entity.vehicle.boat
Fields in net.minecraft.world.entity.vehicle.boat declared as InterpolationHandlerMethods in net.minecraft.world.entity.vehicle.boat that return InterpolationHandler -
Uses of InterpolationHandler in net.minecraft.world.entity.vehicle.minecart
Fields in net.minecraft.world.entity.vehicle.minecart declared as InterpolationHandlerModifier and TypeFieldDescriptionprivate final InterpolationHandlerOldMinecartBehavior.interpolationMethods in net.minecraft.world.entity.vehicle.minecart that return InterpolationHandlerModifier and TypeMethodDescriptionAbstractMinecart.getInterpolation()MinecartBehavior.getInterpolation()OldMinecartBehavior.getInterpolation()Methods in net.minecraft.world.entity.vehicle.minecart with parameters of type InterpolationHandlerModifier and TypeMethodDescriptionvoidOldMinecartBehavior.onInterpolation(InterpolationHandler interpolation)