getString() public method

public getString ( )
Beispiel #1
0
 public function read(NBT $nbt, bool $network = false)
 {
     $this->value = $nbt->getString($network);
 }