Class Timeline
java.lang.Object
net.minecraft.world.entity.schedule.Timeline
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddKeyframe
(int pDuration, float pActive) addKeyframes
(Collection<Keyframe> pFrames) com.google.common.collect.ImmutableList
<Keyframe> float
getValueAt
(int pDayTime) private void
-
Field Details
-
keyframes
-
previousIndex
private int previousIndex
-
-
Constructor Details
-
Timeline
public Timeline()
-
-
Method Details
-
getKeyframes
-
addKeyframe
-
addKeyframes
-
sortAndDeduplicateKeyframes
private void sortAndDeduplicateKeyframes() -
getValueAt
public float getValueAt(int pDayTime)
-