Class CustomTab.ITabEntry.DuplicateItem
java.lang.Object
com.petrolpark.client.creativemodetab.CustomTab.ITabEntry.Item
com.petrolpark.client.creativemodetab.CustomTab.ITabEntry.DuplicateItem
- All Implemented Interfaces:
CustomTab.ITabEntry
- Enclosing interface:
- CustomTab.ITabEntry
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.petrolpark.client.creativemodetab.CustomTab.ITabEntry
CustomTab.ITabEntry.ConditionalItem, CustomTab.ITabEntry.DuplicateItem, CustomTab.ITabEntry.Item, CustomTab.ITabEntry.Subheading -
Field Summary
Fields inherited from class com.petrolpark.client.creativemodetab.CustomTab.ITabEntry.Item
stackFields inherited from interface com.petrolpark.client.creativemodetab.CustomTab.ITabEntry
EMPTY, LINE_BREAK -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<net.minecraft.world.item.ItemStack>getItemsToAddToSearch(net.minecraft.world.item.CreativeModeTab.ItemDisplayParameters parameters) Methods inherited from class com.petrolpark.client.creativemodetab.CustomTab.ITabEntry.Item
addItemsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.petrolpark.client.creativemodetab.CustomTab.ITabEntry
getSize, hasSpecialRendering, newLine, render
-
Constructor Details
-
DuplicateItem
-
-
Method Details
-
getItemsToAddToSearch
public Collection<net.minecraft.world.item.ItemStack> getItemsToAddToSearch(net.minecraft.world.item.CreativeModeTab.ItemDisplayParameters parameters) - Specified by:
getItemsToAddToSearchin interfaceCustomTab.ITabEntry- Overrides:
getItemsToAddToSearchin classCustomTab.ITabEntry.Item
-