Commit graph

1749 commits

Author SHA1 Message Date
md_5
55941791e1 SPIGOT-2645: Better PluginClassLoader safety 2016-09-01 09:07:32 +10:00
md_5
89e4f83cd4 SPIGOT-2629: Better thread safety for plugin class loading 2016-08-26 15:37:26 +10:00
md_5
96d1ed2624 Fix compat with older tab completing commands. 2016-08-25 10:36:34 +10:00
DemonWav
a2c8560eac SPIGOT-215: Implement infrastructure for Location tab completes 2016-08-25 09:48:22 +10:00
md_5
b28ed606f6 SPIGOT-2595: Clarify World#getHighestBlockYAt behaviour 2016-08-13 10:21:48 +10:00
md_5
b80c9a0438 Deprecate some methods which are likely to require changes in the future
Ref http://mojang.com/2016/08/minecraft-snapshot-16w32a/
2016-08-12 18:22:33 +10:00
md_5
b513e19ee0 SPIGOT-2581: EntityAirChangeEvent 2016-08-08 18:24:14 +10:00
md_5
18490e51b1 SPIGOT-2578: Method to get PotionEffect of specific type. 2016-08-07 10:53:34 +10:00
md_5
78d84f6789 SPIGOT-2576: Javadoc fixes for Java 8 2016-08-06 09:52:40 +10:00
md_5
9335c0ba4c Deprecate and stop using Java15Compat class. 2016-07-29 17:28:57 +10:00
md_5
c5354dfc26 Fix JavaDoc typo in ItemStack#getAmount 2016-07-24 10:12:29 +10:00
md_5
057635bcd0 Enhance Beacon Block API with setters for effects 2016-07-23 10:56:46 +10:00
md_5
465097d972 Implement basic Beacon Block API 2016-07-23 10:48:50 +10:00
hibo98
e73ec6b833 Update inventory properties to match current protocol 2016-07-15 17:31:01 +10:00
md_5
19b3d5ef4c SPIGOT-113: Add save status to ChunkUnloadEvent 2016-07-11 21:10:49 +10:00
md_5
a1760b6bae SPIGOT-2481: Implement EnchantmentTarget.BREAKABLE 2016-07-08 12:51:29 +10:00
md_5
c87a3104ae SPIGOT-2499: Remove final from ItemStack hashCode 2016-07-07 10:49:27 +10:00
md_5
db2ee1f977 SPIGOT-1468: ENDER_PEARL SpawnReason 2016-07-01 12:30:14 +10:00
md_5
5dd0935460 SPIGOT-1373: Implement EntityTargetEvent for TEMPT.
This can be a high frequency event call. Use with care.
2016-07-01 11:40:27 +10:00
md_5
f0973327a9 BUILDTOOLS-251: Make much of Bukkit locale independent 2016-06-26 19:31:59 +10:00
md_5
c3a46c9b8d SPIGOT-1030: Allow commands.yml to act on aliases 2016-06-25 21:34:11 +10:00
md_5
ee5ffeef05 SPIGOT-1039: Improve DoubleChest semantics 2016-06-25 21:21:36 +10:00
md_5
0631f168ea Update to Minecraft 1.10.2 2016-06-25 11:52:29 +10:00
Ryan Michela
da1195392a SPIGOT-1319: Add EntityBreedEvent 2016-06-19 20:08:52 +10:00
Roy Curtis
eb9f4ee387 Improvements to BookMeta API
* Added hasGeneration()
* Corrected javadoc of methods for consistency and accuracy according to CraftBukkit behavior
2016-06-16 10:50:08 +10:00
md_5
268e8e7836 SPIGOT-2404: FALLING_DUST missing data 2016-06-13 08:50:19 +10:00
md_5
82821325a6 SPIGOT-2376: Way to distinguish Zombie professions. 2016-06-11 12:07:12 +10:00
md_5
32351955d8 Add Player.stopSound 2016-06-11 09:13:34 +10:00
md_5
a4fe2264e6 Add DamageCause.HOT_FLOOR 2016-06-09 12:45:01 +10:00
md_5
6dc24a62f4 Clarify what the Villager.Profession enum can actually do. 2016-06-09 12:20:59 +10:00
md_5
6f0f13d565 Update to Minecraft 1.10 2016-06-09 11:43:40 +10:00
md_5
c5bf6bc614 SPIGOT-249: Set skull owner by UUID 2016-06-03 20:38:40 +10:00
md_5
196238497b SPIGOT-1292: BlockState based FlowerPot API. 2016-06-03 20:38:40 +10:00
Roy Curtis
434c29cbe1 SPIGOT-783: API for book generation data. 2016-06-03 20:38:40 +10:00
Sansko1337
688d644007 SPIGOT-713: APIs to manipulate Entity's silent status. 2016-06-03 20:21:18 +10:00
md_5
8070822510 SPIGOT-2221: Update and document InventoryView slot conversion 2016-05-28 22:58:50 +10:00
MiniDigger
7c7228c87a Add PlayerChangedMainHandEvent 2016-05-27 18:50:01 +10:00
minoneer
b276e93f56 Add interface to modify the pumpkin head "derp mode" of a snowman 2016-05-19 20:42:12 +10:00
md_5
e217da5747 Implement TabCompleteEvent 2016-05-16 16:59:23 +10:00
md_5
329ef57aea SPIGOT-2285: New CommandBlock types. 2016-05-16 16:38:38 +10:00
md_5
b7b8f1e11a Minecraft 1.9.4 2016-05-10 21:47:27 +10:00
md_5
d19bb5b8c5 SPIGOT-2229: Make PotionType.getDamageValue() attempt sane return. 2016-05-02 18:24:19 +10:00
Lukas Hennig
2a1d9d6033 SPIGOT-2180: Empty ConfigurationSections created when removing value at end of path 2016-04-17 11:13:14 +10:00
md_5
85107d1f3d SPIGOT-2159: Deprecate fish bite chance method 2016-04-10 19:41:05 +10:00
FakeNeth
facc9c353c Add method to check configuration path existence, ignoring defaults. 2016-04-09 21:03:13 +10:00
md_5
a70e44d68b SPIGOT-2103: Armor stands are spawnable 2016-04-08 19:08:25 +10:00
Thinkofname
a579a159a0 SPIGOT-2133: Fix Effect's IDs and add missing effects 2016-04-06 12:27:20 +01:00
Thinkofname
8ce4d2f45f Update to Minecraft 1.9.2 2016-03-30 21:06:32 +01:00
md_5
56605a05f6 Add some Inventory addItem / removeItem notes 2016-03-28 16:38:00 +11:00
md_5
21df80186f SPIGOT-2060: Method to control whether entities collide 2016-03-27 20:31:58 +11:00