playerapi-1.19.0.jar
Curse Maven Snippet
What's new
[1.19.0]
Rolls up every addition since 1.12.0 — the internal 1.13–1.19 steps were never released separately, so they ship together here.
Added
LineActions— through-wall guide lines between world points (owner-namespaced), drawn always-on-top via theGizmoslayer. For pointing at a target or waypoint. (internal 1.13.0)- Shared HUD-editor framework (
com.playerapi.hud) — a reusable way for any mod to make HUD elements movable/scalable:HudElement(the element a mod implements, rendered from local origin),HudTransform(x/y + scale),HudManager(owner-namespaced registry + live render +openEditor+ a save hook), andHudEditorScreen(drag to move, scroll to scale, Backspace resets the hovered element, Esc/Save & Close persist, Cancel reverts). PlayerAPI holds no mod-specific HUD content — each mod owns its elements and their persistence. (internal 1.14.0–1.15.0) BoxActions— through-wall outlined world-space boxes with an optional translucent fill (owner-namespaced). The ESP-box complement toEntityHighlightActions(which is depth-tested and hitbox-bound); takes caller-suppliedAABBs so it fits reconstructed shapes. (internal 1.16.0)BeaconActions— vertical "beacon" beams rising from world points (owner-namespaced, per-point colour) — a locator column like a beacon / waypoint beam.ScoreboardInfo— read-only sidebar scoreboard access:getTitle(),getLines()(top-to-bottom, colour-stripped),findLineContaining. Reconstructs each line from the owning team's prefix/suffix (the visible text isn't in the score-holder name). Companion toTabListInfo. (internal 1.17.0)ItemSnapshot.skyblockId()— the Hypixel SkyBlock internal item id from the item's custom NBT (idtag), e.g.CACTUS_KNIFE. Stable across display-name/reforge/tier changes — the going-forward way to identify SkyBlock items.hasSkyblockId()convenience;""for vanilla / no tag. (internal 1.18.0)TabListInfoindexed access —strAt(int)andregexAt(int, Pattern)read the online-player list sorted by the vanilla tab-overlay ordering (via a newPlayerTabOverlayAccessormixin), so a fixed index lines up with a server's tab-grid layout (e.g. Hypixel's dungeon tab).regexAtreturns the matcher only on a full match. (internal 1.19.0)
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include

