Commit Graph
45 Commits
Author SHA1 Message Date
Jake Potrebic b4f3eb5fa1 More CommandBlock API 2021-05-28 21:47:39 -07:00
Jake Potrebic c8e36cb205 Option to prevent data components copy in smithing recipes 2021-09-26 12:57:35 -07:00
Jake Potrebic d445af24a5 Add BlockBreakBlockEvent 2021-01-03 17:58:25 -08:00
Jake Potrebic 1a5fc4f2b3 Change EnderEye target without changing other things 2021-08-21 12:14:00 -07:00
Jake Potrebic 21af6149df Make EntityUnleashEvent cancellable 2021-01-03 21:25:39 -08:00
Jake Potrebic 0efb068743 Added EntityDamageItemEvent 2020-12-22 13:51:06 -08:00
Jake Potrebic 957d209cb4 Add PlayerSetSpawnEvent 2021-05-19 18:58:24 -07:00
Jake Potrebic 83f8fa22d2 Add PlayerSignCommandPreprocessEvent 2021-07-09 17:44:33 -07:00
Jake Potrebic 1284f0bf53 Adds PlayerArmSwingEvent 2021-03-12 19:20:03 -08:00
Jake Potrebic 93e2ecfd49 Add PlayerKickEvent causes 2021-05-15 20:30:34 -07:00
Jake Potrebic 547577ccb6 Add cause to Weather/ThunderChangeEvents 2020-12-02 18:25:31 -08:00
Jake Potrebic 00ebe90031 Improve item default attribute API 2021-05-08 15:02:00 -07:00
Jake Potrebic f5eeda6d92 Add EntityInsideBlockEvent 2021-05-08 18:02:06 -07:00
bff4794867 More Enchantment API
Co-authored-by: Luis <luisc99@icloud.com>
Co-authored-by: Janet Blackquill <uhhadd@gmail.com>
2021-05-06 19:58:03 -07:00
Jake Potrebic fce24f3b52 ItemStack repair check API 2021-05-15 22:10:50 -07:00
Jake Potrebic d30a14d638 additions to PlayerGameModeChangeEvent 2021-05-15 10:04:50 -07:00
Jake Potrebic 07e76ccd5b Inventory#close 2021-05-11 14:54:20 -07:00
Jake Potrebic e9c4b62f7e add RespawnFlags to PlayerRespawnEvent 2021-04-22 17:17:54 -07: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
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
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
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
Jake Potrebic 25c065b4b2 Add RegistryAccess for managing registries 2022-03-02 13:36:21 -08: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
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
Jake Potrebic 87dce6f965 Zombie API - breaking doors 2020-11-18 11:32:15 -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
Jake Potrebic 40ac3e15db Beacon API - custom effect ranges 2020-06-24 12:38:15 -06:00
Jake PotrebicandMeFisto94 f610d0b477 Add methods to get translation keys
Co-authored-by: MeFisto94 <MeFisto94@users.noreply.github.com>
2020-08-11 19:17:46 +02:00
Jake Potrebic e034549a33 added 2 new TargetReasons for 1.16 mob behavior 2020-07-03 15:05:54 -07:00
Jake PotrebicandWilliam Blake Galbreath 1cf2aaef30 Improve Block#breakNaturally API
Adds bool param to trigger world particle effects

Adds bool param to trigger exp drops for blocks

Co-authored-by: William Blake Galbreath <Blake.Galbreath@GMail.com>
2020-01-02 12:25:16 -06:00
Jake Potrebic 30e04bfa2f Add Position 2022-03-20 10:42:28 -07:00
Jake Potrebic 4fd928df47 Code Generation
Currently includes generated key holder classes for types
used in the Registry Modification API
2023-05-26 18:14:44 -07:00