We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
itemStack
1 parent 07ff5f1 commit dc2364eCopy full SHA for dc2364e
src/main/java/gregtech/api/items/metaitem/stats/IItemModelDispatcher.java
@@ -12,7 +12,8 @@ public interface IItemModelDispatcher extends IItemComponent {
12
* The index range will be checked at
13
* {@link MetaItem#getModelIndex(ItemStack)}.
14
*
15
- * @param itemStack The specific item stack.
+ * @param itemStack The specific item stack, which is granted non-empty at
16
+ * {@link MetaItem.MetaValueItem#getModelAmount()}
17
* @param maxIndex The max model index, from
18
* {@link MetaItem.MetaValueItem#getModelAmount()} - 1.
19
* @return The model index for the specific stack, should be ranged between
0 commit comments