Interface ReferencedTimeline
-
Field Summary
Fields inherited from interface Timeline
EARLY_GAME, MOON, OVERWORLD, OVERWORLD_DAY, VILLAGER_SCHEDULE -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic ReferencedTimelineof(ResourceKey key) Creates a new timeline reference with the specified key.Methods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
of
Creates a new timeline reference with the specified key.- Parameters:
key- the key of the timeline to reference- Returns:
- a new timeline reference with the specified key
- Since:
- 3.2.0
-