Minecraft Wiki
Advertisement
Clock JE3
This article needs to be updated. 
Please update this page to reflect recent updates or newly available information.
Reason: This article is missing a large number of transparent blocks, such as tripwire hooks, new 1.14 blocks, banners, etc.
Opaque Leaves

When leaves are opaque (in "fast" graphics), they completely obstruct rendering.

Transparent Leaves

When leaves are transparent (in "fancy" graphics), the world behind them is also rendered.

Opacity (and its inverse, transparency) are properties of blocks with a wide range of effects on the game world.

Properties

The primary purpose of opacity is to tell the game engine if it needs to draw behind the block; an opaque block completely obscures the view behind it, while a transparent block does not. Thus, transparency applies not only to solid blocks like ice and glass, but also blocks like cacti, stairs, and single slabs, which are not considered full blocks. Opacity also affects how light propagates through the world. Opaque blocks completely prevent light from traveling through them, while transparent blocks generally diminish the light by one light level per block (these value can be overridden however, and there are several exceptions). By this definition, transparency does not imply that a block is actually see-through, which is a quality of the item texture specified by the game or resource pack.

Effects

A lot of the effects of opacity are non-obvious. Minecraft does not have a "solid" property on blocks, so opacity is tested when a test for "solidity" would normally occur.

  • Full placement rules can be found at Opacity/Placement
  • Mobs cannot spawn on transparent blocks, nor can they spawn inside opaque blocks. However, they can spawn inside a non-solid transparent block, such as flowers.
  • Chests cannot be opened if there is an opaque block on top of them. They are not affected by transparent blocks.
  • Water that is completely surrounded by water or opaque blocks won't have a current. However, if one of the surrounding blocks is transparent, the water shows a downward current on its side, like a waterfall, although swim speed through that water remains unchanged.
  • Redstone behavior (see Redstone circuit and its subpages for details):
    • Opaque blocks overhead can prevent redstone wires from connecting to each other.
    • Only opaque blocks can be powered by power components or transmission components (see list of redstone components).
    • If a transparent block can carry redstone wire, it acts as a diode, carrying power upward but not downward.
  • Tree leaves can overwrite transparent blocks when they grow, but they do not overwrite opaque blocks.
  • Opacity affects door orientation when placed. Doors open counter-clockwise by default, but if they have an opaque wall along their left side they open clockwise.
  • Ghast fireball explosions start fires only on opaque blocks.
  • A bed can successfully reset the player's spawn point only if the block at its head is opaque. A beds with a transparent block at its head may still be slept in, but does not change the spawn point. Upon death, the player respawns at the original spawn point with the message "Your home bed was missing or obstructed."
  • Particles that are affected by gravity (e.g. slime particles) fall through transparent blocks, but stop on opaque blocks.
  • Bats cannot hang on transparent blocks.

Lighting

  • Some transparent blocks can reduce or block light, according to type:
    • Glass and carpets do not reduce the light passing through them, i.e. there is no additional modifier. In other words, light passes through them as if it were air.
    • Lava is set to completely block light propagation. This is usually unnoticeable since lava has the maximum light level of 15.
    • Water, ice, leaves and cobwebs do not have any extra effect on block light, but they do diffuse sky light.
      • In Bedrock edition, water and ice have a -1 modifier to light propagation, on top of the normal decrease of 1 per block.
      • The light level from sunlight or moonlight is the same in each block of air in the column of air above the highest obstruction in the column. When placed, water, ice, leaves and cobwebs obstruct that light column so that the lowest air block above the leaves acts as other light sources do.
      • As you descend below the leaves, the light level diminishes with distance like it would from other light sources such as torches.
    • Slabs, stairs, and farmland block light completely (except in Bedrock Edition).
      • For the purposes of most game logic, the light level of the block itself is equal to the maximum light level of any of the blocks directly beside or above it. As a result, if these blocks are lit from the top or sides, they are typically one level brighter than a transparent block would be at the same location.
  • The growth of grass blocks is linked to the amount of light in the blocks directly above them. A grass block can be killed by placing an opaque, partially transparent, or enough transparent blocks above it, preventing grass from spreading to nearby dirt blocks.

Types of transparent blocks

Cube Solids
Non-Cube Solids
Non-Solid Mechanisms
Non-Solids
Fluids
Rendering Only

Video

Issues

Issues relating to "Opacity" or "Transparency" are maintained on the bug tracker. Report issues there.

Trivia

  • In the Nether, the spawn point is always on top of an opaque block. This is hard to observe, since the player will always warp back to the Overworld when he or she is killed in the Nether.
  • If an opaque block is given transparent pixels in an edited texture, then instead of showing the block behind it through the transparent part, it simply fills in the area with white.

See also

Advertisement