Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TODO Events #9

Open
pisaiah opened this issue Aug 23, 2020 · 1 comment
Open

TODO Events #9

pisaiah opened this issue Aug 23, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request hacktoberfest

Comments

@pisaiah
Copy link
Contributor

pisaiah commented Aug 23, 2020

Events

Blocks

  • BlockBreakEvent
  • BlockBurnEvent
  • BlockCanBuildEvent
  • BlockCookEvent
  • BlockDamageEvent
  • BlockDispenseArmorEvent
  • BlockDispenseEvent
  • BlockDropItemEvent
  • BlockExpEvent
  • BlockExplodeEvent
  • BlockFadeEvent
  • BlockFertilizeEvent
  • BlockFormEvent
  • BlockFromToEvent
  • BlockGrowEvent
  • BlockIgniteEvent
  • BlockMultiPlaceEvent
  • BlockPhysicsEvent
  • BlockPistonEvent
  • BlockPistonExtendEvent
  • BlockPistonRetractEvent
  • BlockPlaceEvent
  • BlockRedstoneEvent
  • BlockShearEntityEvent
  • BlockSpreadEvent
  • CauldronLevelChangeEvent
  • EntityBlockFormEvent
  • FluidLevelChangeEvent
  • LeavesDecayEvent
  • MoistureChangeEvent
  • SignChangeEvent
  • SpongeAbsorbEvent

Entities

  • AreaEffectCloudApplyEvent
  • BatToggleSleepEvent #226
  • CreatureSpawnEvent
  • CreeperPowerEvent
  • EnderDragonChangePhaseEvent
  • EntityAirChangeEvent
  • EntityBreakDoorEvent
  • EntityBreedEvent
  • EntityChangeBlockEvent
  • EntityCombustByBlockEvent
  • EntityCombustByEntityEvent
  • EntityCombustEvent
  • EntityCreatePortalEvent
  • EntityDamageByBlockEvent
  • EntityDamageByEntityEvent
  • EntityDamageEvent
  • EntityDeathEvent
  • EntityDropItemEvent
  • EntityEnterBlockEvent
  • EntityEnterLoveModeEvent
  • EntityExplodeEvent
  • EntityInteractEvent
  • EntityPickupItemEvent
  • EntityPlaceEvent
  • EntityPortalEnterEvent
  • EntityPortalExitEvent
  • EntityPoseChangeEvent
  • EntityPotionEffectEvent
  • EntityRegainHealthEvent
  • EntityResurrectEvent
  • EntityShootBowEvent
  • EntitySpawnEvent
  • EntitySpellCastEvent
  • EntityTameEvent
  • EntityTargetEvent
  • EntityTargetLivingEntityEvent
  • EntityTeleportEvent
  • EntityToggleGlideEvent
  • EntityToggleSwimEvent
  • EntityTransformEvent
  • EntityUnleashEvent
  • ExpBottleEvent
  • ExplosionPrimeEvent
  • FireworkExplodeEvent
  • FoodLevelChangeEvent
  • HorseJumpEvent
  • ItemMergeEvent
  • ItemDespawnEvent
  • LingeringPotionSplashEvent
  • PigZapEvent
  • PlayerDeathEvent
  • PlayerLeashEntityEvent
  • ProjectileHitEvent
  • ProjectileLaunchEvent

Inventory

  • BrewEvent
  • BrewingStandFuelEvent
  • CraftItemEvent
  • Furnace Events (FurnaceBurnEvent, FurnaceExtractEvent, FurnaceSmeltEvent)
  • InventoryClickEvent
  • InventoryCloseEvent
  • InventoryCreativeEvent
  • InventoryDragEvent
  • InventoryInteractEvent
  • InventoryMoveItemEvent
  • InventoryOpenEvent
  • InventoryPickupItemEvent
  • PrepareAnvilEvent
  • PrepareItemCraftEvent
  • PrepareSmithingEvent
  • TradeSelectEvent

Player

  • AsyncPlayerChatEvent
  • AsyncPlayerPreLoginEvent
  • PlayerAdvancementDoneEvent
  • PlayerAnimationEvent
  • PlayerArmorStandManipulateEvent
  • Player Bed Events (PlayerBedEnterEvent & PlayerBedLeaveEvent)
  • Player Bucket Events (PlayerBucketEmptyEvent & PlayerBucketFillEvent)
  • PlayerChangedMainHandEvent
  • PlayerChangedWorldEvent
  • PlayerChatEvent
  • PlayerChatTabCompleteEvent
  • PlayerCommandPreprocessEvent
  • PlayerCommandSendEvent
  • PlayerDropItemEvent
  • PlayerEditBookEvent
  • PlayerEggThrowEvent
  • PlayerExpChangeEvent
  • PlayerFishEvent
  • PlayerGameModeChangeEvent
  • PlayerHarvestBlockEvent
  • PlayerInteractAtEntityEvent
  • PlayerInteractEntityEvent
  • PlayerInteractEvent
  • PlayerItemBreakEvent
  • PlayerItemConsumeEvent
  • PlayerItemDamageEvent
  • PlayerItemHeldEvent
  • PlayerItemMendEvent
  • PlayerJoinEvent
  • PlayerKickEvent
  • PlayerLevelChangeEvent
  • PlayerLocaleChangeEvent
  • PlayerLoginEvent
  • PlayerMoveEvent
  • PlayerPickupArrowEvent
  • PlayerPickupItemEvent
  • PlayerPortalEvent
  • PlayerPreLoginEvent
  • PlayerQuitEvent
  • PlayerRecipeDiscoverEvent
  • PlayerRegisterChannelEvent
  • PlayerResourcePackStatusEvent
  • PlayerRespawnEvent
  • PlayerRiptideEvent
  • PlayerShearEntityEvent
  • PlayerSwapHandItemsEvent
  • PlayerTakeLecternBookEvent
  • PlayerTeleportEvent
  • PlayerToggleFlightEvent
  • PlayerToggleSneakEvent
  • PlayerToggleSprintEvent
  • PlayerUnleashEntityEvent
  • PlayerUnregisterChannelEvent
  • PlayerVelocityEvent

Server

  • BroadcastMessageEvent
  • MapInitializeEvent
  • PluginDisableEvent
  • PluginEnableEvent
  • ServerCommandEvent
  • ServerListPingEvent
  • ServerLoadEvent
  • ServiceRegisterEvent
  • ServiceUnregisterEvent
  • TabCompleteEvent

World

  • Chunk Events (ChunkLoadEvent, ChunkPopulateEvent, ChunkUnloadEvent)
  • LootGenerateEvent
  • PortalCreateEvent
  • SpawnChangeEvent
  • StructureGrowEvent
  • TimeskipEvent
  • WorldInitEvent
  • WorldLoadEvent
  • WorldSaveEvent
  • WorldUnloadEvent

Other

  • Vehicle events
  • Weather events
  • hanging events
  • enchantment events
  • Raid Events
@pisaiah pisaiah added the enhancement New feature or request label Aug 23, 2020
@pisaiah pisaiah added this to the First Beta Build milestone Aug 23, 2020
@pisaiah pisaiah self-assigned this Aug 23, 2020
@pisaiah pisaiah pinned this issue Aug 23, 2020
@SpiDrone
Copy link

Thanks for making a todo list, I'm really looking forward to your mod <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest
Projects
None yet
Development

No branches or pull requests

3 participants
@pisaiah @SpiDrone and others