Commit graph

1820 commits

Author SHA1 Message Date
md_5
817fefd846 Add API for manipulating item cooldowns. 2017-04-19 18:03:16 +10:00
Pokechu22
6751fefdda Clarify behavior of tab completing in command blocks 2017-04-13 17:45:15 -07:00
md_5
4716bcc6f8 Fail fast on non rectangular crafting recipes 2017-04-01 12:28:53 +11:00
md_5
c0d10c54ae Deprecate Achievements as they are not present in future versions of Minecraft 2017-03-31 19:38:29 +11:00
Senmori
7fd370c8c0 Add Chunk.isSlimeChunk to check if a chunk can spawn slimes 2017-03-24 15:17:00 +11:00
Phoenix616
f8a0e0c726 Add Material.isFuel to check if a material is a furnace fuel. 2017-03-24 15:10:32 +11:00
md_5
9bddba5df7 Deprecate chunk rainfall as it is not a current phenomenon 2017-03-23 20:19:01 +11:00
bramhaag
baf4ff4d97 Add getWidth + getHeight for Entity 2017-03-19 10:51:11 +11:00
md_5
75136977af SPIGOT-3138: Add GENERIC_ARMOR_TOUGHNESS Attribute 2017-03-19 09:32:59 +11:00
md_5
dd4b40424c Make VehicleCreateEvent Cancellable. 2017-03-15 20:46:13 +11:00
Nathan Wolf
a080ce05bb Add getIgnitingBlock to BlockBurnEvent 2017-03-11 17:22:56 +11:00
md_5
b3034fbbd6 Don't use translation string for SHULKER_BOX default name 2017-03-10 20:08:26 +11:00
md_5
65310d01a3 SPIGOT-3110: SHULKER_BOX InventoryType 2017-03-08 17:55:48 +11:00
md_5
2eb7b9fd88 Deprecate magic values in CreatureSpawner 2017-02-22 09:59:23 +11:00
md_5
100b7da77c SPIGOT-3076: Make dropChance values clearer 2017-02-20 09:12:18 +11:00
md_5
c0827f5df7 SPIGOT-3068: API for localized item names 2017-02-16 11:49:26 +11:00
Max Lee
ba3e9b43b2 SPIGOT-2152: Method to set resource pack + hash. 2017-02-15 10:04:26 +11:00
md_5
1861013a8c SPIGOT-3059: Update PlayerFishEvent documentation 2017-02-10 20:16:18 +11:00
md_5
50702e72bc SPIGOT-3037: WorldBorder#isInside(Location) 2017-01-26 11:16:31 +11:00
Pokechu22
6d587044c2 Add new map icons to MapCursor.Type 2017-01-20 23:08:49 -08:00
xGhOsTkiLLeRx
4bef447a07 Add API to set Arrow pickup status 2017-01-18 09:56:24 +11:00
md_5
39c5d6b4a1 SPIGOT-3000: MaterialData for Observers 2017-01-11 09:45:15 +11:00
Zach Brown
59b32ee3f3 SPIGOT-826: Add method to retrieve entity by UUID 2017-01-05 14:54:29 +11:00
md_5
b91bded5b7 SPIGOT-2988: Update JavaDoc in Plugin#saveDefaultConfig 2017-01-05 09:39:23 +11:00
md_5
a17b015899 SPIGOT-2640: API for multiple passengers per entity 2017-01-04 10:52:59 +11:00
md_5
0c3c33be49 Remove deprecated Player.isOnGround because pushing it up the hierarchy is safe. 2017-01-03 21:09:48 +11:00
EthanZeigler
7e06c5b900 Improve documentation of the PlayerInteractEvent and PlayerInteractAtEntityEvent 2016-12-30 09:43:35 +11:00
md_5
d991ef4bc9 Add deprecation notice regarding EBean 2016-12-29 13:13:08 +11:00
md_5
b2f4716e05 SPIGOT-2962: BrewingStandFuelEvent should consume by default 2016-12-27 11:55:13 +11:00
md_5
9cf6b3cfa6 SPIGOT-2127: Add DamageCause.ENTITY_SWEEP_ATTACK 2016-12-23 22:40:44 +11:00
md_5
d515d2edde Update to Minecraft 1.11.2 2016-12-21 22:00:00 +11:00
md_5
506e941126 Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
Lukas Hennig
55fa63e8b9 SPIGOT-2923: Added PotionEffectType#getColor() 2016-12-17 09:48:08 +11:00
md_5
703a1cf835 SPIGOT-1036: Add API to manipulate sendTitle timings. 2016-12-16 09:48:08 +11:00
LukBukkit
1603bcf467 Add EnchantmentOffer to PrepareItemEnchantEvent 2016-12-11 11:05:35 +11:00
md_5
47a45036fc SPIGOT-2902: Deprecate Damageable methods in favour of Attributes. 2016-12-09 12:30:49 +11:00
md_5
09ab5b97cb Add API to get default value of an Attribute 2016-12-09 12:30:32 +11:00
Xor Boole
b7a392c072 Implement pre-spawn API to allow modifications to spawned entities.
See preceding commit for why this change was included.
2016-12-06 21:40:01 +11:00
Matthew
525ea1552b SPIGOT-1592: Implement ItemMeta for Spawn Eggs
The Minecraft implementation of spawn eggs is able to construct an entity using all data that is present in the save format, however since the Bukkit API has no such way to construct an entity unattached to a world, and it appears creating such a way is a very challenging task, the decision was instead made to add this API now that 1.11 has entities which may not be represented by data values.
In the future it may be possible to implement a more expanded API cognate with this one.
2016-12-06 21:14:55 +11:00
md_5
71d3a3c774 SPIGOT-911: Add hitBlock to PorjectileHitEvent 2016-12-02 09:38:47 +11:00
md_5
281824bf6f Add BlockStates for more Blocks 2016-12-02 09:29:21 +11:00
Xor Boole
4a68be0edc Add some expansions to Anvil Inventory API 2016-11-30 16:41:08 +11:00
md_5
51d92a748d Add hitEntity to ProjectileHitEvent 2016-11-28 12:46:55 +11:00
LukBukkit
daec93fe81 SPIGOT-2695: Added BrewingStandFuelEvent and added fuel level to the BrewEvent 2016-11-27 10:33:39 +11:00
LukBukkit
32ad0586ce Added method for spawning a falling block with the BlockData 2016-11-26 19:23:20 +01:00
md_5
beb3979729 Fix typo in llama strength setter 2016-11-23 21:24:05 +11:00
md_5
99d9e07ccd SPIGOT-2765: Add different reasons for HangingBreakByEntityEvent 2016-11-23 10:33:47 +11:00
md_5
649f9d0349 SPIGOT-2824: Llama Strength API 2016-11-23 10:27:23 +11:00
md_5
d986a3f774 Add Unbreakable to ItemMeta 2016-11-22 14:35:51 +11:00
Lukas Hennig
5037da9d4c SPIGOT-2272: Add API for virtual Merchants 2016-11-21 15:29:10 +11:00