/* * This file is free for everyone to use under the Creative Commons Zero license. */ /** * Provides a few classes holding constants that possibly existed for better understanding * of the Minecraft codebase. * *

Warning: These classes are absent at runtime. They are exclusively * for use during compile time, in which the Java Compiler will replace the field references * with constant values. */ package net.fabricmc.yarn.constants;