Commit Graph

3274 Commits

Author SHA1 Message Date
Alvinn8 8ee512d806 Add Adventure message to PlayerAdvancementDoneEvent 2021-01-08 20:29:58 +01:00
Owen1212055 b00a393416 Add EntityBlockStorage#clearEntities() 2021-04-05 18:12:06 -04:00
HexedHero f4e92bc267 Add more WanderingTrader API 2021-05-06 14:56:26 +01:00
Jake Potrebic e9c4b62f7e add RespawnFlags to PlayerRespawnEvent 2021-04-22 17:17:54 -07:00
HexedHero 28c7aca637 PlayerMoveEvent Improvements 2021-04-29 10:31:44 +01:00
Spyridon Pagkalos 0bdc7d2ba9 Introduce beacon activation/deactivation events 2021-03-25 20:25:47 +02:00
Jake Potrebic b1396d8f38 Added PlayerBedFailEnterEvent 2020-12-24 12:27:49 -08:00
Jake Potrebic 6b39120659 More World API 2020-07-07 10:53:22 -07:00
Jake Potrebic d7351ddc36 Added PlayerDeepSleepEvent 2021-04-21 15:58:25 -07:00
Jake Potrebic 411f1ddea7 add get-set drop chance to EntityEquipment 2021-04-22 00:28:20 -07:00
Jake Potrebic 6293f3ad54 add consumeFuel to FurnaceBurnEvent 2021-04-22 16:45:15 -07:00
Jake Potrebic c0e2f67d7c add isDeeplySleeping to HumanEntity 2021-04-08 17:36:15 -07:00
Nassim Jahnke f4eab2ee51 Expose protocol version 2021-03-26 11:23:27 +01:00
Jake Potrebic 83c4827433 Improve Item Rarity API 2021-03-12 17:09:40 -08:00
Jake Potrebic 07c1829d7f Expand world key API 2021-01-06 00:34:10 -08:00
Jake Potrebic bcd78c9bf2 Add Block#isValidTool
Deprecated for removal
2020-07-06 12:44:23 -07:00
Thonk c6ff2b9aee Add recipe to cook events 2021-01-06 12:05:29 -08:00
Jake Potrebic d3ff89b33b added PlayerNameEntityEvent 2020-07-05 00:34:24 -07:00
Jake Potrebic de918f498a Add worldborder events 2021-01-04 22:40:26 -08:00
Tom eb8dcb71a9 Expose Tracked Players 2021-02-26 16:24:25 -06:00
Ivan Pekov 80b653d06f Add missing effects
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
2021-01-05 10:19:11 +02:00
ysl3000 eb0e3a82b8 living entity allow attribute registration 2020-10-24 16:37:21 +02:00
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