forked from LogBlock/LogBlock
Merge branch 'master' into pretty-chat
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
language: java
|
language: java
|
||||||
jdk:
|
jdk:
|
||||||
- oraclejdk8
|
- openjdk8
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
@ -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