Package net.minecraft
Record Class class_10207
java.lang.Object
java.lang.Record
net.minecraft.class_10207
- Record Components:
service-
- All Implemented Interfaces:
Executor
- Mappings:
Namespace Name named net/minecraft/class_10207intermediary net/minecraft/class_10207official adnamed serviceintermediary comp_3205official a
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ExecutorServiceThe field for theservicerecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.voidfinal inthashCode()Returns a hash code value for this object.voidmethod_64114(long long2, TimeUnit timeUnit) private static Runnablemethod_64115(Runnable runnable) method_64116(String string) service()Returns the value of theservicerecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
service
The field for theservicerecord component.
-
-
Constructor Details
-
class_10207
-
-
Method Details
-
method_64116
- Mappings:
Namespace Name Mixin selector named method_64116Lnet/minecraft/class_10207;method_64116(Ljava/lang/String;)Ljava/util/concurrent/Executor;intermediary method_64116Lnet/minecraft/class_10207;method_64116(Ljava/lang/String;)Ljava/util/concurrent/Executor;official aLad;a(Ljava/lang/String;)Ljava/util/concurrent/Executor;
-
execute
-
method_64114
- Mappings:
Namespace Name Mixin selector named method_64114Lnet/minecraft/class_10207;method_64114(JLjava/util/concurrent/TimeUnit;)Vintermediary method_64114Lnet/minecraft/class_10207;method_64114(JLjava/util/concurrent/TimeUnit;)Vofficial aLad;a(JLjava/util/concurrent/TimeUnit;)V
-
method_64115
- Mappings:
Namespace Name Mixin selector named method_64115Lnet/minecraft/class_10207;method_64115(Ljava/lang/Runnable;)Ljava/lang/Runnable;intermediary method_64115Lnet/minecraft/class_10207;method_64115(Ljava/lang/Runnable;)Ljava/lang/Runnable;official aLad;a(Ljava/lang/Runnable;)Ljava/lang/Runnable;
-
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). -
service
Returns the value of theservicerecord component.- Returns:
- the value of the
servicerecord component
-