Aleksander Jagiello
2c77cdd67a
Add getMainThreadExecutor to BukkitScheduler
2021-01-24 22:17:29 +01:00
BillyGalbreath
65807cfb9b
Allow adding items to BlockDropItemEvent
2021-01-20 14:25:26 -06:00
William Blake Galbreath
c8fe881ce4
EntityMoveEvent
2020-02-11 21:56:38 -06:00
Trigary
d23a2f2782
add DragonEggFormEvent
2021-01-25 14:53:49 +01:00
Nassim Jahnke
f1ab420c8a
Add dropLeash variable to EntityUnleashEvent
2021-01-29 15:13:04 +01:00
Jake Potrebic
fd337f2de1
Added PlayerStonecutterRecipeSelectEvent
2020-11-27 17:13:59 -08:00
Jake Potrebic
0a22b21f70
Added PlayerChangeBeaconEffectEvent
2020-06-24 15:12:18 -06:00
Madeline Miller
737250e0d0
Add BlockPreDispenseEvent
2021-01-17 13:15:54 +10:00
dfsek
0e8e918544
Add StructuresLocateEvent
...
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
2020-09-15 21:59:16 -07:00
Jake Potrebic
25c065b4b2
Add RegistryAccess for managing registries
2022-03-02 13:36:21 -08:00
Mariell Hoversholm
41efb5322e
Add sendOpLevel API
2020-12-29 15:02:57 +01:00
Madeline Miller
f3d8fe46e3
Add API to get exact interaction point in PlayerInteractEvent
2021-01-04 16:40:55 +10:00
Jake Potrebic
4c5a75dc4e
Added PlayerLoomPatternSelectEvent
2020-11-25 16:33:42 -08:00
Jake Potrebic
f456a79c86
Added PlayerLecternPageChangeEvent
2020-11-23 12:58:16 -08:00
TheViperShow
d9df6170b8
Add BlockFailedDispenseEvent
2020-04-22 09:40:23 +02:00
Jake Potrebic
7603b30d74
Added ServerResourcesReloadedEvent
2020-12-02 20:04:16 -08:00
Jake Potrebic
8dbd7442c3
Added WorldGameRuleChangeEvent
2020-12-20 16:41:44 -08:00
JRoy
302525c73b
Add EntityLoadCrossbowEvent
2020-10-07 12:04:17 -04:00
Jake Potrebic
87dce6f965
Zombie API - breaking doors
2020-11-18 11:32:15 -08:00
MisterVector
b2599f86e7
Add PlayerFlowerPotManipulateEvent
2019-08-13 19:44:19 -07:00
Madeline Miller
28333dc9b5
Add API to get Material from Boats and Minecarts
2020-12-31 12:48:38 +10:00
Aikar
0b52df89b3
Additional Block Material API's
...
Faster version for isSolid() that utilizes NMS's state for isSolid instead of the slower
process to do this in the Bukkit API
Adds API for buildable, replaceable, burnable too.
2020-12-30 17:27:27 -05:00
Jason Penilla
b3e72d20e1
Add TargetHitEvent API
2020-11-25 23:21:32 -08:00
Jake Potrebic
ff36991035
Added PlayerTradeEvent
...
[Amendment: Alexander <protonull@protonmail.com>]
PlayerTradeEvent is used for player purchases from villagers and wandering
traders, but not custom merchants created via Bukkit.createMerchant(). During
discussions in Discord it was decided that it'd be better to add a new event
that PlayerTradeEvent inherits from than change getVillager()'s annotation to
@Nullable, especially since that'd also infringe on the implication of the
event being about villager trades.
2020-07-02 16:10:10 -07:00
Jake Potrebic
3234f24141
Add OBSTRUCTED reason to BedEnterResult
2020-12-24 12:43:30 -08:00
Mark Vainomaa
b71dfe682d
Expose LivingEntity hurt direction
2020-12-13 05:32:12 +02:00
ysl3000
c120a1ea13
Player Chunk Load/Unload Events
2020-10-05 21:24:45 +02:00
JRoy
cbfe48b1cc
Add PlayerShearBlockEvent
2020-08-27 12:32:35 -04:00
Nassim Jahnke
a5f3b29310
More lightning API
2020-07-26 14:44:16 +02:00
Nassim Jahnke
60d243ecc4
Add PlayerItemCooldownEvent
2020-08-25 13:45:15 +02:00
Anrza
5fa4ae1e90
Add LivingEntity#clearActiveItem
2020-07-15 12:07:58 +02:00
Ineusia
72ab93ca8a
Add Destroy Speed API
...
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
2020-10-26 11:37:48 -05:00
Mariell Hoversholm
7ee931eaf2
Add API for quit reason
2020-11-14 16:19:58 +01:00
Jake Potrebic
40ac3e15db
Beacon API - custom effect ranges
2020-06-24 12:38:15 -06:00
Alfie Smith
dac5c6c48a
Item no age & no player pickup
2020-11-07 01:20:27 +00:00
Mariell Hoversholm
9c8829553b
Add ignore discounts API
2020-11-09 20:33:38 +01:00
oxygencraft
4226c7f7a4
Add getOfflinePlayerIfCached(String)
2020-10-25 18:35:58 +11:00
Trigary
a3a9180c51
Player elytra boost API
2020-04-14 12:06:14 +02:00
William Blake Galbreath
60a89bc804
Villager#resetOffers
2019-10-07 00:15:28 -05:00
William Blake Galbreath
63c427de11
Entity#isTicking
2020-10-03 21:39:07 -05:00
MeFisto94
64f9dff6ef
Expose the Entity Counter to allow plugins to use valid and non-conflicting Entity Ids
2020-08-28 01:41:31 +02:00
JRoy
110071a0e6
Add additional open container api to HumanEntity
2020-08-26 02:11:58 -04:00
ysl3000
124e1f8619
Create HoverEvent from ItemStack Entity
2020-07-06 22:17:37 +02:00
Jake Potrebic
f610d0b477
Add methods to get translation keys
...
Co-authored-by: MeFisto94 <MeFisto94@users.noreply.github.com>
2020-08-11 19:17:46 +02:00
BillyGalbreath
a3e3ba54a0
Add more Evoker API
2020-08-23 15:22:44 +02:00
William Blake Galbreath
52ec2a9db1
Add playPickupItemAnimation to LivingEntity
2020-08-23 19:36:08 +02:00
BillyGalbreath
cbfa49ddb6
Add moon phase API
2020-08-23 16:32:03 +02:00
DigitalRegent
5df47beccf
Brand support
2020-04-06 20:30:09 +02:00
Eearslya Sleiarion
3670ee6672
Add BellRingEvent
...
Add a new event, BellRingEvent, to trigger whenever a player rings a
village bell. Passes along the bell block and the player who rang it.
2019-06-24 21:27:39 -07:00
William Blake Galbreath
48046af5ef
Add PrepareResultEvent / PrepareGrindstoneEvent
...
Adds a new event for all crafting stations that generate a result slot item
Anvil, Grindstone and Smithing now extend this event
Grindstone is a backwards compat from a previous PrepareGrindstoneEvent
2020-07-03 11:58:56 -05:00