Uses of Record Class
net.minecraft.world.clock.ClockTimeMarker
Packages that use ClockTimeMarker
Package
Description
-
Uses of ClockTimeMarker in net.minecraft.server.commands
Method parameters in net.minecraft.server.commands with type arguments of type ClockTimeMarkerModifier and TypeMethodDescriptionprivate static intTimeCommand.setTimeToTimeMarker(CommandSourceStack source, Holder<WorldClock> clock, ResourceKey<ClockTimeMarker> timeMarkerId) -
Uses of ClockTimeMarker in net.minecraft.world.clock
Fields in net.minecraft.world.clock with type parameters of type ClockTimeMarkerModifier and TypeFieldDescriptionstatic final ResourceKey<ClockTimeMarker> ClockTimeMarkers.DAYstatic final com.mojang.serialization.Codec<ResourceKey<ClockTimeMarker>> ClockTimeMarker.KEY_CODECstatic final ResourceKey<ClockTimeMarker> ClockTimeMarkers.MIDNIGHTstatic final ResourceKey<ClockTimeMarker> ClockTimeMarkers.NIGHTstatic final ResourceKey<ClockTimeMarker> ClockTimeMarkers.NOONstatic final ResourceKey<ClockTimeMarker> ClockTimeMarkers.ROLL_VILLAGE_SIEGEstatic final ResourceKey<? extends Registry<ClockTimeMarker>> ClockTimeMarkers.ROOT_IDprivate final Map<ResourceKey<ClockTimeMarker>, ClockTimeMarker> ServerClockManager.ClockInstance.timeMarkersprivate final Map<ResourceKey<ClockTimeMarker>, ClockTimeMarker> ServerClockManager.ClockInstance.timeMarkersstatic final ResourceKey<ClockTimeMarker> ClockTimeMarkers.WAKE_UP_FROM_SLEEPMethods in net.minecraft.world.clock that return types with arguments of type ClockTimeMarkerModifier and TypeMethodDescriptionServerClockManager.commandTimeMarkersForClock(Holder<WorldClock> clock) static ResourceKey<ClockTimeMarker> Methods in net.minecraft.world.clock with parameters of type ClockTimeMarkerModifier and TypeMethodDescriptionprivate voidServerClockManager.registerTimeMarker(ResourceKey<ClockTimeMarker> timeMarkerId, ClockTimeMarker timeMarker) Method parameters in net.minecraft.world.clock with type arguments of type ClockTimeMarkerModifier and TypeMethodDescriptionbooleanServerClockManager.isAtTimeMarker(Holder<WorldClock> clock, ResourceKey<ClockTimeMarker> timeMarkerId) private voidServerClockManager.registerTimeMarker(ResourceKey<ClockTimeMarker> timeMarkerId, ClockTimeMarker timeMarker) booleanServerClockManager.skipToTimeMarker(Holder<WorldClock> clock, ResourceKey<ClockTimeMarker> timeMarkerId) -
Uses of ClockTimeMarker in net.minecraft.world.timeline
Fields in net.minecraft.world.timeline with type parameters of type ClockTimeMarkerModifier and TypeFieldDescriptionprivate final ImmutableMap.Builder<ResourceKey<ClockTimeMarker>, Timeline.TimeMarkerInfo> Timeline.Builder.timeMarkersprivate final Map<ResourceKey<ClockTimeMarker>, Timeline.TimeMarkerInfo> Timeline.timeMarkersMethod parameters in net.minecraft.world.timeline with type arguments of type ClockTimeMarkerModifier and TypeMethodDescriptionTimeline.Builder.addTimeMarker(ResourceKey<ClockTimeMarker> id, int ticks) Timeline.Builder.addTimeMarker(ResourceKey<ClockTimeMarker> id, int ticks, boolean showInCommands) voidTimeline.registerTimeMarkers(BiConsumer<ResourceKey<ClockTimeMarker>, ClockTimeMarker> output) voidTimeline.registerTimeMarkers(BiConsumer<ResourceKey<ClockTimeMarker>, ClockTimeMarker> output) -
Uses of ClockTimeMarker in net.neoforged.neoforge.common.util
Fields in net.neoforged.neoforge.common.util with type parameters of type ClockTimeMarkerModifier and TypeFieldDescriptionprivate final ResourceKey<ClockTimeMarker> ClockAdjustment.Marker.markerThe field for themarkerrecord component.Methods in net.neoforged.neoforge.common.util that return types with arguments of type ClockTimeMarkerModifier and TypeMethodDescriptionClockAdjustment.Marker.marker()Returns the value of themarkerrecord component.Constructor parameters in net.neoforged.neoforge.common.util with type arguments of type ClockTimeMarkerModifierConstructorDescriptionMarker(ResourceKey<ClockTimeMarker> marker) Creates an instance of aMarkerrecord class.