PatchworkMC / patchwork-api

An attempt to reimplement the Minecraft Forge API on Fabric
GNU Lesser General Public License v2.1
282 stars 48 forks source link

Implement PlayerInteractEvent Subclasses #213

Closed WalkerKnapp closed 3 years ago

WalkerKnapp commented 3 years ago

This PR implements all of the remaining subclasses in PlayerInteractEvent, and unstubs the methods in ForgeHooks for the existing subclass implementations.

Corresponding testmods PR: PatchworkMC/patchwork-testmods#6