getDouble() 공개 메소드

public getDouble ( )
예제 #1
0
 public function read(NBT $nbt)
 {
     $this->value = $nbt->getDouble();
 }
예제 #2
0
 public function read(NBT $nbt, bool $network = false)
 {
     $this->value = $nbt->getDouble();
 }