Package hiiragi283.core.api.data.texture
Object HTTextureUtil
-
- All Implemented Interfaces:
public class HTTextureUtil- Since:
0.7.0
Hiiragi Tsubasa
-
-
Field Summary
Fields Modifier and Type Field Description public static List<Integer>templatePalettepublic final static HTTextureUtilINSTANCE
-
Method Summary
Modifier and Type Method Description final static Result<List<Integer>>getPalette(ResourceManager manager, ResourceLocation id)final static Result<TextureImage>getTexture(ResourceManager manager, Block block)final static Result<TextureImage>getTexture(ResourceManager manager, Item item)-
-
Method Detail
-
getPalette
final static Result<List<Integer>> getPalette(ResourceManager manager, ResourceLocation id)
-
getTexture
final static Result<TextureImage> getTexture(ResourceManager manager, Block block)
-
getTexture
final static Result<TextureImage> getTexture(ResourceManager manager, Item item)
-
-
-
-