Uses of Interface
net.minecraft.world.entity.InterpolationHandler
Packages that use InterpolationHandler
Package
Description
-
Uses of InterpolationHandler in net.minecraft.world.entity
Classes in net.minecraft.world.entity that implement InterpolationHandlerModifier and TypeClassDescriptionclassstatic classclassclassclassFields in net.minecraft.world.entity declared as InterpolationHandlerModifier and TypeFieldDescriptionprotected final InterpolationHandlerEntity.interpolationHandlerstatic final InterpolationHandlerInterpolationHandler.NO_OPMethods in net.minecraft.world.entity that return InterpolationHandlerModifier and TypeMethodDescriptionstatic InterpolationHandlerstatic InterpolationHandlerstatic InterpolationHandlerprotected InterpolationHandlerDisplay.createInterpolationHandler()protected InterpolationHandlerEntity.createInterpolationHandler()protected InterpolationHandlerExperienceOrb.createInterpolationHandler()protected InterpolationHandlerLivingEntity.createInterpolationHandler()final InterpolationHandlerEntity.getInterpolation()Methods in net.minecraft.world.entity with parameters of type InterpolationHandlerModifier and TypeMethodDescriptionvoidEntity.onInterpolationStart(InterpolationHandler interpolation) -
Uses of InterpolationHandler in net.minecraft.world.entity.monster
Methods in net.minecraft.world.entity.monster that return InterpolationHandlerModifier and TypeMethodDescriptionprotected InterpolationHandlerShulker.createInterpolationHandler() -
Uses of InterpolationHandler in net.minecraft.world.entity.projectile
Methods in net.minecraft.world.entity.projectile that return InterpolationHandlerModifier and TypeMethodDescriptionprotected InterpolationHandlerFishingHook.createInterpolationHandler() -
Uses of InterpolationHandler in net.minecraft.world.entity.vehicle.boat
Methods in net.minecraft.world.entity.vehicle.boat that return InterpolationHandlerModifier and TypeMethodDescriptionprotected InterpolationHandlerAbstractBoat.createInterpolationHandler() -
Uses of InterpolationHandler in net.minecraft.world.entity.vehicle.minecart
Methods in net.minecraft.world.entity.vehicle.minecart that return InterpolationHandlerModifier and TypeMethodDescriptionprotected InterpolationHandlerAbstractMinecart.createInterpolationHandler()Methods in net.minecraft.world.entity.vehicle.minecart with parameters of type InterpolationHandlerModifier and TypeMethodDescriptionvoidAbstractMinecart.onInterpolationStart(InterpolationHandler interpolation) voidMinecartBehavior.onInterpolationStart(InterpolationHandler interpolation) voidOldMinecartBehavior.onInterpolationStart(InterpolationHandler interpolation)