Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

🎮 CraftLib wraps the entire Minecraft codebase as a Java / Kotlin library. Supports protocol, NBT, chat and schematics. 1.7.x - 1.8.x

License

NotificationsYou must be signed in to change notification settings

Zerite/CraftLib

Repository files navigation

Header

CraftLib

The entire Minecraft codebase as a library, with protocol, NBT, chat and schematic file support.

IssuesLicenseLatest VersionSupport

Contents

  1. What IS CraftLib?
  2. Using it
  3. Special Thanks

1. What IS CraftLib?

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.

2. Using it.

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'

3. Special Thanks

MCDevs

Wiki.vg

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

YourKit Java Profiler

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

Stars

Watchers

Forks

Contributors6

Languages


[8]ページ先頭

©2009-2025 Movatter.jp