-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add PlayerWashItemEvent #7221
Copy link
Copy link
Closed
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?
I'm trying to modify the item meta of an item which is being washed in a cauldron.
Describe the solution you'd like.
Adding the PlayerWashItemEvent which provides access to:
Describe alternatives you've considered.
Figuring out the itemstack / hand used by listening to the CauldronLevelChangeEvent and PlayerInteractEvent and capturing the last cauldron interaction.
Other
No response