net.minecraft.world.entity.player

public class StackedContents<T>

cqb
net.minecraft.world.entity.player.StackedContents
net.minecraft.class_1662
net.minecraft.recipe.RecipeMatcher
net.minecraft.world.entity.player.AutoRecipeStackManager

Field summary

Modifier and TypeField
public final it.unimi.dsi.fastutil.objects.Reference2IntOpenHashMap<T>
a
amounts
field_52504
available

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
boolean
a(T arg0)
hasAnyAmount(T arg0)
method_61500(T arg0)
hasAny(T input)
boolean
b(T arg0, int arg1)
hasAtLeast(T arg0, int arg1)
method_61503(T arg0, int arg1)
hasAtLeast(T input, int minimum)
void
c(T arg0, int arg1)
take(T arg0, int arg1)
method_7411(T arg0, int arg1)
consume(T input, int count)
void
d(T arg0, int arg1)
put(T arg0, int arg1)
method_7401(T arg0, int arg1)
addInput(T input, int count)
public boolean
a(List<cqb$a<T>> arg0, int arg1, cqb$b<T> arg2)
tryPick(List<StackedContents$IngredientInfo<T>> arg0, int arg1, StackedContents$Output<T> arg2)
method_61502(List<class_1662$class_9873<T>> arg0, int arg1, class_1662$class_9874<T> arg2)
match(List<RecipeMatcher$RawIngredient<T>> ingredients, int quantity, RecipeMatcher$ItemCallback<T> itemCallback)
public int
b(List<cqb$a<T>> arg0, int arg1, cqb$b<T> arg2)
tryPickAll(List<StackedContents$IngredientInfo<T>> arg0, int arg1, StackedContents$Output<T> arg2)
method_61504(List<class_1662$class_9873<T>> arg0, int arg1, class_1662$class_9874<T> arg2)
countCrafts(List<RecipeMatcher$RawIngredient<T>> ingredients, int max, RecipeMatcher$ItemCallback<T> itemCallback)
public void
a()
clear()
method_7409()
clear()
public void
a(T arg0, int arg1)
account(T arg0, int arg1)
method_61501(T arg0, int arg1)
add(T input, int count)