putDouble() public method

public putDouble ( $v )
Exemplo n.º 1
0
 public function write(NBT $nbt)
 {
     $nbt->putDouble($this->value);
 }
Exemplo n.º 2
0
 public function write(NBT $nbt, bool $network = false)
 {
     $nbt->putDouble($this->value);
 }