Package com.hrznstudio.emojiful.api
Class Emoji
java.lang.Object
com.hrznstudio.emojiful.api.Emoji
- Direct Known Subclasses:
EmojiFromEmojipedia,EmojiFromGithub,EmojiFromTwitmoji
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanstatic final net.minecraft.resources.ResourceLocationbooleanList<net.minecraft.resources.ResourceLocation> booleanstatic final net.minecraft.resources.ResourceLocationstatic final net.minecraft.resources.ResourceLocationintstatic final AtomicIntegerstatic final AtomicIntegerintboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetCache()getRegex()net.minecraft.resources.ResourceLocationgetUrl()voidloadTextureFrames(List<org.apache.commons.lang3.tuple.Pair<BufferedImage, Integer>> framesPair) protected voidbooleanboolean
-
Field Details
-
loading_texture
public static final net.minecraft.resources.ResourceLocation loading_texture -
noSignal_texture
public static final net.minecraft.resources.ResourceLocation noSignal_texture -
error_texture
public static final net.minecraft.resources.ResourceLocation error_texture -
threadDownloadCounter
-
threadFileLoaderCounter
-
name
-
strings
-
texts
-
location
-
version
public int version -
sort
public int sort -
worldBased
public boolean worldBased -
deleteOldTexture
public boolean deleteOldTexture -
img
-
frames
-
finishedLoading
public boolean finishedLoading -
loadedTextures
public boolean loadedTextures
-
-
Constructor Details
-
Emoji
public Emoji()
-
-
Method Details
-
checkLoad
public void checkLoad() -
getResourceLocationForBinding
public net.minecraft.resources.ResourceLocation getResourceLocationForBinding() -
test
-
worldBased
public boolean worldBased() -
getShorterString
-
getRegex
-
getRegexString
-
getTextRegex
-
getUrl
-
getCache
-
loadTextureFrames
public void loadTextureFrames(List<org.apache.commons.lang3.tuple.Pair<BufferedImage, Integer>> framesPair) -
loadTextureFromServer
protected void loadTextureFromServer()
-