Package net.minecraft.client.font
Record Class FontManager.class_8537
java.lang.Object
java.lang.Record
net.minecraft.client.font.FontManager.class_8537
- Record Components:
fontId-builders-dependencies-
- All Implemented Interfaces:
class_8523.class_8524<Identifier>
- Enclosing class:
FontManager
@Environment(CLIENT)
private static record FontManager.class_8537(Identifier fontId, List<FontManager.class_8535> builders, Set<Identifier> dependencies)
extends Record
implements class_8523.class_8524<Identifier>
- Mappings:
Namespace Name official eqv$dintermediary net/minecraft/class_378$class_8537named net/minecraft/client/font/FontManager$class_8537official aintermediary comp_1498named fontIdofficial bintermediary comp_1499named buildersofficial cintermediary comp_1500named dependencies
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<FontManager.class_8535>The field for thebuildersrecord component.private final Set<Identifier>The field for thedependenciesrecord component.private final IdentifierThe field for thefontIdrecord component. -
Constructor Summary
ConstructorsModifierConstructorDescriptionclass_8537(Identifier identifier) privateclass_8537(Identifier identifier, List<FontManager.class_8535> list, Set<Identifier> set) -
Method Summary
Modifier and TypeMethodDescriptionbuilders()Returns the value of thebuildersrecord component.Returns the value of thedependenciesrecord component.final booleanIndicates whether some other object is "equal to" this one.fontId()Returns the value of thefontIdrecord component.final inthashCode()Returns a hash code value for this object.voidmethod_51478(Consumer<Identifier> consumer) voidmethod_51480(Consumer<Identifier> consumer) voidmethod_51631(FontManager.class_8534 class_8534, FontLoader.class_8540 class_8540) voidmethod_51632(FontManager.class_8534 class_8534, CompletableFuture<Optional<Font>> completableFuture) method_51634(Function<Identifier, List<Font>> function) private Stream<CompletableFuture<Optional<Font>>>final StringtoString()Returns a string representation of this record class.
-
Field Details
-
fontId
The field for thefontIdrecord component. -
builders
The field for thebuildersrecord component. -
dependencies
The field for thedependenciesrecord component.
-
-
Constructor Details
-
class_8537
-
class_8537
-
-
Method Details
-
method_51631
- Mappings:
Namespace Name Mixin selector official aLeqv$d;a(Leqv$a;Lerg$b;)Vintermediary method_51631Lnet/minecraft/class_378$class_8537;method_51631(Lnet/minecraft/class_378$class_8534;Lnet/minecraft/class_389$class_8540;)Vnamed method_51631Lnet/minecraft/client/font/FontManager$class_8537;method_51631(Lnet/minecraft/client/font/FontManager$class_8534;Lnet/minecraft/client/font/FontLoader$class_8540;)V
-
method_51632
public void method_51632(FontManager.class_8534 class_8534, CompletableFuture<Optional<Font>> completableFuture) - Mappings:
Namespace Name Mixin selector official aLeqv$d;a(Leqv$a;Ljava/util/concurrent/CompletableFuture;)Vintermediary method_51632Lnet/minecraft/class_378$class_8537;method_51632(Lnet/minecraft/class_378$class_8534;Ljava/util/concurrent/CompletableFuture;)Vnamed method_51632Lnet/minecraft/client/font/FontManager$class_8537;method_51632(Lnet/minecraft/client/font/FontManager$class_8534;Ljava/util/concurrent/CompletableFuture;)V
-
method_51635
- Mappings:
Namespace Name Mixin selector official dLeqv$d;d()Ljava/util/stream/Stream;intermediary method_51635Lnet/minecraft/class_378$class_8537;method_51635()Ljava/util/stream/Stream;named method_51635Lnet/minecraft/client/font/FontManager$class_8537;method_51635()Ljava/util/stream/Stream;
-
method_51634
- Mappings:
Namespace Name Mixin selector official aLeqv$d;a(Ljava/util/function/Function;)Ljava/util/Optional;intermediary method_51634Lnet/minecraft/class_378$class_8537;method_51634(Ljava/util/function/Function;)Ljava/util/Optional;named method_51634Lnet/minecraft/client/font/FontManager$class_8537;method_51634(Ljava/util/function/Function;)Ljava/util/Optional;
-
method_51478
- Specified by:
method_51478in interfaceclass_8523.class_8524<Identifier>- Mappings:
Namespace Name Mixin selector official aLaod$a;a(Ljava/util/function/Consumer;)Vintermediary method_51478Lnet/minecraft/class_8523$class_8524;method_51478(Ljava/util/function/Consumer;)Vnamed method_51478Lnet/minecraft/class_8523$class_8524;method_51478(Ljava/util/function/Consumer;)V
-
method_51480
- Specified by:
method_51480in interfaceclass_8523.class_8524<Identifier>- Mappings:
Namespace Name Mixin selector official bLaod$a;b(Ljava/util/function/Consumer;)Vintermediary method_51480Lnet/minecraft/class_8523$class_8524;method_51480(Ljava/util/function/Consumer;)Vnamed method_51480Lnet/minecraft/class_8523$class_8524;method_51480(Ljava/util/function/Consumer;)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). -
fontId
Returns the value of thefontIdrecord component.- Returns:
- the value of the
fontIdrecord component
-
builders
Returns the value of thebuildersrecord component.- Returns:
- the value of the
buildersrecord component
-
dependencies
Returns the value of thedependenciesrecord component.- Returns:
- the value of the
dependenciesrecord component
-