-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Deprecate duplicated gliding boost method #9260
Copy link
Copy link
Labels
status: acceptedDisputed bug is accepted as valid or Feature accepted as desired to be added.Disputed bug is accepted as valid or Feature accepted as desired to be added.type: featureRequest for a new Feature.Request for a new Feature.
Metadata
Metadata
Assignees
Labels
status: acceptedDisputed bug is accepted as valid or Feature accepted as desired to be added.Disputed bug is accepted as valid or Feature accepted as desired to be added.type: featureRequest for a new Feature.Request for a new Feature.
Type
Fields
Give feedbackNo fields configured for Feature.
Is your feature request related to a problem?
Currently there's two almost identical methods for giving player a boost while gliding:
Spigot's
HumanEntity#fireworkBoost(ItemStack)Paper's
Player#boostElytra(ItemStack)Describe the solution you'd like.
Deprecate one of those in favor of other.
Describe alternatives you've considered.
Well, I can just ignore one of those I guess.
Other
No response