mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-06 23:22:10 -07:00
Update Upstream
This commit is contained in:
@@ -301,6 +301,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
@@ -0,0 +0,0 @@
|
||||
package org.bukkit.block;
|
||||
|
||||
import org.bukkit.Nameable;
|
||||
+import com.destroystokyo.paper.loottable.LootableInventory; // Paper
|
||||
import org.bukkit.inventory.Inventory;
|
||||
import org.bukkit.inventory.InventoryHolder;
|
||||
@@ -308,8 +309,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
/**
|
||||
* Represents a chest.
|
||||
*/
|
||||
-public interface Chest extends BlockState, InventoryHolder, Lockable {
|
||||
+public interface Chest extends BlockState, InventoryHolder, Lockable, LootableInventory { // Paper
|
||||
-public interface Chest extends BlockState, InventoryHolder, Lockable, Nameable {
|
||||
+public interface Chest extends BlockState, InventoryHolder, Lockable, Nameable, LootableInventory { // Paper
|
||||
|
||||
/**
|
||||
* Returns the chest's inventory. If this is a double chest, it returns
|
||||
@@ -320,6 +321,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
@@ -0,0 +0,0 @@
|
||||
package org.bukkit.block;
|
||||
|
||||
import org.bukkit.Nameable;
|
||||
+import com.destroystokyo.paper.loottable.LootableInventory; // Paper
|
||||
import org.bukkit.inventory.InventoryHolder;
|
||||
import org.bukkit.projectiles.BlockProjectileSource;
|
||||
@@ -327,8 +329,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
/**
|
||||
* Represents a dispenser.
|
||||
*/
|
||||
-public interface Dispenser extends BlockState, InventoryHolder, Lockable {
|
||||
+public interface Dispenser extends BlockState, InventoryHolder, Lockable, LootableInventory { // Paper
|
||||
-public interface Dispenser extends BlockState, InventoryHolder, Lockable, Nameable {
|
||||
+public interface Dispenser extends BlockState, InventoryHolder, Lockable, Nameable, LootableInventory { // Paper
|
||||
|
||||
/**
|
||||
* Gets the BlockProjectileSource object for this dispenser.
|
||||
@@ -339,14 +341,15 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
@@ -0,0 +0,0 @@
|
||||
package org.bukkit.block;
|
||||
|
||||
import org.bukkit.Nameable;
|
||||
+import com.destroystokyo.paper.loottable.LootableInventory; // Paper
|
||||
import org.bukkit.inventory.InventoryHolder;
|
||||
|
||||
/**
|
||||
* Represents a hopper.
|
||||
*/
|
||||
-public interface Hopper extends BlockState, InventoryHolder, Lockable {
|
||||
+public interface Hopper extends BlockState, InventoryHolder, Lockable, LootableInventory { // Paper
|
||||
|
||||
}
|
||||
-public interface Hopper extends BlockState, InventoryHolder, Lockable, Nameable { }
|
||||
+public interface Hopper extends BlockState, InventoryHolder, Lockable, Nameable, LootableInventory { // Paper
|
||||
+
|
||||
+}
|
||||
--
|
Reference in New Issue
Block a user