コード例 #1
0
ファイル: BinaryStream.php プロジェクト: MunkySkunk/BukkitPE
 public function getUUID()
 {
     return UUID::fromBinary($this->get(16));
 }