Interface CharmEffect

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CharmEffect
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onUserTick(net.minecraft.world.item.ItemStack stack, net.minecraft.world.level.Level level, net.minecraft.world.entity.LivingEntity user)
     
  • Method Details

    • onUserTick

      void onUserTick(net.minecraft.world.item.ItemStack stack, net.minecraft.world.level.Level level, net.minecraft.world.entity.LivingEntity user)