Package net.minecraft
Record Class class_8782
java.lang.Object
java.lang.Record
net.minecraft.class_8782
- Record Components:
requirements-
- Mappings:
Namespace Name official aiintermediary net/minecraft/class_8782named net/minecraft/class_8782official bintermediary comp_1922named requirements
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final class_8782private final String[][]The field for therequirementsrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intstatic class_8782method_53666(JsonArray jsonArray, Set<String> set) static class_8782method_53668(Collection<String> collection) booleanmethod_53669(Predicate<String> predicate) voidmethod_53670(PacketByteBuf packetByteBuf) private static booleanmethod_53671(String[] string, Predicate<String> predicate) static class_8782method_53674(Collection<String> collection) intmethod_53675(Predicate<String> predicate) private static String[][]method_53676(PacketByteBuf packetByteBuf) booleanString[][]Returns the value of therequirementsrecord component.toString()Returns a string representation of this record class.
-
Field Details
-
requirements
The field for therequirementsrecord component. -
field_46084
- Mappings:
Namespace Name Mixin selector official aLai;a:Lai;intermediary field_46084Lnet/minecraft/class_8782;field_46084:Lnet/minecraft/class_8782;named field_46084Lnet/minecraft/class_8782;field_46084:Lnet/minecraft/class_8782;
-
-
Constructor Details
-
class_8782
-
class_8782
-
-
Method Details
-
method_53676
- Mappings:
Namespace Name Mixin selector official bLai;b(Lsl;)[[Ljava/lang/String;intermediary method_53676Lnet/minecraft/class_8782;method_53676(Lnet/minecraft/class_2540;)[[Ljava/lang/String;named method_53676Lnet/minecraft/class_8782;method_53676(Lnet/minecraft/network/PacketByteBuf;)[[Ljava/lang/String;
-
method_53670
- Mappings:
Namespace Name Mixin selector official aLai;a(Lsl;)Vintermediary method_53670Lnet/minecraft/class_8782;method_53670(Lnet/minecraft/class_2540;)Vnamed method_53670Lnet/minecraft/class_8782;method_53670(Lnet/minecraft/network/PacketByteBuf;)V
-
method_53668
- Mappings:
Namespace Name Mixin selector official aLai;a(Ljava/util/Collection;)Lai;intermediary method_53668Lnet/minecraft/class_8782;method_53668(Ljava/util/Collection;)Lnet/minecraft/class_8782;named method_53668Lnet/minecraft/class_8782;method_53668(Ljava/util/Collection;)Lnet/minecraft/class_8782;
-
method_53674
- Mappings:
Namespace Name Mixin selector official bLai;b(Ljava/util/Collection;)Lai;intermediary method_53674Lnet/minecraft/class_8782;method_53674(Ljava/util/Collection;)Lnet/minecraft/class_8782;named method_53674Lnet/minecraft/class_8782;method_53674(Ljava/util/Collection;)Lnet/minecraft/class_8782;
-
method_53664
public int method_53664()- Mappings:
Namespace Name Mixin selector official aLai;a()Iintermediary method_53664Lnet/minecraft/class_8782;method_53664()Inamed method_53664Lnet/minecraft/class_8782;method_53664()I
-
method_53669
- Mappings:
Namespace Name Mixin selector official aLai;a(Ljava/util/function/Predicate;)Zintermediary method_53669Lnet/minecraft/class_8782;method_53669(Ljava/util/function/Predicate;)Znamed method_53669Lnet/minecraft/class_8782;method_53669(Ljava/util/function/Predicate;)Z
-
method_53675
- Mappings:
Namespace Name Mixin selector official bLai;b(Ljava/util/function/Predicate;)Iintermediary method_53675Lnet/minecraft/class_8782;method_53675(Ljava/util/function/Predicate;)Inamed method_53675Lnet/minecraft/class_8782;method_53675(Ljava/util/function/Predicate;)I
-
method_53671
- Mappings:
Namespace Name Mixin selector official aLai;a([Ljava/lang/String;Ljava/util/function/Predicate;)Zintermediary method_53671Lnet/minecraft/class_8782;method_53671([Ljava/lang/String;Ljava/util/function/Predicate;)Znamed method_53671Lnet/minecraft/class_8782;method_53671([Ljava/lang/String;Ljava/util/function/Predicate;)Z
-
method_53666
- Mappings:
Namespace Name Mixin selector official aLai;a(Lcom/google/gson/JsonArray;Ljava/util/Set;)Lai;intermediary method_53666Lnet/minecraft/class_8782;method_53666(Lcom/google/gson/JsonArray;Ljava/util/Set;)Lnet/minecraft/class_8782;named method_53666Lnet/minecraft/class_8782;method_53666(Lcom/google/gson/JsonArray;Ljava/util/Set;)Lnet/minecraft/class_8782;
-
method_53672
- Mappings:
Namespace Name Mixin selector official bLai;b()Lcom/google/gson/JsonArray;intermediary method_53672Lnet/minecraft/class_8782;method_53672()Lcom/google/gson/JsonArray;named method_53672Lnet/minecraft/class_8782;method_53672()Lcom/google/gson/JsonArray;
-
method_53677
public boolean method_53677()- Mappings:
Namespace Name Mixin selector official cLai;c()Zintermediary method_53677Lnet/minecraft/class_8782;method_53677()Znamed method_53677Lnet/minecraft/class_8782;method_53677()Z
-
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. -
method_53678
- Mappings:
Namespace Name Mixin selector official dLai;d()Ljava/util/Set;intermediary method_53678Lnet/minecraft/class_8782;method_53678()Ljava/util/Set;named method_53678Lnet/minecraft/class_8782;method_53678()Ljava/util/Set;
-
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). -
requirements
Returns the value of therequirementsrecord component.- Returns:
- the value of the
requirementsrecord component
-