Class ToolEffects
java.lang.Object
com.pixelmonmod.pixelmon.items.tools.ToolEffects
Causes effects when evolution stone tools are used. Created by clienthax on 16/3/2015.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
processEffect
(net.minecraft.world.item.context.UseOnContext context) Causes an effect when an evolution stone tool is used.
-
Constructor Details
-
ToolEffects
public ToolEffects()
-
-
Method Details
-
processEffect
public static boolean processEffect(net.minecraft.world.item.context.UseOnContext context) Causes an effect when an evolution stone tool is used.- Returns:
- Whether the tool's effect successfully activated.
-