Package net.minecraft.util.path
Record Class CacheFiles.CacheEntry
java.lang.Object
java.lang.Record
net.minecraft.util.path.CacheFiles.CacheEntry
- Record Components:
- path-
- removalPriority-
- Enclosing class:
- CacheFiles
- Mappings:
- Namespace - Name - named - net/minecraft/util/path/CacheFiles$CacheEntry- intermediary - net/minecraft/class_9055$class_9056- official - asw$a- named - path- intermediary - comp_2168- official - b- named - removalPriority- intermediary - comp_2169- official - c
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Comparator<CacheFiles.CacheEntry> private final PathThe field for thepathrecord component.private final intThe field for theremovalPriorityrecord component.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.path()Returns the value of thepathrecord component.intReturns the value of theremovalPriorityrecord component.final StringtoString()Returns a string representation of this record class.
- 
Field Details- 
pathThe field for thepathrecord component.
- 
removalPriorityprivate final int removalPriorityThe field for theremovalPriorityrecord component.
- 
COMPARATOR- Mappings:
- Namespace - Name - Mixin selector - named - COMPARATOR- Lnet/minecraft/util/path/CacheFiles$CacheEntry;COMPARATOR:Ljava/util/Comparator;- intermediary - field_47677- Lnet/minecraft/class_9055$class_9056;field_47677:Ljava/util/Comparator;- official - a- Lasw$a;a:Ljava/util/Comparator;
 
 
- 
- 
Constructor Details- 
CacheEntryCacheEntry(Path path, int int2) 
 
- 
- 
Method Details- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='.
- 
pathReturns the value of thepathrecord component.- Returns:
- the value of the pathrecord component
 
- 
removalPrioritypublic int removalPriority()Returns the value of theremovalPriorityrecord component.- Returns:
- the value of the removalPriorityrecord component
 
 
-