Uses of Interface
dev.wyck.level.dimension.clock.WorldClock
Packages that use WorldClock
Package
Description
-
Uses of WorldClock in dev.wyck.level.dimension
Methods in dev.wyck.level.dimension that return types with arguments of type WorldClockModifier and TypeMethodDescriptionDimension.defaultClock()The default clock of this dimension type.DimensionImpl.defaultClock()Methods in dev.wyck.level.dimension with parameters of type WorldClockModifier and TypeMethodDescriptionDimension.Builder.defaultClock(@Nullable WorldClock defaultClock) Sets the default clock of this dimension type.Constructors in dev.wyck.level.dimension with parameters of type WorldClockModifierConstructorDescriptionDimensionImpl(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 WorldClock in dev.wyck.level.dimension.clock
Subinterfaces with type arguments of type WorldClock in dev.wyck.level.dimension.clockModifier and TypeInterfaceDescriptioninterfaceA reference to a registered world clock.Fields in dev.wyck.level.dimension.clock declared as WorldClockModifier and TypeFieldDescriptionstatic final WorldClockWorldClock.OVERWORLDstatic final WorldClockWorldClock.THE_ENDMethods in dev.wyck.level.dimension.clock that return WorldClockModifier and TypeMethodDescriptionstatic WorldClockWorldClock.of(ResourceKey key) Creates a reference to a registered world clock.static WorldClockCreates a reference to a registered world clock. -
Uses of WorldClock in dev.wyck.level.dimension.timeline.types
Methods in dev.wyck.level.dimension.timeline.types that return WorldClockModifier and TypeMethodDescriptionComposedTimeline.clock()The world clock this timeline is based on.Methods in dev.wyck.level.dimension.timeline.types with parameters of type WorldClockModifier and TypeMethodDescriptionComposedTimeline.Builder.clock(WorldClock clock) static ComposedTimelineComposedTimeline.of(ResourceKey key, WorldClock clock, @Nullable Integer periodTicks, List<AttributeTrack<?>> tracks, List<TimeMarker> timeMarkers) Creates a new timeline.