Definition at line 29 of file HeightArray.php.
 
◆ __construct()
      
        
          | pocketmine\world\format\HeightArray::__construct  | 
          ( | 
          array |           $values | ) | 
           | 
        
      
 
- Parameters
 - 
  
    | int[] | $values | ZZZZXXXX key bit order @phpstan-param non-empty-list<int> $values  | 
  
   
Definition at line 41 of file HeightArray.php.
 
 
◆ __clone()
      
        
          | pocketmine\world\format\HeightArray::__clone  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ fill()
  
  
      
        
          | static pocketmine\world\format\HeightArray::fill  | 
          ( | 
          int |           $value | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ get()
      
        
          | pocketmine\world\format\HeightArray::get  | 
          ( | 
          int |           $x,  | 
        
        
           | 
           | 
          int |           $z ) | 
        
      
 
 
◆ getValues()
      
        
          | pocketmine\world\format\HeightArray::getValues  | 
          ( | 
           | ) | 
           | 
        
      
 
- Returns
 - int[] ZZZZXXXX key bit order @phpstan-return non-empty-list<int> 
 
Definition at line 71 of file HeightArray.php.
 
 
◆ set()
      
        
          | pocketmine\world\format\HeightArray::set  | 
          ( | 
          int |           $x,  | 
        
        
           | 
           | 
          int |           $z,  | 
        
        
           | 
           | 
          int |           $height ) | 
        
      
 
 
The documentation for this class was generated from the following file: