Interface EngineServerClockManager

All Superinterfaces:
EngineInterface<net.minecraft.world.clock.ServerClockManager>
All Known Implementing Classes:
ServerClockManagerMixin

public interface EngineServerClockManager extends EngineInterface<net.minecraft.world.clock.ServerClockManager>
Exposes the internal clock instances of a ServerClockManager.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Map<net.minecraft.core.Holder<net.minecraft.world.clock.WorldClock>, net.minecraft.world.clock.ServerClockManager.ClockInstance>
    Returns the map of world clocks to their clock instances.

    Methods inherited from interface EngineInterface

    engine$self
  • Method Details

    • engine$getClocks

      default Map<net.minecraft.core.Holder<net.minecraft.world.clock.WorldClock>, net.minecraft.world.clock.ServerClockManager.ClockInstance> engine$getClocks()
      Returns the map of world clocks to their clock instances.