Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 640 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 640 Bytes

Chin


A library for Minecraft.


Maven Central Version

Features

Collections

Tuple - a heterogeneous list

Codec

TupleCodec - Codec for Tuple

ChinExtraCodecs - util class for Codec

Rpc

Chin's rpc using AspectJ.

build.gradle:

plugins {
    // ...
    id "io.freefair.aspectj.post-compile-weaving" version aspectj_gradle_plugin_version
}

dependencies {
    // ...
    implementation("org.aspectj:aspectjrt:{aspectj_version}")
    aspect implementation("io.github.tt432:chin:{chin_version}")
}