Class IceBlockMixin

java.lang.Object
com.lightning.northstar.mixin.block.IceBlockMixin
All Implemented Interfaces:
SealableBlock, SealReactiveBlock

@ParametersAreNonnullByDefault public abstract class IceBlockMixin extends Object implements SealableBlock, SealReactiveBlock
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected abstract void
    melt(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos)
     
    boolean
    northstar$isFaceSealed(net.minecraft.world.level.BlockGetter level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction direction, boolean source, SealingMode mode)
     
    void
    northstar$onSealUpdated(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, SealingMode mode)
     

    Methods inherited from class java.lang.Object

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

    • IceBlockMixin

      public IceBlockMixin()
  • Method Details

    • melt

      protected abstract void melt(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos)
    • northstar$isFaceSealed

      public boolean northstar$isFaceSealed(net.minecraft.world.level.BlockGetter level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction direction, boolean source, SealingMode mode)
      Specified by:
      northstar$isFaceSealed in interface SealableBlock
    • northstar$onSealUpdated

      public void northstar$onSealUpdated(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state, SealingMode mode)
      Specified by:
      northstar$onSealUpdated in interface SealReactiveBlock