File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ repositories {
3636}
3737
3838dependencies {
39- compile 'fr.minuskube.inv:smart-invs:1.2.3 '
39+ compile 'fr.minuskube.inv:smart-invs:1.2.4 '
4040}
4141```
4242
@@ -45,7 +45,7 @@ dependencies {
4545<dependency >
4646 <groupId >fr.minuskube.inv</groupId >
4747 <artifactId >smart-invs</artifactId >
48- <version >1.2.3 </version >
48+ <version >1.2.4 </version >
4949</dependency >
5050```
5151
Original file line number Diff line number Diff line change 11group ' fr.minuskube.inv'
2- version ' 1.2.3 '
2+ version ' 1.2.4 '
33
44apply plugin : ' java'
55apply plugin : ' maven'
Original file line number Diff line number Diff line change @@ -78,7 +78,9 @@ public void close(Player player) {
7878 public InventoryType getType () { return type ; }
7979 public int getRows () { return rows ; }
8080 public int getColumns () { return columns ; }
81+
8182 public boolean isCloseable () { return closeable ; }
83+ public void setCloseable (boolean closeable ) { this .closeable = closeable ; }
8284
8385 public InventoryProvider getProvider () { return provider ; }
8486 public Optional <SmartInventory > getParent () { return Optional .ofNullable (parent ); }
Original file line number Diff line number Diff line change 11name : SmartInvs
2- version : 1.2.3
2+ version : 1.2.4
33description : Inventory API for your Bukkit Plugins.
44author : MinusKube
55website : https://github.com/MinusKube/SmartInvs
You can’t perform that action at this time.
0 commit comments