Uses of Interface
net.minecraft.client.font.FontLoader.Loadable
Packages that use FontLoader.Loadable
Package
Description
The base package for all Minecraft classes.
-
Uses of FontLoader.Loadable in net.minecraft
Methods in net.minecraft that return types with arguments of type FontLoader.LoadableModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<FontLoader.Loadable,
FontLoader.Reference> class_8557.build()
-
Uses of FontLoader.Loadable in net.minecraft.client.font
Methods in net.minecraft.client.font that return types with arguments of type FontLoader.LoadableModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<FontLoader.Loadable,
FontLoader.Reference> BitmapFont.Loader.build()
com.mojang.datafixers.util.Either<FontLoader.Loadable,
FontLoader.Reference> FontLoader.build()
com.mojang.datafixers.util.Either<FontLoader.Loadable,
FontLoader.Reference> ReferenceFont.build()
com.mojang.datafixers.util.Either<FontLoader.Loadable,
FontLoader.Reference> SpaceFont.class_8554.build()
com.mojang.datafixers.util.Either<FontLoader.Loadable,
FontLoader.Reference> UnihexFont.Loader.build()
Methods in net.minecraft.client.font with parameters of type FontLoader.LoadableModifier and TypeMethodDescriptionprivate CompletableFuture<Optional<Font>>
FontManager.load
(FontManager.FontKey key, FontLoader.Loadable loadable, ResourceManager resourceManager, Executor executor)