forked from LogBlock/LogBlock
Merge pull request #763 from paul-maxime/public-chestaccess
Add public to the ChestAccess variables
This commit is contained in:
@ -3,9 +3,9 @@ package de.diddiz.LogBlock;
|
|||||||
import org.bukkit.inventory.ItemStack;
|
import org.bukkit.inventory.ItemStack;
|
||||||
|
|
||||||
public class ChestAccess {
|
public class ChestAccess {
|
||||||
final ItemStack itemStack;
|
public final ItemStack itemStack;
|
||||||
final boolean remove;
|
public final boolean remove;
|
||||||
final int itemType;
|
public final int itemType;
|
||||||
|
|
||||||
public ChestAccess(ItemStack itemStack, boolean remove, int itemType) {
|
public ChestAccess(ItemStack itemStack, boolean remove, int itemType) {
|
||||||
this.itemStack = itemStack;
|
this.itemStack = itemStack;
|
||||||
|
Reference in New Issue
Block a user