Skip to main content

Player

Entity wrappers expose identity, type, display name, coordinates, rotations, previous position/rotation, velocity, bounding box, dimensions, health/absorption/armor/hurt fields, equipment, potion effects, network player info, distance helpers, common state flags, and raw. Item wrappers expose item id, name, count, stack size, damage fields, block/stackable/enchantment flags, rarity, use animation, tooltip lines, enchantments, and raw. Entity and item wrappers can be passed back into APIs that accept entities or items, such as render helpers, interaction helpers, and packet helpers.

World

Block info objects expose x, y, z, id, name, state, air, solid, and raw. They can be passed to Render.block, Packet.useBlock, and block action helpers.

Input

Friend