Uses of Record Class
net.minecraft.world.clock.ClockState
Packages that use ClockState
-
Uses of ClockState in net.minecraft.world.clock
Fields in net.minecraft.world.clock with type parameters of type ClockStateModifier and TypeFieldDescriptionprivate final Map<Holder<WorldClock>, ClockState> PackedClockStates.clocksThe field for theclocksrecord component.static final Codec<ClockState> ClockState.CODECMethods in net.minecraft.world.clock that return ClockStateMethods in net.minecraft.world.clock that return types with arguments of type ClockStateModifier and TypeMethodDescriptionPackedClockStates.clocks()Returns the value of theclocksrecord component.Methods in net.minecraft.world.clock with parameters of type ClockStateModifier and TypeMethodDescriptionvoidServerClockManager.ClockInstance.loadFrom(ClockState state) Constructor parameters in net.minecraft.world.clock with type arguments of type ClockStateModifierConstructorDescriptionPackedClockStates(Map<Holder<WorldClock>, ClockState> clocks) Creates an instance of aPackedClockStatesrecord class.