Uses of Record Class
net.minecraft.network.protocol.game.VecDelta.Stepped.DeltaStep
Packages that use VecDelta.Stepped.DeltaStep
-
Uses of VecDelta.Stepped.DeltaStep in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type VecDelta.Stepped.DeltaStepModifier and TypeFieldDescriptionprivate final List<VecDelta.Stepped.DeltaStep> VecDelta.Stepped.stepsThe field for thestepsrecord component.Methods in net.minecraft.network.protocol.game that return types with arguments of type VecDelta.Stepped.DeltaStepModifier and TypeMethodDescriptionVecDelta.Stepped.steps()Returns the value of thestepsrecord component.Constructor parameters in net.minecraft.network.protocol.game with type arguments of type VecDelta.Stepped.DeltaStepModifierConstructorDescriptionStepped(List<VecDelta.Stepped.DeltaStep> steps) Creates an instance of aSteppedrecord class.