Class SimpleFixedItemInvExtractable
java.lang.Object
alexiil.mc.lib.attributes.item.impl.SimpleFixedItemInvExtractable
- All Implemented Interfaces:
ItemExtractable
@Deprecated public final class SimpleFixedItemInvExtractable extends java.lang.Object implements ItemExtractable
Deprecated.
Use
GroupedItemInvFixedWrapper instead of this!-
Constructor Summary
Constructors Constructor Description SimpleFixedItemInvExtractable(FixedItemInv inv)Deprecated. -
Method Summary
Modifier and Type Method Description net.minecraft.item.ItemStackattemptExtraction(ItemFilter filter, int maxCount, Simulation simulation)Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface alexiil.mc.lib.attributes.item.ItemExtractable
attemptAnyExtraction, couldExtractAnything, extract, extract, extract, filtered, getPureExtractable
-
Constructor Details
-
SimpleFixedItemInvExtractable
Deprecated.
-
-
Method Details
-
attemptExtraction
public net.minecraft.item.ItemStack attemptExtraction(ItemFilter filter, int maxCount, Simulation simulation)Deprecated.Description copied from interface:ItemExtractable- Specified by:
attemptExtractionin interfaceItemExtractablemaxCount- The maximum number of items that can be extracted. Negative numbers throw an exception.simulation- IfSimulation.SIMULATEthen this should return the same result that a call withSimulation.ACTIONwould do, but without modifying anything else.- Returns:
- A new, independent
ItemStackthat was extracted.
-