Skip to content

Commit

Permalink
docs: Update ArtefactCheckEvent.java javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
WinDanesz authored Sep 10, 2023
1 parent 112a562 commit 93112d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import net.minecraftforge.fml.common.eventhandler.Event;

/**
* SpellBindEvent is fired when a check happens for an ItemArtefact using {@link electroblob.wizardry.item.ItemArtefact#isArtefactActive(net.minecraft.entity.player.EntityPlayer, net.minecraft.item.Item)}
* ArtefactCheckEvent is fired when a check happens for an ItemArtefact using {@link electroblob.wizardry.item.ItemArtefact#isArtefactActive(net.minecraft.entity.player.EntityPlayer, net.minecraft.item.Item)}
* <i>Fired on both sides.</i><br>
* <br>
* This event is {@link Cancelable}. <br>
Expand Down Expand Up @@ -42,4 +42,4 @@ public EntityPlayer getPlayer() {
return player;
}

}
}

0 comments on commit 93112d5

Please sign in to comment.