Class SimpleFixedItemInvExtractable
java.lang.Object
alexiil.mc.lib.attributes.item.impl.SimpleFixedItemInvExtractable
- All Implemented Interfaces:
- ItemExtractable
@Deprecated(since="0.4.0",
            forRemoval=true)
public final class SimpleFixedItemInvExtractable
extends Object
implements ItemExtractable
Deprecated, for removal: This API element is subject to removal in a future version.
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionnet.minecraft.item.ItemStackattemptExtraction(ItemFilter filter, int maxCount, Simulation simulation)Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface alexiil.mc.lib.attributes.item.ItemExtractableattemptAnyExtraction, couldExtractAnything, extract, extract, extract, filtered, getPureExtractable
- 
Constructor Details- 
SimpleFixedItemInvExtractableDeprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
attemptExtractionpublic net.minecraft.item.ItemStack attemptExtraction(ItemFilter filter, int maxCount, Simulation simulation)Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ItemExtractable- Specified by:
- attemptExtractionin interface- ItemExtractable
- maxCount- The maximum number of items that can be extracted. Negative numbers throw an exception.
- simulation- If- Simulation.SIMULATEthen this should return the same result that a call with- Simulation.ACTIONwould do, but without modifying anything else.
- Returns:
- A new, independent ItemStackthat was extracted.
 
 
- 
GroupedItemInvFixedWrapperinstead of this!