Commit graph

2064 commits

Author SHA1 Message Date
Lukas Hennig
cadf995130 Improvements to BlockStates
* Update Javadoc of block state classes to better match implementation behaviour.
* Add Container interface which provides access to the snapshot inventory.
2017-08-05 14:35:40 +10:00
md_5
0aeac440c0 Update to Minecraft 1.12.1 2017-08-03 23:00:00 +10:00
md_5
0ce77bc4b3 Console warning is overkill for this event 2017-07-29 10:27:35 +10:00
md_5
a4b56a40cf SPIGOT-3456: Expand calling of ServerCommandEvent
Existing usage preserved by checking sender.
2017-07-28 18:10:46 +10:00
md_5
1b414f0247 SPIGOT-3403: Add an EntityPickupItemEvent 2017-07-28 17:47:51 +10:00
md_5
650f5090d6 Refine javadoc and formatting of previous commit 2017-07-28 16:57:59 +10:00
BillyGalbreath
0196df734d Add BroadcastMessageEvent 2017-07-28 16:56:48 +10:00
md_5
6ed0a976e5 Update Eclipse compiler. 2017-07-17 09:56:00 +10:00
md_5
c86a051a8e SPIGOT-3409: Improve performance of registering stupid amounts of permissions in plugin.yml 2017-07-10 21:05:39 +10:00
md_5
d01a9a06ad SPIGOT-3379: Generalise canPickupItems to other entities. 2017-06-26 08:35:15 +10:00
md_5
91dcbef92c SPIGOT-3371: Add note about angular values in Location 2017-06-25 09:53:42 +10:00
Nathan Wolf
f068554c9d Fix MapPalette.getColor(byte) to use correct ranges for 1.12 color array 2017-06-22 13:13:46 -07:00
md_5
6751b88aad SPIGOT-3361: Deprecate confusing MaterialData.toItemStack() 2017-06-21 22:44:18 +10:00
md_5
68cb4c6197 Deprioritise Bukkit Commands 2017-06-21 19:14:31 +10:00
md_5
052c8e5eb5 Add PistonMoveReaction getters for Entity 2017-06-12 19:23:14 +10:00
Senmori
494bb508ac Add missing PistonMoveReactions. 2017-06-12 19:20:54 +10:00
md_5
7b5ab33d62 Update to Minecraft 1.12 2017-06-08 18:00:00 +10:00
md_5
e132104bf7 SPIGOT-3286: Call BlockFormEvent for Concrete Powder -> Concrete 2017-06-03 17:39:13 +10:00
md_5
07d5ea1600 SPIGOT-3283: Add finite checking util methods to Location / Vectors 2017-06-02 18:43:50 +10:00
md_5
f3496ae462 SPIGOT-3284: Allow TNTPrimed#getSource to return invalid entities
Eg dead players.
2017-06-02 18:28:23 +10:00
md_5
80c927a749 Update to Minecraft 1.12-pre6 2017-05-30 21:26:50 +10:00
Scetra
c62b9cd3e2 Add support for preventing block drops in BreakEvent 2017-05-28 17:07:12 +10:00
md_5
b673e15700 Add color API for Teams 2017-05-28 10:59:55 +10:00
Pokechu22
17ec944682 SPIGOT-3272: Fix convertSlot in creative
Creative's slots are indexed the same as the survival crafting inventory, and thus the same transforms that happen in survival should happen in creative.
2017-05-28 10:31:18 +10:00
MiniDigger
1f3b0516a6 SPIGOT-439: Add player locale related APIs. 2017-05-27 19:03:18 +10:00
md_5
cc40de8702 SPIGOT-3268: Add note about banner color now being data not meta. 2017-05-25 20:41:41 +10:00
md_5
f636d632c5 SPIGOT-3259: Clarify JavaDoc regarding totalExperience 2017-05-22 18:51:55 +10:00
md_5
60a4fa84ba Update to Minecraft 1.12-pre5 2017-05-19 20:59:48 +10:00
BlackHole
211c15e446 SPIGOT-3246: Use Sittable for Ocelot, Wolf and Parrot 2017-05-16 20:23:25 +10:00
md_5
e0de402afc Remove outdated Javadoc / examples concerning database support 2017-05-15 21:42:28 +10:00
md_5
2b64e53a2c SPIGOT-3238: Add Server.advancementIterator 2017-05-15 08:25:11 +10:00
md_5
5ad2ecf658 Minecraft 1.12-pre2 API Changes 2017-05-14 12:00:00 +10:00
md_5
11b675fca4 Remove ability to load plugins with spaces in their name. 2017-05-14 12:00:00 +10:00
md_5
f2a9b24875 Remove some more long deprecated methods (3+ years) 2017-05-14 12:00:00 +10:00
md_5
a1cc4b769c Remove Bukkit reimplimentations of Vanilla commands. 2017-05-14 12:00:00 +10:00
md_5
c185dd58fe Remove _INVALID_ methods 2017-05-14 12:00:00 +10:00
md_5
5486f5b2fb Remove old getLineOfSight 2017-05-14 12:00:00 +10:00
md_5
eb2c1f23e6 Remove Ebean ORM 2017-05-14 12:00:00 +10:00
md_5
67628ef9af Bump to version 1.12-pre2 2017-05-14 12:00:00 +10:00
md_5
7450a0255b Deprecate DamageModifier. 2017-05-01 19:47:43 +10:00
Matthew
68e0ec5a9e Add API to color Shulker entities 2017-04-29 17:08:50 -04:00
Matthew
7861de61e6 Add getColor / setColor for TippedArrow 2017-04-26 20:22:23 -04:00
md_5
bbfe2ba6aa Warn about removal of ability to load plugins with spaces in Minecraft 1.12 2017-04-21 17:23:49 +10:00
md_5
6799b57d9b Deprecate Evoker spell methods in preparation for 1.12 2017-04-21 16:46:16 +10:00
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