getLong() public method

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