Package com.binaris.wizardry.core
Class ArtifactEffectContext
java.lang.Object
com.binaris.wizardry.core.ArtifactEffectContext
- All Implemented Interfaces:
IEffectContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.ItemStackGets the artifact item stack associated with this event execution.
-
Constructor Details
-
ArtifactEffectContext
public ArtifactEffectContext(net.minecraft.world.item.ItemStack artifact)
-
-
Method Details
-
getArtifact
public net.minecraft.world.item.ItemStack getArtifact()Gets the artifact item stack associated with this event execution.- Returns:
- The artifact item stack
-