Skip to content

Commit

Permalink
chore(mixin): mixin java docs
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
lainio24 committed Jun 20, 2022
1 parent 1f68242 commit 82f95a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Expand Up @@ -2,10 +2,10 @@

import java.util.ArrayList;
import java.util.List;
import com.mojang.datafixers.util.Pair;
import org.auioc.mcmod.arnicalib.server.event.ServerEventFactory;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.Overwrite;
import com.mojang.datafixers.util.Pair;
import net.minecraft.world.effect.MobEffectInstance;
import net.minecraft.world.entity.LivingEntity;
import net.minecraft.world.item.ItemStack;
Expand All @@ -14,12 +14,9 @@
@Mixin(value = LivingEntity.class)
public abstract class MixinLivingEntity {


/**
* @author WakelessSloth56
* @reason LivingEatAddEffectEvent
* @see org.auioc.mcmod.arnicalib.server.event.ServerEventFactory#fireLivingEatAddEffectEvent
* @see org.auioc.mcmod.arnicalib.server.event.impl.LivingEatAddEffectEvent
* @reason {@link org.auioc.mcmod.arnicalib.server.event.impl.LivingEatAddEffectEvent}
*/
// @org.spongepowered.asm.mixin.Debug(export = true, print = true)
@Overwrite()
Expand Down
Expand Up @@ -14,8 +14,7 @@ public abstract class MixinLootContext {

/**
* @author WakelessSloth56
* @reason LootTableInjector
* @see org.auioc.mcmod.arnicalib.server.loot.modifier.LootTableInjector#getItemStacks
* @reason {@link org.auioc.mcmod.arnicalib.server.loot.modifier.LootTableInjector#getItemStacks}
*/
// @org.spongepowered.asm.mixin.Debug(export = true, print = true)
@Overwrite(remap = false)
Expand Down

0 comments on commit 82f95a3

Please sign in to comment.