Class PlayerMixin

java.lang.Object
de.z0rdak.yawp.mixin.flag.player.PlayerMixin

public abstract class PlayerMixin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onAttackEntity(net.minecraft.world.entity.Entity target, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     
    void
    onGainExperience(int experience, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     
    void
    onGainLevels(int levels, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     
    void
    onHurt(net.minecraft.world.damagesource.DamageSource source, float amount, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     
    void
    onReceiveDamage(net.minecraft.world.damagesource.DamageSource damageSource, float amount, 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

    • PlayerMixin

      public PlayerMixin()
  • Method Details

    • onGainLevels

      public void onGainLevels(int levels, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
    • onGainExperience

      public void onGainExperience(int experience, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
    • onHurt

      public void onHurt(net.minecraft.world.damagesource.DamageSource source, float amount, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
    • onReceiveDamage

      public void onReceiveDamage(net.minecraft.world.damagesource.DamageSource damageSource, float amount, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
    • onAttackEntity

      public void onAttackEntity(net.minecraft.world.entity.Entity target, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)