GenisysPro  for Minecraft PE/Windows 10 v1.1.x
Feature-rich server software for Minecraft PE and Windows 10 Edition
Pond Class Reference

Public Member Functions

 __construct (Random $random, Block $type)
 
 canPlaceObject (ChunkManager $level, Vector3 $pos)
 
 placeObject (ChunkManager $level, Vector3 $pos)
 

Data Fields

 $type
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( Random  $random,
Block  $type 
)

Pond constructor.

Parameters
Random$random
Block$type
39  {
40  $this->type = $type;
41  $this->random = $random;
42  }

Member Function Documentation

◆ canPlaceObject()

canPlaceObject ( ChunkManager  $level,
Vector3  $pos 
)
Parameters
ChunkManager$level
Vector3$pos
48  {
49  }

◆ placeObject()

placeObject ( ChunkManager  $level,
Vector3  $pos 
)
Parameters
ChunkManager$level
Vector3$pos
55  {
56  }

Field Documentation

◆ $type

$type

The documentation for this class was generated from the following file: