Uses of Annotation Interface
io.papermc.paper.annotation.DoNotUse
Packages that use DoNotUse
Package
Description
-
Uses of DoNotUse in org.bukkit.event.block
Constructors in org.bukkit.event.block with annotations of type DoNotUseModifierConstructorDescriptionBlockCanBuildEvent
(@NotNull Block block, @Nullable Player player, @NotNull BlockData type, boolean canBuild) Deprecated.BlockDamageEvent
(@NotNull Player player, @NotNull Block block, @NotNull ItemStack itemInHand, boolean instaBreak) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated. -
Uses of DoNotUse in org.bukkit.event.entity
Constructors in org.bukkit.event.entity with annotations of type DoNotUseModifierConstructorDescriptionProjectileHitEvent
(@NotNull Projectile projectile) Deprecated.ProjectileHitEvent
(@NotNull Projectile projectile, @Nullable Block hitBlock) Deprecated.ProjectileHitEvent
(@NotNull Projectile projectile, @Nullable Entity hitEntity) Deprecated.ProjectileHitEvent
(@NotNull Projectile projectile, @Nullable Entity hitEntity, @Nullable Block hitBlock) Deprecated.