Class EmojiUtil
java.lang.Object
com.hrznstudio.emojiful.util.EmojiUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringcleanStringForRegex(String string) static floatrenderEmoji(Emoji emoji, float x, float y, org.joml.Matrix4f matrix, net.minecraft.client.renderer.MultiBufferSource buffer, int packedLight) static List<org.apache.commons.lang3.tuple.Pair<BufferedImage, Integer>>
-
Method Details
-
renderEmoji
public static float renderEmoji(Emoji emoji, float x, float y, org.joml.Matrix4f matrix, net.minecraft.client.renderer.MultiBufferSource buffer, int packedLight) -
cleanStringForRegex
-
splitGif
public static List<org.apache.commons.lang3.tuple.Pair<BufferedImage, Integer>> splitGif(File file) throws IOException - Throws:
IOException
-