Перейти к содержимому
Mineforgian

AnnotationLib

The magic of annotations :)

10K загрузок1 подписчиковLGPL-3.0-or-laterfabric

Обновлён 29 мая 2024 г. · опубликован 20 апреля 2024 г.

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

{
  "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.

Example Code

Network Handler

You need to implement IAnnotatedNetworkEntry.

Example Code

Command System

You need to implement IAnnotatedNetworkEntry.

Example Code

Config System

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

You need to implement IAnnotatedConfigEntry.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.0Релиз1.17.1fabric29 мая 2024 г.Скачать (76 КБ)
1.0Релиз1.18.2fabric29 мая 2024 г.Скачать (77 КБ)
1.0Релиз1.19.4fabric29 мая 2024 г.Скачать (77 КБ)
1.0Релиз1.20.1fabric28 мая 2024 г.Скачать (76 КБ)
0.8.6Бета1.20.1fabric20 мая 2024 г.Скачать (76 КБ)
0.8.4Бета1.20.1fabric19 мая 2024 г.Скачать (76 КБ)
0.8.2Бета1.20.1fabric12 мая 2024 г.Скачать (72 КБ)
0.7.3Бета1.20.1fabric2 мая 2024 г.Скачать (72 КБ)
0.7.2Бета1.20.1fabric1 мая 2024 г.Скачать (72 КБ)
0.7.1Бета1.20.1fabric27 апреля 2024 г.Скачать (70 КБ)
0.5Бета1.20.1fabric24 апреля 2024 г.Скачать (64 КБ)
0.4.1Бета1.20.1fabric23 апреля 2024 г.Скачать (55 КБ)
0.4Бета1.20.1fabric23 апреля 2024 г.Скачать (55 КБ)
0.3Бета1.20.1fabric23 апреля 2024 г.Скачать (54 КБ)
0.2Бета1.20.1fabric20 апреля 2024 г.Скачать (45 КБ)

Показаны последние 15 из 16 версий.

Ченджлог

1.0Релиз1.17.1 · 29 мая 2024 г.

WARNING: Link Failure warning disabled in 1.17.1-

1.0Релиз1.18.2 · 29 мая 2024 г.

Note: You dont need to register ItemGroup with this lib since this will be auto registered.

1.0Релиз1.20.1 · 28 мая 2024 г.

Add hotkey AutoNetwork

0.8.4Бета1.20.1 · 19 мая 2024 г.

Add hotkey auto forward

0.8.2Бета1.20.1 · 12 мая 2024 г.

Add Particle, BlockEntity, Keybinding, Potion register

0.7.3Бета1.20.1 · 2 мая 2024 г.

Fix server network handler only register on dedicated server

0.7.2Бета1.20.1 · 1 мая 2024 г.

remove command env

add before callback

0.7.1Бета1.20.1 · 27 апреля 2024 г.

Add auto config and new registration system.

Too many bugs in 0.6.x so i jump it.

Комментарии

Загружаем…