Package net.minecraft.data
Record Class DataCache.class_7405
java.lang.Object
java.lang.Record
net.minecraft.data.DataCache.class_7405
- Record Components:
version-data-
- Enclosing class:
DataCache
- Mappings:
Namespace Name official it$bintermediary net/minecraft/class_2408$class_7405named net/minecraft/data/DataCache$class_7405official aintermediary comp_729named versionofficial bintermediary comp_730named data
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescription(package private)class_7405(String string) privateclass_7405(String string, Map<Path, String> map) -
Method Summary
Modifier and TypeMethodDescriptiondata()Returns the value of thedatarecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intmethod_43357(Path path) voidmethod_43358(Path path, String string) static DataCache.class_7405method_43359(Path path, Path path2) voidmethod_43360(Path path, Path path2, String string) final StringtoString()Returns a string representation of this record class.version()Returns the value of theversionrecord component.
-
Field Details
-
Constructor Details
-
class_7405
class_7405(String string) -
class_7405
-
-
Method Details
-
method_43357
- Mappings:
Namespace Name Mixin selector official aLit$b;a(Ljava/nio/file/Path;)Ljava/lang/String;intermediary method_43357Lnet/minecraft/class_2408$class_7405;method_43357(Ljava/nio/file/Path;)Ljava/lang/String;named method_43357Lnet/minecraft/data/DataCache$class_7405;method_43357(Ljava/nio/file/Path;)Ljava/lang/String;
-
method_43358
- Mappings:
Namespace Name Mixin selector official aLit$b;a(Ljava/nio/file/Path;Ljava/lang/String;)Vintermediary method_43358Lnet/minecraft/class_2408$class_7405;method_43358(Ljava/nio/file/Path;Ljava/lang/String;)Vnamed method_43358Lnet/minecraft/data/DataCache$class_7405;method_43358(Ljava/nio/file/Path;Ljava/lang/String;)V
-
method_43356
public int method_43356()- Mappings:
Namespace Name Mixin selector official aLit$b;a()Iintermediary method_43356Lnet/minecraft/class_2408$class_7405;method_43356()Inamed method_43356Lnet/minecraft/data/DataCache$class_7405;method_43356()I
-
method_43359
- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLit$b;a(Ljava/nio/file/Path;Ljava/nio/file/Path;)Lit$b;intermediary method_43359Lnet/minecraft/class_2408$class_7405;method_43359(Ljava/nio/file/Path;Ljava/nio/file/Path;)Lnet/minecraft/class_2408$class_7405;named method_43359Lnet/minecraft/data/DataCache$class_7405;method_43359(Ljava/nio/file/Path;Ljava/nio/file/Path;)Lnet/minecraft/data/DataCache$class_7405;
-
method_43360
- Mappings:
Namespace Name Mixin selector official aLit$b;a(Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/lang/String;)Vintermediary method_43360Lnet/minecraft/class_2408$class_7405;method_43360(Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/lang/String;)Vnamed method_43360Lnet/minecraft/data/DataCache$class_7405;method_43360(Ljava/nio/file/Path;Ljava/nio/file/Path;Ljava/lang/String;)V
-
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). -
version
Returns the value of theversionrecord component.- Returns:
- the value of the
versionrecord component
-
data
Returns the value of thedatarecord component.- Returns:
- the value of the
datarecord component
-