Class FluidStateMixin
java.lang.Object
com.lightning.northstar.mixin.block.FluidStateMixin
- All Implemented Interfaces:
NorthstarFluidState
@ParametersAreNonnullByDefault
public class FluidStateMixin
extends Object
implements NorthstarFluidState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnorthstar$combust(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos) voidnorthstar$onSealUpdated(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, SealingMode mode) voidnorthstar$tick(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)
-
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$onSealUpdatedin interfaceNorthstarFluidState
-
northstar$combust
public void northstar$combust(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos)
-