Interface NeighborTileChangePart

All Superinterfaces:
MultiPart

public interface NeighborTileChangePart extends MultiPart
Mixin interface for parts that want to be notified of neighbor tile change events (comparators or inventory maintainers)
  • Method Details

    • weakTileChanges

      boolean weakTileChanges()
      Returns whether this part needs calls for tile changes through one solid block
    • onNeighborTileChanged

      void onNeighborTileChanged(net.minecraft.core.Direction side, boolean weak)
      Callback for neighbor tile changes, from same function in Block