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 p_393992_, int p_394386_, Consumer<InterpolationHandler> p_393601_) InterpolationHandler
(Entity p_394101_, Consumer<InterpolationHandler> p_394503_) -
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.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_)