Class LiquidBlockMixin

java.lang.Object
fr.kolala.deepslategen.mixin.LiquidBlockMixin

public abstract class LiquidBlockMixin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected abstract void
    fizz(net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos pos)
     
    void
    shouldSpreadTo(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir)
     

    Methods inherited from class Object

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

    • LiquidBlockMixin

      public LiquidBlockMixin()
  • Method Details

    • fizz

      protected abstract void fizz(net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos pos)
    • shouldSpreadTo

      public void shouldSpreadTo(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir)