Class Ingredient
java.lang.Object
net.minecraft.world.item.crafting.Ingredient
- Direct Known Subclasses:
AbstractIngredient
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final record
static final record
static interface
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<Ingredient> static final com.mojang.serialization.Codec
<Ingredient> static final StreamCodec
<RegistryFriendlyByteBuf, Ingredient> static final Ingredient
private static final AtomicInteger
private int
private final boolean
private ItemStack[]
private it.unimi.dsi.fastutil.ints.IntList
private final Ingredient.Value[]
static final com.mojang.serialization.Codec
<Ingredient> The vanilla codec that doesn't support custom Ingredient types.private static final com.mojang.serialization.Codec
<Ingredient> static final com.mojang.serialization.MapCodec
<Ingredient> -
Constructor Summary
ModifierConstructorDescriptionprotected
Ingredient
(Stream<? extends Ingredient.Value> p_43907_) private
Ingredient
(Ingredient.Value[] p_301101_) -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
private static com.mojang.serialization.Codec
<Ingredient> codec
(boolean p_298496_) boolean
static Ingredient
fromValues
(Stream<? extends Ingredient.Value> p_43939_) getItems()
it.unimi.dsi.fastutil.ints.IntList
protected void
static void
boolean
isEmpty()
boolean
isSimple()
final boolean
protected final void
static Ingredient
of()
static Ingredient
static Ingredient
static Ingredient
static Ingredient
IIngredientSerializer
<? extends Ingredient> boolean
toString()
-
Field Details
-
INVALIDATION_COUNTER
-
EMPTY
-
CONTENTS_STREAM_CODEC
-
values
-
itemStacks
-
stackingIds
@Nullable private it.unimi.dsi.fastutil.ints.IntList stackingIds -
VANILLA_CODEC
The vanilla codec that doesn't support custom Ingredient types. -
VANILLA_MAP_CODEC
-
CODEC
-
VANILLA_CODEC_NONEMPTY
-
CODEC_NONEMPTY
-
invalidationCounter
private int invalidationCounter -
isVanilla
private final boolean isVanilla
-
-
Constructor Details
-
Ingredient
-
Ingredient
-
-
Method Details
-
invalidateAll
public static void invalidateAll() -
getItems
-
test
-
getStackingIds
public it.unimi.dsi.fastutil.ints.IntList getStackingIds() -
isEmpty
public boolean isEmpty() -
equals
-
fromValues
-
of
-
of
-
of
-
of
-
of
-
checkInvalidation
public final boolean checkInvalidation() -
markValid
protected final void markValid() -
invalidate
protected void invalidate() -
isSimple
public boolean isSimple() -
isVanilla
public final boolean isVanilla() -
serializer
-
toString
-
codec
-