Skip to content

Commit

Permalink
One must appreciate cleanliness
Browse files Browse the repository at this point in the history
  • Loading branch information
StellarWitch7 committed Sep 13, 2024
1 parent 659f733 commit 67a2ed4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 78 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@

import com.llamalad7.mixinextras.injector.v2.WrapWithCondition;
import dev.enjarai.trickster.ModKeyBindings;
import dev.enjarai.trickster.screen.SpellCircleScreen;
import net.minecraft.client.MinecraftClient;
import net.minecraft.client.Mouse;
import net.minecraft.client.gui.widget.ButtonWidget;
import net.minecraft.entity.player.PlayerInventory;
import net.minecraft.text.Text;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.injection.At;
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;

@Mixin(Mouse.class)
public class MouseMixin {
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

public class SpellPartWidget extends AbstractParentElement implements Drawable, Selectable {
public static final double PRECISION_OFFSET = Math.pow(2, 50);
static{}

private SpellPart spellPart;
// private List<SpellPartWidget> partWidgets;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import dev.enjarai.trickster.spell.Fragment;
import dev.enjarai.trickster.spell.Pattern;
import dev.enjarai.trickster.spell.SpellContext;
import dev.enjarai.trickster.spell.SpellPart;
import dev.enjarai.trickster.spell.fragment.BooleanFragment;
import dev.enjarai.trickster.spell.fragment.FragmentType;
import dev.enjarai.trickster.spell.trick.Trick;
Expand Down

0 comments on commit 67a2ed4

Please sign in to comment.