Uses of Annotation Interface
io.papermc.paper.annotation.DoNotUse
Package
Description
Classes relevant to attributes.
-
Uses of DoNotUse in co.aikar.timings
Modifier and TypeMethodDescriptionvoid
Timing.abort()
Deprecated.Doesn't do anything - Removedvoid
Timing.close()
Deprecated, for removal: This API element is subject to removal in a future version.Timing.startTiming()
Deprecated, for removal: This API element is subject to removal in a future version.Starts timing the execution untilTiming.stopTiming()
is called.Timing.startTimingIfSync()
Deprecated, for removal: This API element is subject to removal in a future version.Starts timing the execution untilTiming.stopTiming()
is called.void
Timing.stopTiming()
Deprecated, for removal: This API element is subject to removal in a future version.Stops timing and records the data.void
Timing.stopTimingIfSync()
Deprecated, for removal: This API element is subject to removal in a future version.Stops timing and records the data. -
Uses of DoNotUse in org.bukkit.attribute
-
Uses of DoNotUse in org.bukkit.event.block
ModifierConstructorDescriptionBlockCanBuildEvent
(@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. -
Uses of DoNotUse in org.bukkit.event.entity
ModifierConstructorDescriptionEntityPortalEnterEvent
(@NotNull Entity entity, @NotNull Location location) Deprecated.ProjectileHitEvent
(@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.