Class MixinLivingEntity

java.lang.Object
com.pixelmonmod.mixin.MixinLivingEntity

public class MixinLivingEntity extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEquip(net.minecraft.world.entity.EquipmentSlot slot, net.minecraft.world.item.ItemStack oldItem, net.minecraft.world.item.ItemStack newItem, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MixinLivingEntity

      public MixinLivingEntity()
  • Method Details

    • onEquip

      public void onEquip(net.minecraft.world.entity.EquipmentSlot slot, net.minecraft.world.item.ItemStack oldItem, net.minecraft.world.item.ItemStack newItem, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)