Schnittstelle EngineServerClockManager
- Alle Superschnittstellen:
EngineInterface<net.minecraft.world.clock.ServerClockManager>
- Alle bekannten Implementierungsklassen:
ServerClockManagerMixin
public interface EngineServerClockManager
extends EngineInterface<net.minecraft.world.clock.ServerClockManager>
Exposes the internal clock instances of a
ServerClockManager.-
Methodenübersicht
Modifikator und TypMethodeBeschreibungdefault 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.Von Schnittstelle geerbte Methoden EngineInterface
engine$self
-
Methodendetails
-
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.
-