Class TextureSampler
java.lang.Object
com.hypixel.hytale.builtin.buildertools.objimport.TextureSampler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic int[]getAverageColor(Path path) static BufferedImageloadTexture(Path path) static intsampleAlphaAt(BufferedImage texture, float u, float v) static int[]sampleAt(BufferedImage texture, float u, float v)
-
Field Details
-
textureCache
-
-
Constructor Details
-
TextureSampler
private TextureSampler()
-
-
Method Details
-
loadTexture
-
sampleAt
-
sampleAlphaAt
-
clearCache
public static void clearCache() -
getAverageColor
-