Class FluidStateMixin

java.lang.Object
com.lightning.northstar.mixin.block.FluidStateMixin
All Implemented Interfaces:
NorthstarFluidState

@ParametersAreNonnullByDefault public class FluidStateMixin extends Object implements NorthstarFluidState
  • Constructor Details

    • FluidStateMixin

      public FluidStateMixin()
  • Method Details

    • northstar$tick

      public void northstar$tick(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)
    • northstar$onSealUpdated

      public void northstar$onSealUpdated(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, SealingMode mode)
      Specified by:
      northstar$onSealUpdated in interface NorthstarFluidState
    • northstar$combust

      public void northstar$combust(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos)