SkelletonX
Results
1
issues of
SkelletonX
my KeybindHandler.java `package com.skelletonx.MacroSK.handler; import net.minecraft.client.Minecraft; import net.minecraft.client.settings.KeyBinding; import net.minecraft.util.StatCollector; import net.minecraftforge.fml.client.registry.ClientRegistry; import net.minecraftforge.fml.common.eventhandler.SubscribeEvent; import net.minecraftforge.fml.common.gameevent.InputEvent.KeyInputEvent; import org.lwjgl.input.Keyboard; import com.skelletonx.MacroSK.util.LogHelper; public class KeybindHandler { /** Storing an instance of Minecraft...