👋 Hello there!
My name is @aerulion,
I’m 25 years old and an java developer from Germany.
I love working with Java and SQL, and I’m very interested in Minecraft / Spigot plugin development.
I’m currently the lead developer at a small German Minecraft server called Corpium. My main project is the development of Erenos, a plugin handling nearly the entire custom gameplay of the server. It introduces many new gameplay elements like custom items, an advanced storage system to keep up with large amounts of items and much more, all pushing the limits on whats possible in vanilla Minecraft.
📫 If you want to get in contact, send me an email or contact me on Discord (@aerulion)
aerulion
Follow
🖥️
Coding
- Saarland, Germany
-
09:32
(UTC +01:00) - https://aerulion.net/
- https://youtube.com/aerulion
- @aerulion
- aerulion
Highlights
- Pro
Pinned Loading
-
A collection of all Minecraft bitmap...
A collection of all Minecraft bitmap font glyphs and their pixel width when using the default resource pack. This information can be used to send centered text to the player. Some glyphs are represented as surrogate pairs, in which case the high surrogate has a width of -1 to simplify the width calculation (since every char is spaced 1 pixel apart from each other). This list should be complete as of Minecraft version 1.19.3. 1import it.unimi.dsi.fastutil.chars.Char2ObjectMap;
2import it.unimi.dsi.fastutil.chars.Char2ObjectOpenHashMap;
3import org.jetbrains.annotations.Contract;
4import org.jetbrains.annotations.NotNull;
5import org.jetbrains.annotations.Nullable;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.