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 InterpolationHandler
Display.interpolation
private final InterpolationHandler
ExperienceOrb.interpolation
protected InterpolationHandler
LivingEntity.interpolation
Fields in net.minecraft.world.entity with type parameters of type InterpolationHandlerModifier and TypeFieldDescriptionprivate final Consumer
<InterpolationHandler> InterpolationHandler.onInterpolationStart
Methods in net.minecraft.world.entity that return InterpolationHandlerModifier and TypeMethodDescriptionDisplay.getInterpolation()
Entity.getInterpolation()
ExperienceOrb.getInterpolation()
LivingEntity.getInterpolation()
Constructor parameters in net.minecraft.world.entity with type arguments of type InterpolationHandlerModifierConstructorDescriptionInterpolationHandler
(Entity pEntity, int pInterpolationSteps, Consumer<InterpolationHandler> pOnInterpolationStart) InterpolationHandler
(Entity pEntity, Consumer<InterpolationHandler> pOnInterpolationStart) -
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 InterpolationHandler
FishingHook.interpolationHandler
Methods in net.minecraft.world.entity.projectile that return InterpolationHandler -
Uses of InterpolationHandler in net.minecraft.world.entity.vehicle
Fields in net.minecraft.world.entity.vehicle declared as InterpolationHandlerModifier and TypeFieldDescriptionprivate final InterpolationHandler
AbstractBoat.interpolation
private final InterpolationHandler
OldMinecartBehavior.interpolation
Methods in net.minecraft.world.entity.vehicle that return InterpolationHandlerModifier and TypeMethodDescriptionAbstractBoat.getInterpolation()
AbstractMinecart.getInterpolation()
MinecartBehavior.getInterpolation()
OldMinecartBehavior.getInterpolation()
Methods in net.minecraft.world.entity.vehicle with parameters of type InterpolationHandlerModifier and TypeMethodDescriptionvoid
OldMinecartBehavior.onInterpolation
(InterpolationHandler p_393937_)