3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-19 21:10:10 +01:00

[Bleeding] Added Player.isBlocking(). Addresses BUKKIT-858

Dieser Commit ist enthalten in:
Celtic Minstrel 2012-03-12 10:55:00 -04:00 committet von EvilSeph
Ursprung b37872c1a6
Commit 28c1f571d2

Datei anzeigen

@ -266,6 +266,10 @@ public class CraftHumanEntity extends CraftLivingEntity implements HumanEntity {
getHandle().closeInventory();
}
public boolean isBlocking() {
return getHandle().O();
}
public boolean setWindowProperty(InventoryView.Property prop, int value) {
return false;
}