putShort() public method

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