Uses of Record Class
net.minecraft.world.entity.vehicle.minecart.NewMinecartBehavior.MinecartStep
Packages that use NewMinecartBehavior.MinecartStep
-
Uses of NewMinecartBehavior.MinecartStep in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type NewMinecartBehavior.MinecartStepModifier and TypeFieldDescriptionprivate final List<NewMinecartBehavior.MinecartStep> ClientboundMoveMinecartPacket.lerpStepsThe field for thelerpStepsrecord component.Methods in net.minecraft.network.protocol.game that return types with arguments of type NewMinecartBehavior.MinecartStepModifier and TypeMethodDescriptionClientboundMoveMinecartPacket.lerpSteps()Returns the value of thelerpStepsrecord component.Constructor parameters in net.minecraft.network.protocol.game with type arguments of type NewMinecartBehavior.MinecartStepModifierConstructorDescriptionClientboundMoveMinecartPacket(int entityId, List<NewMinecartBehavior.MinecartStep> lerpSteps) Creates an instance of aClientboundMoveMinecartPacketrecord class. -
Uses of NewMinecartBehavior.MinecartStep in net.minecraft.world.entity.vehicle.minecart
Fields in net.minecraft.world.entity.vehicle.minecart declared as NewMinecartBehavior.MinecartStepModifier and TypeFieldDescriptionprivate final NewMinecartBehavior.MinecartStepNewMinecartBehavior.StepPartialTicks.currentStepThe field for thecurrentSteprecord component.NewMinecartBehavior.oldLerpprivate final NewMinecartBehavior.MinecartStepNewMinecartBehavior.StepPartialTicks.previousStepThe field for thepreviousSteprecord component.NewMinecartBehavior.MinecartStep.ZEROFields in net.minecraft.world.entity.vehicle.minecart with type parameters of type NewMinecartBehavior.MinecartStepModifier and TypeFieldDescriptionNewMinecartBehavior.currentLerpStepsNewMinecartBehavior.lerpStepsstatic final StreamCodec<io.netty.buffer.ByteBuf, NewMinecartBehavior.MinecartStep> NewMinecartBehavior.MinecartStep.STREAM_CODECMethods in net.minecraft.world.entity.vehicle.minecart that return NewMinecartBehavior.MinecartStepModifier and TypeMethodDescriptionNewMinecartBehavior.StepPartialTicks.currentStep()Returns the value of thecurrentSteprecord component.NewMinecartBehavior.StepPartialTicks.previousStep()Returns the value of thepreviousSteprecord component.Constructors in net.minecraft.world.entity.vehicle.minecart with parameters of type NewMinecartBehavior.MinecartStepModifierConstructorDescription(package private)StepPartialTicks(float partialTicksInStep, NewMinecartBehavior.MinecartStep currentStep, NewMinecartBehavior.MinecartStep previousStep) Creates an instance of aStepPartialTicksrecord class.