I would like to create a plugin that automatically rotates a sapling / seed (for aesthetic purposes). I cannot find an event for onChangeQuickSlotFocus so I have decided that my code should trigger on the completion of PlayerPlaceVegetationEvent.
Although Player and WorldItem have getRotation() and setRotation(), it seems that Item does not.
Can anyone suggest how I can change the rotation of the held sapling?
Thanks!