putShort() 공개 메소드

public putShort ( $v )
예제 #1
0
 public function write(NBT $nbt)
 {
     $nbt->putShort(strlen($this->value));
     $nbt->put($this->value);
 }
예제 #2
0
 public function write(NBT $nbt, bool $network = false)
 {
     $nbt->putShort($this->value);
 }