forked from LogBlock/LogBlock
Merge branch 'master' into pretty-chat
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
language: java
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
- openjdk8
|
||||
notifications:
|
||||
email: false
|
||||
|
@ -3,9 +3,9 @@ package de.diddiz.LogBlock;
|
||||
import org.bukkit.inventory.ItemStack;
|
||||
|
||||
public class ChestAccess {
|
||||
final ItemStack itemStack;
|
||||
final boolean remove;
|
||||
final int itemType;
|
||||
public final ItemStack itemStack;
|
||||
public final boolean remove;
|
||||
public final int itemType;
|
||||
|
||||
public ChestAccess(ItemStack itemStack, boolean remove, int itemType) {
|
||||
this.itemStack = itemStack;
|
||||
|
Reference in New Issue
Block a user