mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 20:28:31 +00:00
Merge branch 'stable' into minor-next
This commit is contained in:
commit
069ecf007f
@ -30,9 +30,15 @@ interface CopperMaterial{
|
|||||||
|
|
||||||
public function getOxidation() : CopperOxidation;
|
public function getOxidation() : CopperOxidation;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
public function setOxidation(CopperOxidation $oxidation) : CopperMaterial;
|
public function setOxidation(CopperOxidation $oxidation) : CopperMaterial;
|
||||||
|
|
||||||
public function isWaxed() : bool;
|
public function isWaxed() : bool;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return $this
|
||||||
|
*/
|
||||||
public function setWaxed(bool $waxed) : CopperMaterial;
|
public function setWaxed(bool $waxed) : CopperMaterial;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user