Package net.fabricmc.yarn.constants

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.

  • Class Summary
    Class Description
    SetBlockStateFlags
    A few flag bits for the flag argument of world.setBlockState(pos, state, flag) and other related block state setting methods.
    WorldEvents
    Constants of World Event IDs.