Commit graph

1683 commits

Author SHA1 Message Date
Matthew
b00bc638bc Add EndGateway#isExactTeleport and EndGateway#setExactTeleport(boolean) 2016-03-18 14:28:51 +11:00
Matthew
6c8bcc2fe4 Add EndGateway#getExitLocation and EndGateway#setExitLocation(Location) 2016-03-18 14:28:51 +11:00
Matthew
bab290e0ed Add EnderCrystal#getBeamTarget and EnderCrystal#setBeamTarget(Location) 2016-03-18 14:28:35 +11:00
Matthew
377d5bba0c Add EnderCrystal#isShowingBottom and EnderCrystal#setShowingBottom(boolean) 2016-03-18 14:28:35 +11:00
Matthew
b6e6f1634a Add Boat#getWoodType and Boat#setWoodType(TreeSpecies) 2016-03-18 14:28:15 +11:00
AgentLV
6e846a5517 Add hand used to BlockPlaceEvent. 2016-03-16 07:13:52 +11:00
BlackHole
37a1591a7b Added CreatureSpawnEvent.SpawnReason.TRAP 2016-03-14 16:56:28 +11:00
MinusKube
a63b264027 SPIGOT-1532: Add PlayerSwapHandItemsEvent 2016-03-14 16:53:14 +11:00
Matthew
a09454032a SPIGOT-1849: Call EntityBlockFormEvent when an entity forms frosted ice using frost walker 2016-03-13 08:24:55 +11:00
0x277F
58b2aab474 SPIGOT-1571: Add Entity Glide Events. 2016-03-12 21:00:41 +11:00
md_5
98e1188104 SPIGOT-1899: Fix inverted potion arguments. 2016-03-12 20:45:04 +11:00
md_5
650ae8fbe3 Add equals / hashCode for PotionData 2016-03-12 13:08:44 +11:00
t00thpick1
73090659cd SPIGOT-1638 / SPIGOT-1673: Rework Potions API 2016-03-12 12:34:55 +11:00
md_5
84276e2247 SPIGOT-1889: Fail fast when plugin attempts to use database when not enabled. 2016-03-12 10:50:42 +11:00
Matthew
032d1ff804 SPIGOT-1806: Add HumanEntity#getMainHand 2016-03-12 08:14:54 +11:00
md_5
0c042936d8 SPIGOT-1526 / SPIGOT-1809: Expand Inventory API 2016-03-09 16:32:40 +11:00
Lukas Hennig
f714a0eb17 Added a playSound method to World which accepts a String parameter.
Similar to the respective method in Player.
2016-03-06 12:19:13 +11:00
md_5
5fa44fc1a1 SPIGOT-1776: Replace BossBar.hide/show with visibility. 2016-03-06 09:55:12 +11:00
md_5
94e06dd4ee SPIGOT-1773: Chorus fruit teleport reason 2016-03-06 09:46:35 +11:00
md_5
c44c41ef02 SPIGOT-1724: Update InventoryType.PLAYER size. 2016-03-04 17:18:31 +11:00
md_5
7d83cba0f2 BUILDTOOLS-203: Fix invalid javadoc 2016-03-04 16:16:59 +11:00
md_5
f8573a0ca2 SPIGOT-1666: Expand Team option API 2016-03-04 15:23:18 +11:00
md_5
325dae0d06 SPIGOT-1608: Add a way to get the hand used in PlayerInteract*Events 2016-03-04 15:23:14 +11:00
md_5
e0f09419b3 Treat ShulkerBullet as Projectile 2016-03-04 07:21:47 +11:00
md_5
fccf27b47d SPIGOT-1645: Update brewing inventory default size. 2016-03-03 17:11:21 +11:00
md_5
fac79d860e Fix some more out of sync effect IDs 2016-03-03 17:03:42 +11:00
Thinkofdeath
2722a9e0cf SPIGOT-1668: Fix RECORD_PLAY's id value 2016-03-02 23:45:49 +00:00
Thinkofdeath
cbd3ac3153 SPIGOT-1644: Add END_GATEWAY as a teleport reason 2016-03-02 16:42:20 +00:00
md_5
3019b6a70c SPIGOT-1622: Add drop chance methods for off hand. 2016-03-02 17:03:11 +11:00
Thinkofdeath
ad385cd3f6 Deprecate HorseJumpEvent's setPower and setCancelled methods 2016-03-01 21:07:22 +00:00
md_5
aa1347ae6a SPIGOT-1592: Deprecate SpawnEgg spawnedType methods since they cannot be fixed in their current state. 2016-03-02 07:03:45 +11:00
md_5
3d25f07885 SPIGOT-1582: Add SkullType.DRAGON 2016-03-02 06:52:48 +11:00
md_5
fbfd8d55ba SPIGOT-1576: Add more new 1.9 enchants. 2016-03-02 06:39:01 +11:00
md_5
41467c1f08 SPIGOT-1563: Correct shield durability. 2016-03-01 20:00:51 +11:00
md_5
c633591e52 SPIGOT-1523: Add FLY_INTO_WALL DamageCause 2016-03-01 17:35:27 +11:00
md_5
6b1594cb51 Fix Material.isSolid for FROSTED_ICE 2016-03-01 13:30:13 +11:00
md_5
8342a0701e SPIGOT-1529: Add FROSTED_ICE 2016-03-01 13:24:38 +11:00
md_5
499807467c Fix accidental omission of R revision number in version. 2016-03-01 11:07:16 +11:00
Xor Boole
972b9fea86 Add Merchant API 2016-03-01 08:30:04 +11:00
md_5
530d175f2b Add PrepareAnvilEvent. 2016-03-01 08:30:04 +11:00
md_5
a5be7e19c2 Add Attribute and AttributeModifier API.
Thanks to __0x277F and Meeh on #spigot-dev for implementation advice.
2016-03-01 08:30:03 +11:00
lapry
58723fb785 Add fuel related methods to BrewingStand API 2016-03-01 08:30:03 +11:00
md_5
eb5cb1008e Implement CauldronLevelChangeEvent.
Idea for implementation via matiki1231 on IRC.
2016-03-01 08:30:03 +11:00
hibo98
f042873c1d Add custom experience levels for FurnaceRecipes. 2016-03-01 08:30:03 +11:00
ryanbennitt
f16cc64840 SPIGOT-1389: Fixed issues with setting tree species by expanding API 2016-03-01 08:30:03 +11:00
md_5
d41eed2abe SPIGOT-1345: Add BITE state to PlayerFishEvent. 2016-03-01 08:30:03 +11:00
md_5
5552f47c80 SPIGOT-1356: Clarify expectations about PotionEffectType.values(). 2016-03-01 08:30:03 +11:00
md_5
02797db500 SPIGOT-1357: Add potion particle effect color getters to API. 2016-03-01 08:30:03 +11:00
md_5
33fbc3d862 Add getLocation() to Inventory. 2016-03-01 08:30:03 +11:00
md_5
7898a2a2d2 Add definitions for Minecraft 1.9 gameplay elements
Includes an API for AreaEffectCloud and rework of Sound enum to include new sound values.
2016-03-01 08:30:03 +11:00