- Notifications
You must be signed in to change notification settings - Fork6
🎮 CraftLib wraps the entire Minecraft codebase as a Java / Kotlin library. Supports protocol, NBT, chat and schematics. 1.7.x - 1.8.x
License
Zerite/CraftLib
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The entire Minecraft codebase as a library, with protocol, NBT, chat and schematic file support.
CraftLib is a simple Kotlin library which aims tocompletely recreate many ofthe essential concepts of Minecraft.This includesprotocol, NBT, chat, localization, schematics and more to come!
This library includes full support for Kotlin's features out of the box withadditional functions being introduced to ensure Java interoperability is simpleand straightforward.
To include CraftLib into your project, add the Maven Central repository to your project.Then add the appropriate dependency notation for your build system to include our package.
Note: The wiki is currently aWIP. This file will be updated accordingly once it issufficiently complete.
Maven
<dependency> <groupId>dev.zerite.craftlib</groupId> <artifactId>craftlib-protocol</artifactId> <version>0.1.4</version></dependency>
Gradle
implementation'dev.zerite.craftlib:craftlib-protocol:0.1.4'
AHUGE thank you to the team at #mcdevs (Freenode IRC) and theirwiki.Without their work documenting the Minecraft codebase, this project wouldn't be possible.Some comments from their wiki pages (particularlyprotocol) have been usedthroughout the codebase and all rights to those texts belong to their team.
YourKit supports open source projects with innovative and intelligent toolsfor monitoring and profiling Java and .NET applications.YourKit is the creator ofYourKit Java Profiler,YourKit .NET Profiler,andYourKit YouMonitor.
About
🎮 CraftLib wraps the entire Minecraft codebase as a Java / Kotlin library. Supports protocol, NBT, chat and schematics. 1.7.x - 1.8.x
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.