Class Keyframe

java.lang.Object
net.minecraft.world.entity.schedule.Keyframe

public class Keyframe extends Object
  • Field Details

    • timeStamp

      private final int timeStamp
    • value

      private final float value
  • Constructor Details

    • Keyframe

      public Keyframe(int pTimestamp, float pValue)
  • Method Details

    • getTimeStamp

      public int getTimeStamp()
    • getValue

      public float getValue()