minimap: Method can be private
This commit is contained in:
@@ -285,7 +285,7 @@ public class MiningPlugin extends Plugin
|
|||||||
* @param delta How much to add/subtract from the amount.
|
* @param delta How much to add/subtract from the amount.
|
||||||
* Supply a negative number to subtract, or positive number to add.
|
* Supply a negative number to subtract, or positive number to add.
|
||||||
*/
|
*/
|
||||||
protected void updateAmountOfCoalInBag(int delta)
|
private void updateAmountOfCoalInBag(int delta)
|
||||||
{
|
{
|
||||||
// check for upper/lower bounds of amount of coal in a bag
|
// check for upper/lower bounds of amount of coal in a bag
|
||||||
// 0 <= X <= 27
|
// 0 <= X <= 27
|
||||||
|
|||||||
Reference in New Issue
Block a user