Uses of Interface
net.minecraft.world.clock.ClockManager
Packages that use ClockManager
Package
Description
-
Uses of ClockManager in net.minecraft.client
Classes in net.minecraft.client that implement ClockManager -
Uses of ClockManager in net.minecraft.world.attribute
Methods in net.minecraft.world.attribute with parameters of type ClockManagerModifier and TypeMethodDescriptionEnvironmentAttributeSystem.Builder.addTimelineLayer(Holder<Timeline> timeline, ClockManager clockManager) private <Value> voidEnvironmentAttributeSystem.Builder.addTimelineLayerForAttribute(Holder<Timeline> timeline, EnvironmentAttribute<Value> attribute, ClockManager clockManager) -
Uses of ClockManager in net.minecraft.world.clock
Classes in net.minecraft.world.clock that implement ClockManager -
Uses of ClockManager in net.minecraft.world.level
Methods in net.minecraft.world.level that return ClockManager -
Uses of ClockManager in net.minecraft.world.timeline
Fields in net.minecraft.world.timeline declared as ClockManagerMethods in net.minecraft.world.timeline with parameters of type ClockManagerModifier and TypeMethodDescriptionAttributeTrack.bakeSampler(EnvironmentAttribute<Value> attribute, Holder<WorldClock> clock, Optional<Integer> periodTicks, ClockManager clockManager) <Value> AttributeTrackSampler<Value, ?> Timeline.createTrackSampler(EnvironmentAttribute<Value> attribute, ClockManager clockManager) longTimeline.getCurrentTicks(ClockManager clockManager) intTimeline.getPeriodCount(ClockManager clockManager) longTimeline.getTotalTicks(ClockManager clockManager) Constructors in net.minecraft.world.timeline with parameters of type ClockManagerModifierConstructorDescriptionAttributeTrackSampler(Holder<WorldClock> clock, Optional<Integer> periodTicks, AttributeModifier<Value, Argument> modifier, KeyframeTrack<Argument> argumentTrack, LerpFunction<Argument> argumentLerp, ClockManager clockManager)