Record Class DataCache.class_7860

java.lang.Object
java.lang.Record
net.minecraft.data.DataCache.class_7860
Record Components:
providerId -
cache -
writes -
Enclosing class:
DataCache

public static record DataCache.class_7860(String providerId, DataCache.CachedData cache, int writes) extends Record
Mappings:
Namespace Name
official ix$e
intermediary net/minecraft/class_2408$class_7860
named net/minecraft/data/DataCache$class_7860
official a
intermediary comp_1124
named providerId
official b
intermediary comp_1125
named cache
official c
intermediary comp_1126
named writes
  • Field Details

    • providerId

      private final String providerId
      The field for the providerId record component.
    • cache

      private final DataCache.CachedData cache
      The field for the cache record component.
    • writes

      private final int writes
      The field for the writes record component.
  • Constructor Details

  • Method Details

    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      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. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • providerId

      public String providerId()
      Returns the value of the providerId record component.
      Returns:
      the value of the providerId record component
    • cache

      public DataCache.CachedData cache()
      Returns the value of the cache record component.
      Returns:
      the value of the cache record component
    • writes

      public int writes()
      Returns the value of the writes record component.
      Returns:
      the value of the writes record component