Interface CreativeModeTabAdapter.OutputWrapper
- Enclosing class:
CreativeModeTabAdapter
public static interface CreativeModeTabAdapter.OutputWrapper
Wraps an Output instances from a loader specific context.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(net.minecraft.world.item.ItemStack stack) voidaccept(net.minecraft.world.level.ItemLike item) voidacceptAll(Collection<net.minecraft.world.item.ItemStack> stacks)
-
Method Details
-
accept
void accept(net.minecraft.world.item.ItemStack stack) -
accept
void accept(net.minecraft.world.level.ItemLike item) -
acceptAll
-