Class LiquidBlockMixin

java.lang.Object
tech.anonymoushacker1279.openportals.mixin.portal_lighters.LiquidBlockMixin

public abstract class LiquidBlockMixin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fluidPlacedAttemptPortalLight(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState oldState, boolean movedByPiston, 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

    • LiquidBlockMixin

      public LiquidBlockMixin()
  • Method Details

    • fluidPlacedAttemptPortalLight

      public void fluidPlacedAttemptPortalLight(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState oldState, boolean movedByPiston, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)