com.cryptomorin.xseries.reflection.minecraft.MinecraftMapping Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of XSeries Show documentation
Show all versions of XSeries Show documentation
A set of utilities for Minecraft plugins
package com.cryptomorin.xseries.reflection.minecraft;
/**
* Mostly for code documentation purposes.
* Paper started using Mojang-mapped names since 1.20.5
*
* A useful up-to-date resource used to compare mappings is Cephx.
*/
public enum MinecraftMapping {
MOJANG, OBFUSCATED, SPIGOT;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy