Interface IgnisCustomInventory
public interface IgnisCustomInventory
Marker for custom block inventories opened by strategies.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanisSeparatorSlot(int slot) default voidonChange()default voidonClose()void
-
Method Details
-
accepts
-
restoreDecorations
void restoreDecorations() -
isSeparatorSlot
boolean isSeparatorSlot(int slot) -
onClose
default void onClose() -
onChange
default void onChange()
-