Interface IDifferentBasinBlockEntity
- All Known Implementing Classes:
MeshBasinBlockEntity
public interface IDifferentBasinBlockEntity
-
Method Summary
Modifier and TypeMethodDescriptiondefault Optional<com.simibubi.create.content.processing.basin.BasinOperatingBlockEntity> default booleanbooleanmatchStaticFilters(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()
-