summaryrefslogtreecommitdiffstats
path: root/src/main
diff options
context:
space:
mode:
authorThinkofdeath <thinkofdeath@spigotmc.org>2015-02-26 17:55:30 +0000
committerThinkofdeath <thinkofdeath@spigotmc.org>2015-03-07 08:49:59 +0000
commitca4fd8554d297f3922d36328efd4612b05f9d8aa (patch)
tree37681f932501b11abc713466a92e206fb0bdc0b1 /src/main
parent1d2509b99fb10b3bd6f597e63805f85b49d5a055 (diff)
downloadbukkit-ca4fd8554d297f3922d36328efd4612b05f9d8aa.tar
bukkit-ca4fd8554d297f3922d36328efd4612b05f9d8aa.tar.gz
bukkit-ca4fd8554d297f3922d36328efd4612b05f9d8aa.tar.lz
bukkit-ca4fd8554d297f3922d36328efd4612b05f9d8aa.tar.xz
bukkit-ca4fd8554d297f3922d36328efd4612b05f9d8aa.zip
Update to Minecraft 1.8.3
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/org/bukkit/Statistic.java22
1 files changed, 21 insertions, 1 deletions
diff --git a/src/main/java/org/bukkit/Statistic.java b/src/main/java/org/bukkit/Statistic.java
index df8f80e5..3764f1f5 100644
--- a/src/main/java/org/bukkit/Statistic.java
+++ b/src/main/java/org/bukkit/Statistic.java
@@ -37,7 +37,27 @@ public enum Statistic {
ENTITY_KILLED_BY(Type.ENTITY),
TIME_SINCE_DEATH,
TALKED_TO_VILLAGER,
- TRADED_WITH_VILLAGER;
+ TRADED_WITH_VILLAGER,
+ CAKE_SLICES_EATEN,
+ CAULDRON_FILLED,
+ CAULDRON_USED,
+ ARMOR_CLEANED,
+ BANNER_CLEANED,
+ BREWINGSTAND_INTERACTION,
+ BEACON_INTERACTION,
+ DROPPER_INSPECTED,
+ HOPPER_INSPECTED,
+ DISPENSER_INSPECTED,
+ NOTEBLOCK_PLAYED,
+ NOTEBLOCK_TUNED,
+ FLOWER_POTTED,
+ TRAPPED_CHEST_TRIGGERED,
+ ENDERCHEST_OPENED,
+ ITEM_ENCHANTED,
+ RECORD_PLAYED,
+ FURNACE_INTERACTION,
+ CRAFTING_TABLE_INTERACTION,
+ CHEST_OPENED;
private final Type type;