Uses of Interface
dev.wyck.wrapper.level.clock.WorldClock
Packages that use WorldClock
-
Uses of WorldClock in dev.wyck.model.level.dimension
Methods in dev.wyck.model.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.model.level.dimension with parameters of type WorldClockModifier and TypeMethodDescriptionDimension.Builder.defaultClock(@Nullable WorldClock defaultClock) Constructors in dev.wyck.model.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, TimelineSet timelines, @Nullable WorldClock defaultClock) -
Uses of WorldClock in dev.wyck.wrapper.level.clock
Fields in dev.wyck.wrapper.level.clock declared as WorldClockModifier and TypeFieldDescriptionstatic final WorldClockWorldClock.OVERWORLDstatic final WorldClockWorldClock.THE_ENDMethods in dev.wyck.wrapper.level.clock that return WorldClockModifier and TypeMethodDescriptionWorldClock.Factory.reference(ResourceKey key) static WorldClockWorldClock.reference(ResourceKey key) Creates a reference to a registered world clock.