putLong() public méthode

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