getFloat() public method

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