Record Class FontManager.class_8535

java.lang.Object
java.lang.Record
net.minecraft.client.font.FontManager.class_8535
Record Components:
id -
result -
Enclosing class:
FontManager

@Environment(CLIENT) private static record FontManager.class_8535(FontManager.class_8534 id, com.mojang.datafixers.util.Either<CompletableFuture<Optional<Font>>,Identifier> result) extends Record
Mappings:
Namespace Name
official eqv$b
intermediary net/minecraft/class_378$class_8535
named net/minecraft/client/font/FontManager$class_8535
official a
intermediary comp_1494
named id
official b
intermediary comp_1495
named result
  • Field Details

  • Constructor Details

  • Method Details

    • method_51629

      public Optional<List<Font>> method_51629(Function<Identifier,List<Font>> function)
      Mappings:
      Namespace Name Mixin selector
      official a Leqv$b;a(Ljava/util/function/Function;)Ljava/util/Optional;
      intermediary method_51629 Lnet/minecraft/class_378$class_8535;method_51629(Ljava/util/function/Function;)Ljava/util/Optional;
      named method_51629 Lnet/minecraft/client/font/FontManager$class_8535;method_51629(Ljava/util/function/Function;)Ljava/util/Optional;
    • 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. All components in this record class are compared with Objects::equals(Object,Object).
      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.
    • id

      Returns the value of the id record component.
      Returns:
      the value of the id record component
    • result

      public com.mojang.datafixers.util.Either<CompletableFuture<Optional<Font>>,Identifier> result()
      Returns the value of the result record component.
      Returns:
      the value of the result record component