Uses of Interface
dev.wyck.level.dimension.timeline.Timeline
Packages that use Timeline
Package
Description
-
Uses of Timeline in dev.wyck.level.dimension
Methods in dev.wyck.level.dimension that return types with arguments of type TimelineModifier and TypeMethodDescriptionDimension.timelines()The timelines of this dimension type.DimensionImpl.timelines()Methods in dev.wyck.level.dimension with parameters of type TimelineModifier and TypeMethodDescriptionAdds a timeline to this dimension type.Method parameters in dev.wyck.level.dimension with type arguments of type TimelineModifier and TypeMethodDescriptionSets the timelines of this dimension type.Constructor parameters in dev.wyck.level.dimension with type arguments of type TimelineModifierConstructorDescriptionDimensionImpl(ResourceKey resourceKey, boolean hasFixedTime, boolean hasSkyLight, boolean hasCeiling, boolean hasEnderDragonFight, double coordinateScale, int minY, int height, int logicalHeight, Infiniburn infiniburn, float ambientLight, MonsterSettings monsterSettings, Skybox skybox, CardinalLightType cardinalLightType, EnvironmentAttributeMap attributes, TagSet<Timeline> timelines, @Nullable WorldClock defaultClock) -
Uses of Timeline in dev.wyck.level.dimension.timeline
Fields in dev.wyck.level.dimension.timeline declared as TimelineModifier and TypeFieldDescriptionstatic final TimelineTimeline.EARLY_GAMEstatic final TimelineTimeline.MOONstatic final TimelineTimeline.OVERWORLD_DAYstatic final TimelineTimeline.VILLAGER_SCHEDULEFields in dev.wyck.level.dimension.timeline with type parameters of type TimelineMethods in dev.wyck.level.dimension.timeline that return Timeline -
Uses of Timeline in dev.wyck.level.dimension.timeline.types
Subinterfaces of Timeline in dev.wyck.level.dimension.timeline.types -
Uses of Timeline in dev.wyck.tags
Methods in dev.wyck.tags that return types with arguments of type TimelineModifier and TypeMethodDescriptionstatic TagSet.Builder<Timeline> TagSet.timelines()Creates a new builder for timeline tag sets.Creates a tag set from anEitherof explicit tags or a named tag.Method parameters in dev.wyck.tags with type arguments of type Timeline