Interface IDifferentBasinBlockEntity

All Known Implementing Classes:
MeshBasinBlockEntity

public interface IDifferentBasinBlockEntity
  • Method Summary

    Modifier and Type
    Method
    Description
    default Optional<com.simibubi.create.content.processing.basin.BasinOperatingBlockEntity>
     
    default boolean
     
    boolean
    matchStaticFilters(net.minecraft.world.item.crafting.Recipe<?> recipe)
     
  • Method Details

    • matchStaticFilters

      boolean matchStaticFilters(net.minecraft.world.item.crafting.Recipe<?> recipe)
    • getBasinOperator

      default Optional<com.simibubi.create.content.processing.basin.BasinOperatingBlockEntity> getBasinOperator()
    • haveContentsChanged

      default boolean haveContentsChanged()