Class SpriteHelper
java.lang.Object
com.supermartijn642.fusion.api.texture.SpriteHelper
Created 30/04/2023 by SuperMartijn642
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TextureType<?>getTextureType(net.minecraft.client.renderer.texture.TextureAtlasSprite sprite) Returns the texture type of a given sprite.
-
Constructor Details
-
SpriteHelper
public SpriteHelper()
-
-
Method Details
-
getTextureType
public static TextureType<?> getTextureType(net.minecraft.client.renderer.texture.TextureAtlasSprite sprite) Returns the texture type of a given sprite.
-