diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-01-09 23:35:45 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-01-09 23:35:45 +0800 |
| commit | 86e9c7588dab15b783995105d06861740454a833 (patch) | |
| tree | d7d066b4e7491474f3a962593e97a2d6f0aa2ea2 /src/main/java/me/shedaniel/mixins/MixinRecipeBookGui.java | |
| parent | 8b89fff542fb941e209f0b25d3c6ea4f72518f70 (diff) | |
| download | RoughlyEnoughItems-86e9c7588dab15b783995105d06861740454a833.tar.gz RoughlyEnoughItems-86e9c7588dab15b783995105d06861740454a833.tar.bz2 RoughlyEnoughItems-86e9c7588dab15b783995105d06861740454a833.zip | |
Starting off rewrite
Diffstat (limited to 'src/main/java/me/shedaniel/mixins/MixinRecipeBookGui.java')
| -rw-r--r-- | src/main/java/me/shedaniel/mixins/MixinRecipeBookGui.java | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/main/java/me/shedaniel/mixins/MixinRecipeBookGui.java b/src/main/java/me/shedaniel/mixins/MixinRecipeBookGui.java deleted file mode 100644 index d685ba1e6..000000000 --- a/src/main/java/me/shedaniel/mixins/MixinRecipeBookGui.java +++ /dev/null @@ -1,20 +0,0 @@ -package me.shedaniel.mixins; - -import me.shedaniel.listenerdefinitions.IMixinRecipeBookGui; -import net.minecraft.client.gui.recipebook.RecipeBookGui; -import net.minecraft.client.gui.widget.RecipeBookGhostSlots; -import org.spongepowered.asm.mixin.Final; -import org.spongepowered.asm.mixin.Mixin; -import org.spongepowered.asm.mixin.Shadow; - -@Mixin(RecipeBookGui.class) -public class MixinRecipeBookGui implements IMixinRecipeBookGui { - - @Shadow @Final protected RecipeBookGhostSlots ghostSlots; - - @Override - public RecipeBookGhostSlots getGhostSlots() { - return ghostSlots; - } - -} |
