Package net.minecraft
Record Class class_10291.class_10293<T extends Recipe<?>>
java.lang.Object
java.lang.Record
net.minecraft.class_10291.class_10293<T>
- Record Components:
entries-
- Enclosing class:
class_10291<T extends Recipe<?>>
public static record class_10291.class_10293<T extends Recipe<?>>(List<class_10291.class_10292<T extends Recipe<?>>> entries)
extends Record
- Mappings:
Namespace Name named net/minecraft/class_10291$class_10293intermediary net/minecraft/class_10291$class_10293official dcl$bnamed entriesintermediary comp_3255official a
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<class_10291.class_10292<T>> The field for theentriesrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentries()Returns the value of theentriesrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.static <T extends Recipe<?>>
class_10291.class_10293<T> booleanmethod_64711(ItemStack itemStack) static <T extends Recipe<?>>
PacketCodec<RegistryByteBuf, class_10291.class_10293<T>> method_64714(ItemStack itemStack) booleanintfinal StringtoString()Returns a string representation of this record class.
-
Field Details
-
entries
The field for theentriesrecord component.
-
-
Constructor Details
-
class_10293
-
-
Method Details
-
method_64710
- Mappings:
Namespace Name Mixin selector named method_64710Lnet/minecraft/class_10291$class_10293;method_64710()Lnet/minecraft/class_10291$class_10293;intermediary method_64710Lnet/minecraft/class_10291$class_10293;method_64710()Lnet/minecraft/class_10291$class_10293;official aLdcl$b;a()Ldcl$b;
-
method_64713
public static <T extends Recipe<?>> PacketCodec<RegistryByteBuf,class_10291.class_10293<T>> method_64713()- Mappings:
Namespace Name Mixin selector named method_64713Lnet/minecraft/class_10291$class_10293;method_64713()Lnet/minecraft/network/codec/PacketCodec;intermediary method_64713Lnet/minecraft/class_10291$class_10293;method_64713()Lnet/minecraft/class_9139;official bLdcl$b;b()Lzt;
-
method_64711
- Mappings:
Namespace Name Mixin selector named method_64711Lnet/minecraft/class_10291$class_10293;method_64711(Lnet/minecraft/item/ItemStack;)Zintermediary method_64711Lnet/minecraft/class_10291$class_10293;method_64711(Lnet/minecraft/class_1799;)Zofficial aLdcl$b;a(Lcxk;)Z
-
method_64714
- Mappings:
Namespace Name Mixin selector named method_64714Lnet/minecraft/class_10291$class_10293;method_64714(Lnet/minecraft/item/ItemStack;)Lnet/minecraft/class_10291$class_10293;intermediary method_64714Lnet/minecraft/class_10291$class_10293;method_64714(Lnet/minecraft/class_1799;)Lnet/minecraft/class_10291$class_10293;official bLdcl$b;b(Lcxk;)Ldcl$b;
-
method_64716
public boolean method_64716()- Mappings:
Namespace Name Mixin selector named method_64716Lnet/minecraft/class_10291$class_10293;method_64716()Zintermediary method_64716Lnet/minecraft/class_10291$class_10293;method_64716()Zofficial cLdcl$b;c()Z
-
method_64717
public int method_64717()- Mappings:
Namespace Name Mixin selector named method_64717Lnet/minecraft/class_10291$class_10293;method_64717()Iintermediary method_64717Lnet/minecraft/class_10291$class_10293;method_64717()Iofficial dLdcl$b;d()I
-
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. -
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). -
entries
Returns the value of theentriesrecord component.- Returns:
- the value of the
entriesrecord component
-