import net.runelite.mapping.Export; import net.runelite.mapping.Implements; import net.runelite.mapping.ObfuscatedName; import net.runelite.mapping.ObfuscatedSignature; @ObfuscatedName("fl") @Implements("MouseWheel") public interface MouseWheel { @ObfuscatedName("n") @ObfuscatedSignature( signature = "(I)I", garbageValue = "888914952" ) @Export("useRotation") int useRotation(); }