mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 00:39:45 +00:00
reduce visibility of offset to private
This commit is contained in:
parent
dd55a0bccd
commit
54530da6c1
@ -33,15 +33,15 @@ class CraftingGrid extends BaseInventory{
|
||||
public const SIZE_SMALL = 2;
|
||||
public const SIZE_BIG = 3;
|
||||
|
||||
public const SMALL_OFFSET = 28;
|
||||
public const BIG_OFFSET = 32;
|
||||
private const SMALL_OFFSET = 28;
|
||||
private const BIG_OFFSET = 32;
|
||||
|
||||
/** @var int */
|
||||
public $offset;
|
||||
/** @var Player */
|
||||
protected $holder;
|
||||
/** @var int */
|
||||
private $gridWidth;
|
||||
/** @var int */
|
||||
private $offset;
|
||||
|
||||
/** @var int|null */
|
||||
private $startX;
|
||||
|
Loading…
x
Reference in New Issue
Block a user