Learn · modules

What Is Chams in Minecraft? (Module Explained)

Chams is a Minecraft module that renders players and mobs through walls, drawing their model instead of hiding it behind terrain.

TRtrolPublished 4 min read

What is Chams?

Chams is a Minecraft client module that renders players and mobs through walls and other solid blocks, so their model stays visible no matter what's standing between them and the camera. The name comes from "chameleon," the same rendering trick that's shown up in shooters for years. Rather than hiding an entity behind terrain the way vanilla Minecraft does, chams keeps drawing it on top. It's a pure rendering change, not a new source of information: the client already has the entity's position, it just chooses to draw it differently.

When Chams is on, enemies pressing against walls don't disappear—they keep drawing at full detail, armor and all, visible right through the stone between you. That's what separates it from a box ESP, which draws a separate outline or marker instead. Chams uses the real model.

How it works

Minecraft's renderer does depth testing on every model it draws. If a block sits between the camera and an entity, that entity loses the depth test and nothing shows up. Chams patches that step for entity models specifically, either skipping the check outright or overriding it so the model always passes. The entity keeps drawing at full detail, limbs, armor, held item included, no matter what geometry sits in front of it.

None of this needs new information from the server. Position, rotation, and pose for nearby entities are already streamed to the client for physics and hit detection, whether or not that client can currently see them. Chams only touches the draw call at the end of that pipeline, so there's no extra request and no new packet type.

Chams vs box ESP

Both modules expose the same kind of hidden information, an opponent's exact position, but they get there differently.

Chams

Draws the entity's actual model through terrain, looking like the character is visible through the wall.

Box ESP

Draws a separate outline or bounding box indicator near the entity's position.

Chams is the more immersive version of the same cheat: instead of an indicator telling you "someone is there," you see the someone. That makes it easier to read pose, direction, and gear at a glance, at the cost of being slightly heavier on the renderer than a simple box.

Why it counts as an advantage

Seeing an opponent's exact position through a wall is information vanilla Minecraft deliberately withholds. Normally you peek corners, listen for footsteps, or guess. Chams removes that guesswork entirely, which is a tactical edge, not a cosmetic one, even though it lives in the visual module category and never touches your aim or movement directly.

It's commonly paired with other visual modules for the same reason players run full information setups: better information means better decisions, from repositioning early to timing an engagement.

FAQ