Uses of Interface
net.minecraft.class_12079.class_12081
Packages that use class_12079.class_12081
Package
Description
The base package for all Minecraft classes.
-
Uses of class_12079.class_12081 in net.minecraft
Classes in net.minecraft that implement class_12079.class_12081Modifier and TypeClassDescriptionstatic final recordstatic final record -
Uses of class_12079.class_12081 in net.minecraft.client.texture
Fields in net.minecraft.client.texture with type parameters of type class_12079.class_12081Modifier and TypeFieldDescriptionprivate final Map<String, CompletableFuture<class_12079.class_12081>> PlayerSkinProvider.FileCache.hashToTextureMethods in net.minecraft.client.texture that return types with arguments of type class_12079.class_12081Modifier and TypeMethodDescriptionPlayerSkinTextureDownloader.downloadAndRegisterTexture(Identifier id, Path path, String string, boolean remap) PlayerSkinProvider.FileCache.get(com.mojang.authlib.minecraft.MinecraftProfileTexture texture) private CompletableFuture<class_12079.class_12081> PlayerSkinTextureDownloader.registerTexture(class_12079.class_12081 class_12081, NativeImage image) private CompletableFuture<class_12079.class_12081> PlayerSkinProvider.FileCache.store(com.mojang.authlib.minecraft.MinecraftProfileTexture texture) Methods in net.minecraft.client.texture with parameters of type class_12079.class_12081Modifier and TypeMethodDescriptionprivate CompletableFuture<class_12079.class_12081> PlayerSkinTextureDownloader.registerTexture(class_12079.class_12081 class_12081, NativeImage image) -
Uses of class_12079.class_12081 in net.minecraft.client.util
Fields in net.minecraft.client.util declared as class_12079.class_12081Modifier and TypeFieldDescriptionprivate final class_12079.class_12081SkinTextures.bodyThe field for thebodyrecord component.private final class_12079.class_12081SkinTextures.capeThe field for thecaperecord component.private final class_12079.class_12081SkinTextures.elytraThe field for theelytrarecord component.Methods in net.minecraft.client.util that return class_12079.class_12081Modifier and TypeMethodDescriptionSkinTextures.body()Returns the value of thebodyrecord component.SkinTextures.cape()Returns the value of thecaperecord component.SkinTextures.elytra()Returns the value of theelytrarecord component.Methods in net.minecraft.client.util with parameters of type class_12079.class_12081Modifier and TypeMethodDescriptionstatic SkinTexturesSkinTextures.method_74884(class_12079.class_12081 class_12081, class_12079.class_12081 class_120812, class_12079.class_12081 class_120813, PlayerSkinType playerSkinType) Constructors in net.minecraft.client.util with parameters of type class_12079.class_12081ModifierConstructorDescriptionSkinTextures(class_12079.class_12081 class_12081, class_12079.class_12081 class_120812, class_12079.class_12081 class_120813, PlayerSkinType playerSkinType, boolean bool)