Class Keyframe.Builder<V>
java.lang.Object
dev.wyck.level.dimension.timeline.Keyframe.Builder<V>
- Type Parameters:
V- the type of value stored in the keyframe
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
ticks
Sets the number of ticks this keyframe occurs at.- Parameters:
ticks- the number of ticks this keyframe occurs at- Returns:
- this builder
- Since:
- 3.2.0
-
value
Sets the value stored in this keyframe.- Parameters:
value- the value stored in this keyframe- Returns:
- this builder
- Since:
- 3.2.0
-
build
-