コード例 #1
0
ファイル: Level.php プロジェクト: MunkySkunk/BukkitPE
 public function setWeatherExecTick($time = 0)
 {
     if ($time < 0) {
         $time = 0;
     }
     $tick = $time * $this->server->getTicksPerSecond();
     $this->weatherexectick = $tick;
     return;
 }