putLong() public method

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