I'm would like to make a Minecraft plugin that replaces methods in other plugins with ones in the plugin, for easy customization of the plugins.
Is there any way to simply replace a method of one class with one of another? Kinda like using @override, however it overrides the original method as well.
Kinda like using @override?????????you override does replace it . Give us a code example even if it does not compile to see what exactly are you asking. – Shahzeb Feb 16 at 4:03