Class ParticleAnimationLib
java.lang.Object
me.emafire003.dev.particleanimationlib.ParticleAnimationLib
- All Implemented Interfaces:
net.fabricmc.api.ModInitializer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic voidsetImageCacheFolder(File folder) Specify a Custom folder where loaded images are going to be cached.
-
Field Details
-
MOD_ID
- See Also:
-
LOGGER
public static final org.slf4j.Logger LOGGER -
DEFAULT_CHACE_PATH
-
SERVER_INSTANCE
public static net.minecraft.server.MinecraftServer SERVER_INSTANCE
-
-
Constructor Details
-
ParticleAnimationLib
public ParticleAnimationLib()
-
-
Method Details
-
onInitialize
public void onInitialize()- Specified by:
onInitializein interfacenet.fabricmc.api.ModInitializer
-
setImageCacheFolder
Specify a Custom folder where loaded images are going to be cached. Defaults to: config/particleanimationlib_cache/
-