Uses of Record Class
net.minecraft.world.entity.vehicle.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.lerpSteps
The field for thelerpSteps
record component.Methods in net.minecraft.network.protocol.game that return types with arguments of type NewMinecartBehavior.MinecartStepModifier and TypeMethodDescriptionClientboundMoveMinecartPacket.lerpSteps()
Returns the value of thelerpSteps
record 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 aClientboundMoveMinecartPacket
record class. -
Uses of NewMinecartBehavior.MinecartStep in net.minecraft.world.entity.vehicle
Fields in net.minecraft.world.entity.vehicle declared as NewMinecartBehavior.MinecartStepModifier and TypeFieldDescriptionprivate final NewMinecartBehavior.MinecartStep
NewMinecartBehavior.StepPartialTicks.currentStep
The field for thecurrentStep
record component.NewMinecartBehavior.oldLerp
private final NewMinecartBehavior.MinecartStep
NewMinecartBehavior.StepPartialTicks.previousStep
The field for thepreviousStep
record component.NewMinecartBehavior.MinecartStep.ZERO
Fields in net.minecraft.world.entity.vehicle with type parameters of type NewMinecartBehavior.MinecartStepModifier and TypeFieldDescriptionNewMinecartBehavior.currentLerpSteps
NewMinecartBehavior.lerpSteps
static final StreamCodec
<io.netty.buffer.ByteBuf, NewMinecartBehavior.MinecartStep> NewMinecartBehavior.MinecartStep.STREAM_CODEC
Methods in net.minecraft.world.entity.vehicle that return NewMinecartBehavior.MinecartStepModifier and TypeMethodDescriptionNewMinecartBehavior.StepPartialTicks.currentStep()
Returns the value of thecurrentStep
record component.NewMinecartBehavior.StepPartialTicks.previousStep()
Returns the value of thepreviousStep
record component.Constructors in net.minecraft.world.entity.vehicle with parameters of type NewMinecartBehavior.MinecartStepModifierConstructorDescription(package private)
StepPartialTicks
(float partialTicksInStep, NewMinecartBehavior.MinecartStep currentStep, NewMinecartBehavior.MinecartStep previousStep) Creates an instance of aStepPartialTicks
record class.