mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-30 11:30:36 +01:00
Finish API
This commit is contained in:
parent
46f4547805
commit
aba71147db
448 changed files with 47 additions and 39 deletions
patches/api
API-for-an-entity-s-scoreboard-name.patchAPI-for-creating-command-sender-which-forwards-feedb.patchAPI-for-updating-recipes-on-clients.patchAPI-to-get-a-BlockState-without-a-snapshot.patchAbility-to-apply-mending-to-XP-API.patchAbility-to-change-PlayerProfile-in-AsyncPreLoginEven.patchAbility-to-get-Tile-Entities-from-a-chunk-without-sn.patchAdd-API-for-item-entity-health.patchAdd-API-for-quit-reason.patchAdd-API-for-resetting-a-single-score.patchAdd-API-methods-to-control-if-armour-stands-can-move.patchAdd-API-to-get-Material-from-Boats-and-Minecarts.patchAdd-API-to-get-exact-interaction-point-in-PlayerInte.patchAdd-API-to-get-the-collision-shape-of-a-block-before.patchAdd-APIs-to-replace-OfflinePlayer-getLastPlayed.patchAdd-Adventure-message-to-PlayerAdvancementDoneEvent.patchAdd-ArmorStand-Item-Meta.patchAdd-Ban-Methods-to-Player-Objects.patchAdd-BaseComponent-sendMessage-methods-to-CommandSend.patchAdd-BeaconEffectEvent.patchAdd-BellRevealRaiderEvent.patchAdd-BellRingEvent.patchAdd-Block-isValidTool.patchAdd-BlockBreakBlockEvent.patchAdd-BlockFailedDispenseEvent.patchAdd-BlockLockCheckEvent.patchAdd-BlockPreDispenseEvent.patchAdd-BlockSoundGroup-interface.patchAdd-CompostItemEvent-and-EntityCompostItemEvent.patchAdd-Destroy-Speed-API.patchAdd-ElderGuardianAppearanceEvent.patchAdd-Entity-Body-Yaw-API.patchAdd-EntityBlockStorage-clearEntities.patchAdd-EntityDyeEvent-and-CollarColorable-interface.patchAdd-EntityFertilizeEggEvent.patchAdd-EntityInsideBlockEvent.patchAdd-EntityKnockbackByEntityEvent-and-EntityPushedByE.patchAdd-EntityLoadCrossbowEvent.patchAdd-EntityPortalReadyEvent.patchAdd-EntityTeleportEndGatewayEvent.patchAdd-EntityZapEvent.patchAdd-EquipmentSlot-convenience-methods.patchAdd-FastUtil-to-Bukkit.patchAdd-GS4-Query-event.patchAdd-GameEvent-tags.patchAdd-Git-information-to-version-command-on-startup.patchAdd-Heightmap-API.patchAdd-ItemStack-Recipe-API-helper-methods.patchAdd-ItemStackRecipeChoice-Draft-API.patchAdd-Listing-API-for-Player.patchAdd-LivingEntity-clearActiveItem.patchAdd-LivingEntity-getTargetEntity.patchAdd-LivingEntity-swingHand-EquipmentSlot-convenience.patchAdd-Material-Tags.patchAdd-MetadataStoreBase.removeAll-Plugin.patchAdd-Mob-Experience-reward-API.patchAdd-Mob-Goal-API.patchAdd-Mob-lookAt-API.patchAdd-More-Creeper-API.patchAdd-Moving-Piston-API.patchAdd-NamespacedKey-biome-methods.patchAdd-OBSTRUCTED-reason-to-BedEnterResult.patchAdd-OfflinePlayer-isConnected.patchAdd-PaperRegistry.patchAdd-PhantomPreSpawnEvent.patchAdd-Player-Client-Options-API.patchAdd-Player-Warden-Warning-API.patchAdd-Player-getFishHook.patchAdd-PlayerAdvancementCriterionGrantEvent.patchAdd-PlayerArmorChangeEvent.patchAdd-PlayerAttackEntityCooldownResetEvent.patchAdd-PlayerConnectionCloseEvent.patchAdd-PlayerFailMoveEvent.patchAdd-PlayerFlowerPotManipulateEvent.patchAdd-PlayerInitialSpawnEvent.patchAdd-PlayerInventorySlotChangeEvent.patchAdd-PlayerItemCooldownEvent.patchAdd-PlayerItemFrameChangeEvent.patchAdd-PlayerJumpEvent.patchAdd-PlayerKickEvent-causes.patchAdd-PlayerLocaleChangeEvent.patchAdd-PlayerPickItemEvent.patchAdd-PlayerPostRespawnEvent.patchAdd-PlayerSetSpawnEvent.patchAdd-PlayerShearBlockEvent.patchAdd-PlayerSignCommandPreprocessEvent.patchAdd-PlayerStopUsingItemEvent.patchAdd-PlayerUseUnknownEntityEvent.patchAdd-Position.patchAdd-PrePlayerAttackEntityEvent.patchAdd-PrepareResultEvent-PrepareGrindstoneEvent.patchAdd-ProjectileCollideEvent.patchAdd-PufferFishStateChangeEvent.patchAdd-Raw-Byte-Entity-Serialization.patchAdd-Raw-Byte-ItemStack-Serialization.patchAdd-Shearable-API.patchAdd-Sign-getInteractableSideFor.patchAdd-Sneaking-API-for-Entities.patchAdd-String-based-Action-Bar-API.patchAdd-Structure-check-API.patch
|
@ -16,7 +16,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
/**
|
||||
* Vanilla tag representing entities which are not controlled by their mount.
|
||||
*/
|
||||
Tag<EntityType> ENTITY_TYPES_NON_CONTROLLING_RIDER = Bukkit.getTag(REGISTRY_ENTITY_TYPES, NamespacedKey.minecraft("non_controlling_rider"), EntityType.class);
|
||||
@@ -0,0 +0,0 @@ public interface Tag<T extends Keyed> extends Keyed {
|
||||
*/
|
||||
Tag<EntityType> ENTITY_TYPES_CAN_TURN_IN_BOATS = Bukkit.getTag(REGISTRY_ENTITY_TYPES, NamespacedKey.minecraft("can_turn_in_boats"), EntityType.class);
|
||||
|
||||
+ // Paper start
|
||||
+ String REGISTRY_GAME_EVENTS = "game_events";
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue