putLong() 공개 메소드

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);
 }