getDouble() public method

public getDouble ( )
Ejemplo n.º 1
0
 public function read(NBT $nbt)
 {
     $this->value = $nbt->getDouble();
 }
Ejemplo n.º 2
0
 public function read(NBT $nbt, bool $network = false)
 {
     $this->value = $nbt->getDouble();
 }