89101112131415
public class TimePasses extends HellboundEvent { protected void occurAnyTimeIn(World world) { ForcedHeartbeat heartbeat = (ForcedHeartbeat) world.get(WorldKey.HEARTBEAT, null); heartbeat.causeBeat(); } }