Class ThunderstoneEffect
java.lang.Object
com.pixelmonmod.pixelmon.items.armor.armoreffects.ThunderstoneEffect
- All Implemented Interfaces:
IArmorEffect
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
onArmorChange
(net.minecraftforge.event.entity.living.LivingEquipmentChangeEvent event) void
onArmorTick
(net.minecraft.world.level.Level world, net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack stack, GenericArmor armor)
-
Constructor Details
-
ThunderstoneEffect
public ThunderstoneEffect()
-
-
Method Details
-
onArmorChange
public static void onArmorChange(net.minecraftforge.event.entity.living.LivingEquipmentChangeEvent event) -
onArmorTick
public void onArmorTick(net.minecraft.world.level.Level world, net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack stack, GenericArmor armor) - Specified by:
onArmorTick
in interfaceIArmorEffect
-