Package net.minecraft.recipe
Record Class Ingredient.TagEntry
java.lang.Object
java.lang.Record
net.minecraft.recipe.Ingredient.TagEntry
- Record Components:
tag
-
- All Implemented Interfaces:
Ingredient.Entry
- Enclosing class:
Ingredient
private static record Ingredient.TagEntry(TagKey<Item> tag)
extends Record
implements Ingredient.Entry
- Mappings:
Namespace Name official cpz$b
intermediary net/minecraft/class_1856$class_1858
named net/minecraft/recipe/Ingredient$TagEntry
official b
intermediary comp_1931
named tag
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
tag
The field for thetag
record component. -
CODEC
- Mappings:
Namespace Name Mixin selector official c
Lcpz$b;c:Lcom/mojang/serialization/Codec;
intermediary field_46098
Lnet/minecraft/class_1856$class_1858;field_46098:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/recipe/Ingredient$TagEntry;CODEC:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
TagEntry
Creates an instance of aTagEntry
record class.- Parameters:
tag
- the value for thetag
record component
-
-
Method Details
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object)
. -
getStacks
- Specified by:
getStacks
in interfaceIngredient.Entry
- Mappings:
Namespace Name Mixin selector official a
Lcpz$c;a()Ljava/util/Collection;
intermediary method_8108
Lnet/minecraft/class_1856$class_1859;method_8108()Ljava/util/Collection;
named getStacks
Lnet/minecraft/recipe/Ingredient$Entry;getStacks()Ljava/util/Collection;
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
tag
Returns the value of thetag
record component.- Returns:
- the value of the
tag
record component
-