SubChunk: reduce visibility of blockLight and skyLight fields

This commit is contained in:
Dylan K. Taylor 2019-08-10 19:47:41 +01:00
parent 399f9242e0
commit 514f395280

View File

@ -32,9 +32,9 @@ class SubChunk implements SubChunkInterface{
private $blockLayers;
/** @var LightArray */
protected $blockLight;
private $blockLight;
/** @var LightArray */
protected $skyLight;
private $skyLight;
/**
* SubChunk constructor.