Class LazySkinLayer
java.lang.Object
cromveil.combatnumbers.client.skins.LazySkinLayer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()@Nullable Skinget(net.minecraft.resources.Identifier id) voidset(Map<net.minecraft.resources.Identifier, SkinDefinition> defs, TextureByteSource byteSource) Replaces this layer's skins, releasing the previously compiled textures.
-
Constructor Details
-
LazySkinLayer
-
-
Method Details
-
set
public void set(Map<net.minecraft.resources.Identifier, SkinDefinition> defs, TextureByteSource byteSource) Replaces this layer's skins, releasing the previously compiled textures. -
clear
public void clear() -
get
-