Class LavaFluidMixin

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

public abstract class LavaFluidMixin 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
    spreadTo(net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.core.Direction direction, net.minecraft.world.level.material.FluidState fluidState, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     

    Methods inherited from class Object

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

    • LavaFluidMixin

      public LavaFluidMixin()
  • Method Details

    • fizz

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

      public void spreadTo(net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.core.Direction direction, net.minecraft.world.level.material.FluidState fluidState, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)