AnnotationLib

⭐ — (1 endorsements) 📥 11,647 downloads 📌 v1.0 📅 4/20/2024
⚪ Last updated 2024

By IAFEnvoy · fabric

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 5/29/2024 📅 Created: 4/20/2024
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.0% endorsement rate
  • 🏆 #579 of 901 fabric mods in this game by downloads

📋 About This Mod

# Annotation Lib **The magic of annotations :)** This is a library to provide some operations powered by annotations. Currently supported: `Registration`, `Network Handler`, `Command System`, `Config System` **NOTE: 1.20.1+ is the primary develop version. 1.17.1-1.19.2 only update with big change. 1.16.5- will not supported.** ## Maven? See wiki for installation ## How to use? ### Common For every registration class, add a `entrypoint` into `fabric.mod.json` ```json { "entrypoints": { "annotation_lib": , "annotation_lib_client": , "annotation_lib_server": } } ``` Or you can use `AnnotationApi.register(YourClass.class);`. ### Registration You need to implement `IAnnotatedRegistryEntry`. (https://github.com/IAFEnvoy/AnnotationLib/blob/main/src/main/java/com/iafenvoy/annotationlib/test/TestRegistry.java) ### Network Handler You need to implement `IAnnotatedNetworkEntry`. (https://github.com/RainimatorModDev/RainimatorMod/tree/master/src/main/java/com/rainimator/rainimatormod/network) ### Command System You need to implement `IAnnotatedNetworkEntry`. (https://github.com/IAFEnvoy/AnnotationLib/blob/main/src/main/java/com/iafenvoy/annotationlib/test/TestCommand.java) ### Config System **More recommended to use Cloth Config, this is just a simple one.** You need to implement `IAnnotatedConfigEntry`.

# Annotation Lib

The magic of annotations :)

This is a library to provide some operations powered by annotations.

Currently supported: `Registration`, `Network Handler`, `Command System`, `Config System`

NOTE: 1. 20. 1+ is the primary develop version. 1. 17. 1-1. 19. 2 only update with big change. 1. 16. 5- will not supported.

See wiki for installation

## How to use?

For every registration class, add a `entrypoint` into `fabric.mod.json`

```json { "entrypoints": { "annotation_lib": [ "your class here" ], "annotation_lib_client": [ "your client only class here" ], "annotation_lib_server": [ "your server only class here" ] } } ```

Or you can use `AnnotationApi.register(YourClass.class);`.

### Registration

You need to implement `IAnnotatedRegistryEntry`.

(https://github.com/IAFEnvoy/AnnotationLib/blob/main/src/main/java/com/iafenvoy/annotationlib/test/TestRegistry.java)

### Network Handler

You need to implement `IAnnotatedNetworkEntry`.

(https://github.com/RainimatorModDev/RainimatorMod/tree/master/src/main/java/com/rainimator/rainimatormod/network)

### Command System

You need to implement `IAnnotatedNetworkEntry`.

(https://github.com/IAFEnvoy/AnnotationLib/blob/main/src/main/java/com/iafenvoy/annotationlib/test/TestCommand.java)

### Config System

More recommended to use Cloth Config, this is just a simple one.

You need to implement `IAnnotatedConfigEntry`.

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
IAFEnvoy
Version
1.0
Downloads
11,647
Endorsements
1
Category
fabric
Created
4/20/2024
Updated
5/29/2024
Game Versions
1.17.1
Tags
library

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does AnnotationLib support?

The author lists 1.17.1. Other versions may work but are untested by the author.

What is the latest version of AnnotationLib?

Version 1.0, published 2024-05-29 with 11,647 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More fabric 👤 More by IAFEnvoy 🔎 Similar Mods 🌐 Best fabric (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods