Package-level declarations
Provides shared utility helpers used by API contracts and implementations.
Utilities in this package cover collections, entity math, interpolation, logging, HTTP access, pack helpers, reflection, event dispatch, and transformed item stacks. They are small reusable helpers rather than extension points for platform business logic.
Example:
var value = MathUtil.clamp(input, 0.0F, 1.0F);
LogUtil.debug("Loaded model data");
Content copied to clipboard
Since
3.2.0
Types
Link copied to clipboard
Collection util
Link copied to clipboard
Utility class for entity-related calculations, primarily visibility checks.
Link copied to clipboard
Function util
Link copied to clipboard
Interpolation util
Link copied to clipboard
Reflection util
Link copied to clipboard
ItemStack with offset and scale