Class FlowingFluidMixin

java.lang.Object
de.z0rdak.yawp.mixin.FlowingFluidMixin

public class FlowingFluidMixin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    canSpreadTo(net.minecraft.world.level.BlockGetter blockGetter, net.minecraft.core.BlockPos blockPos, net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.core.Direction direction, net.minecraft.core.BlockPos blockPos2, net.minecraft.world.level.block.state.BlockState blockState2, net.minecraft.world.level.material.FluidState fluidState, net.minecraft.world.level.material.Fluid fluid, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir)
     

    Methods inherited from class java.lang.Object

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

    • FlowingFluidMixin

      public FlowingFluidMixin()
  • Method Details

    • canSpreadTo

      protected void canSpreadTo(net.minecraft.world.level.BlockGetter blockGetter, net.minecraft.core.BlockPos blockPos, net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.core.Direction direction, net.minecraft.core.BlockPos blockPos2, net.minecraft.world.level.block.state.BlockState blockState2, net.minecraft.world.level.material.FluidState fluidState, net.minecraft.world.level.material.Fluid fluid, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir)