getLong() public method

public getLong ( )
Esempio n. 1
0
 public function read(NBT $nbt)
 {
     $this->value = $nbt->getLong();
 }
Esempio n. 2
0
 public function read(NBT $nbt, bool $network = false)
 {
     $this->value = $nbt->getLong();
 }