Skip to content

Instantly share code, notes, and snippets.

View oxyrv's full-sized avatar
💭
I sometimes wish i could take random buses and see where they would lead me…

oxyrv

💭
I sometimes wish i could take random buses and see where they would lead me…
  • France
  • 06:45 (UTC +01:00)
View GitHub Profile
@laika-cosmonaut
laika-cosmonaut / DraggableComponent.java
Last active May 25, 2025 15:45
Draggable Component made by someone i dont remember
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.Gui;
import org.lwjgl.input.Mouse;
public class DraggableComponent {
private int x;
private int y;
private int width;