Class WitherEntityMixin

java.lang.Object
de.z0rdak.yawp.mixin.flag.mobgrief.WitherEntityMixin

public abstract class WitherEntityMixin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onWitherAttemptGriefing(net.minecraft.server.level.ServerLevel level, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     
    void
    onWitherDestroyBlocks(net.minecraft.server.level.ServerLevel level, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci, boolean bl, int j, int k, Iterator var5, net.minecraft.core.BlockPos blockPos, net.minecraft.world.level.block.state.BlockState blockState)
     

    Methods inherited from class java.lang.Object

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

    • WitherEntityMixin

      public WitherEntityMixin()
  • Method Details

    • onWitherDestroyBlocks

      public void onWitherDestroyBlocks(net.minecraft.server.level.ServerLevel level, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci, boolean bl, int j, int k, Iterator var5, net.minecraft.core.BlockPos blockPos, net.minecraft.world.level.block.state.BlockState blockState)
    • onWitherAttemptGriefing

      public void onWitherAttemptGriefing(net.minecraft.server.level.ServerLevel level, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)