putLong() public method

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