Minecraft:Air: Difference between revisions
More actions
Remove broken links to missing pages |
Sync: updated from Minecraft |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 14: | Line 14: | ||
| lavasusceptible = No | | lavasusceptible = No | ||
}} | }} | ||
'''Air''' is an | '''Air''' is an [[Minecraft:invisible block]] used to define unoccupied space where other blocks and [[Minecraft:items]] could exist; it represents the absence of a block or an item. It is one of the few blocks in the game that players cannot normally interact with. | ||
'''Cave air'''{{only|java}} is a variant found only underground in carver caves and some [[Minecraft:Structure|generated structure]]s along with [[Minecraft:feature]]s like lava | '''Cave air'''{{only|java}} is a variant found only underground in [[Minecraft:carver cave]]s{{Verify|edition=java|This doesn't seem to be true of Overworld carver caves.}} and some [[Minecraft:Structure|generated structure]]s along with [[Minecraft:feature]]s like [[Minecraft:lava lake]]s. | ||
'''Void air'''{{only|java}} is a variant used internally for the 'air' in unloaded chunks and outside of the world height limits (above Y=319 and below Y=-64 in the [[Minecraft:Overworld]], and above Y=255 and below Y=0 in [[Minecraft:the Nether]] and [[Minecraft:the End]] dimensions). | '''Void air'''{{only|java}} is a variant used internally for the 'air' in unloaded chunks and outside of the world height limits (above Y=319 and below Y=-64 in the [[Minecraft:Overworld]], and above Y=255 and below Y=0 in [[Minecraft:the Nether]] and [[Minecraft:the End]] dimensions). | ||
| Line 23: | Line 23: | ||
All types of air are completely invisible. | All types of air are completely invisible. | ||
The only exception is that air can be visualized with the use of structure | The only exception is that air can be visualized with the use of [[Minecraft:structure block]]s in [[Minecraft:Structure Block#Save|Save mode]]: when "Show invisible blocks" is enabled, air is represented as small blue-edged cubes. Air, cave air, and void air are all displayed identically. | ||
== Obtaining == | == Obtaining == | ||
| Line 40: | Line 40: | ||
Upon world generation, all otherwise empty spaces are occupied by air. | Upon world generation, all otherwise empty spaces are occupied by air. | ||
{{IN|java}}, carver caves and some underground structures generate containing cave air instead, including | {{IN|java}}, carver caves and some underground structures generate containing cave air instead, including [[Minecraft:mineshaft]]s<ref>{{bug|MC-125112||Surface mineshafts in mesas use cave_air|WF}}</ref>, [[Minecraft:stronghold]]s, [[Minecraft:monster room]]s, and [[Minecraft:lava lake]]s<ref>{{bug|MC-128250||Surface water and lava ponds use cave_air|WF}}</ref>, and void air is used in place of unloaded chunks and above or below the [[Minecraft:world]]'s buildable area to denote illegal locations for blocks to be put. | ||
{{block distribution}} | {{block distribution}} | ||
| Line 50: | Line 50: | ||
[[File:Shown Invisible Blocks.png|thumb|250px|Air, shown at left, is represented by blue cubes within structures. Cave air and void air are also shown as such.]] | [[File:Shown Invisible Blocks.png|thumb|250px|Air, shown at left, is represented by blue cubes within structures. Cave air and void air are also shown as such.]] | ||
Air shares some properties with non-[[Minecraft:solid block]]s, including allowing the player or [[Minecraft:mob]] to move within that space without suffocating, and also to catch their breath if they are drowning in [[Minecraft:water]]. | Air shares some properties with non-[[Minecraft:solid block]]s, including allowing the [[Minecraft:player]] or [[Minecraft:mob]] to move within that space without [[Minecraft:suffocating]], and also to catch their breath if they are [[Minecraft:drowning]] in [[Minecraft:water]]. | ||
Cave air and void air have no special properties; they function the same as normal air. | Cave air and void air have no special properties; they function the same as normal air. | ||
=== Piston interactivity === | === Piston interactivity === | ||
Air and its variants are destroyed when pushed by a [[Minecraft:piston]]. They cannot be pulled by sticky | Air and its variants are destroyed when pushed by a [[Minecraft:piston]]. They cannot be pulled by [[Minecraft:sticky piston]]s. | ||
== Data values == | == Data values == | ||
| Line 111: | Line 111: | ||
|Air is not internally considered a block.}} | |Air is not internally considered a block.}} | ||
|{{HistoryLine|java indev}} | |{{HistoryLine|java indev}} | ||
|{{HistoryLine||0.31|dev=20100114|Air now affects liquid blocks that are horizontally adjacent to it. If air is touching the [[Minecraft:fluid]] block, there is a {{frac|2|3}} chance for the fluid block to disappear and make the pool recede, and a {{frac|1|3}} chance for the fluid block to fill the air, making the pool spread.}} | |{{HistoryLine||0.31|dev=20100114|Air now affects [[Minecraft:liquid]] blocks that are horizontally adjacent to it. If air is touching the [[Minecraft:fluid]] block, there is a {{frac|2|3}} chance for the fluid block to disappear and make the pool recede, and a {{frac|1|3}} chance for the fluid block to fill the air, making the pool spread.}} | ||
|{{HistoryLine|java}} | |{{HistoryLine|java}} | ||
|{{HistoryLine||1.7.2|dev=13w38b|Air is now internally a [[Minecraft:block]].<ref>{{tweet|Dinnerbone|381055646806077440|This snapshot may be very crashy because @_grum redefined the concept of "air". We're keeping an eye on the crash list though!|September 20, 2013}}</ref>}} | |{{HistoryLine||1.7.2|dev=13w38b|Air is now internally a [[Minecraft:block]].<ref>{{tweet|Dinnerbone|381055646806077440|This snapshot may be very crashy because @_grum redefined the concept of "air". We're keeping an eye on the crash list though!|September 20, 2013}}</ref>}} | ||
|{{HistoryLine||1.9|dev=16w02a|Air is now translatable into other languages.}} | |{{HistoryLine||1.9|dev=16w02a|Air is now translatable into other languages.}} | ||
|{{HistoryLine||1.10|dev=16w20a|[[File:Air (shown) JE1.png|32px]] Air can now be visualized with the use of structure | |{{HistoryLine||1.10|dev=16w20a|[[File:Air (shown) JE1.png|32px]] Air can now be visualized with the use of [[Minecraft:structure block]]s.}} | ||
|{{HistoryLine||1.13|dev=18w06a|Two new variations of air have been added: cave air and void air. | |{{HistoryLine||1.13|dev=18w06a|Two new variations of air have been added: cave air and void air. | ||
|Carver | |[[Minecraft:Carver cave]]s now generate cave air instead of normal air. | ||
|Void air is now internally used at Y values | |Void air is now internally used at Y values outside the world height boundaries and in unloaded [[Minecraft:chunk]]s.}} | ||
|{{HistoryLine||1.15|dev=19w39a|[[File:Air (shown) JE2.png|32px]] Outlines of air shown by "show invisible blocks" by a structure block no longer have black outlines.}} | |{{HistoryLine||1.15|dev=19w39a|[[File:Air (shown) JE2.png|32px]] Outlines of air shown by "show invisible blocks" by a [[Minecraft:structure block]] no longer have black outlines.}} | ||
|{{HistoryLine|| | |{{HistoryLine|java upcoming}} | ||
|{{HistoryLine||26.3|dev=snap2|Cave air no longer generates in Nether caves.}} | |||
}} | }} | ||
| Line 126: | Line 127: | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|pocket alpha}} | |{{HistoryLine|pocket alpha}} | ||
|{{HistoryLine|| | |{{HistoryLine||Demo|link=Pocket Edition Demo|Added air.}} | ||
}} | }} | ||
| Line 144: | Line 145: | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|java}} | |{{HistoryLine|java}} | ||
|{{HistoryLine||1.13|dev=17w47a|Prior to ''The Flattening'', this block's numeric ID was 0.}} | |{{HistoryLine||1.13|dev=17w47a|Prior to [[Minecraft:1.13/Flattening|''The Flattening'']], this block's numeric ID was 0.}} | ||
}} | }} | ||
== Trivia == | |||
*{{IN|JE}}, in the {{cd|replace}} arguments for {{cmd|fill}}, cave and void air are treated as regular air, meaning that {{cmd|fill x y z x y z block replace air}} also fills cave air and void air. When trying to replace cave or void air, the command fails even if cave or void air is present. | |||
== Issues == | == Issues == | ||
| Line 151: | Line 155: | ||
== See also == | == See also == | ||
* Void | * [[Minecraft:Void]] | ||
* [[Minecraft:Technical blocks]] | * [[Minecraft:Technical blocks]] | ||
| Line 164: | Line 168: | ||
[[Category:Generated structure blocks]] | [[Category:Generated structure blocks]] | ||
[[Category:Non-solid blocks]] | [[Category:Non-solid blocks]] | ||
[[Category:Blocks with no item form]] | |||
de:Luft | [[Category:invisible blocks]] | ||
es:Aire | [[Minecraft:de:Luft]] | ||
fr:Air | [[Minecraft:es:Aire]] | ||
it:Aria | [[Minecraft:fr:Air]] | ||
ja:空気 | [[Minecraft:it:Aria]] | ||
ko:공기 | [[Minecraft:ja:空気]] | ||
lzh:氣 | [[Minecraft:ko:공기]] | ||
nl:Lucht | [[Minecraft:lzh:氣]] | ||
pl:Powietrze | [[Minecraft:nl:Lucht]] | ||
pt:Ar | [[Minecraft:pl:Powietrze]] | ||
ru:Воздух | [[Minecraft:pt:Ar]] | ||
th:อากาศ | [[Minecraft:ru:Воздух]] | ||
uk:Повітря | [[Minecraft:th:อากาศ]] | ||
zh:空气 | [[Minecraft:uk:Повітря]] | ||
[[Minecraft:zh:空气]] | |||
Latest revision as of 11:02, 25 July 2026
Template:For Template:Infobox block Air is an Minecraft:invisible block used to define unoccupied space where other blocks and Minecraft:items could exist; it represents the absence of a block or an item. It is one of the few blocks in the game that players cannot normally interact with.
Cave airTemplate:Only is a variant found only underground in Minecraft:carver cavesTemplate:Verify and some generated structures along with Minecraft:features like Minecraft:lava lakes.
Void airTemplate:Only is a variant used internally for the 'air' in unloaded chunks and outside of the world height limits (above Y=319 and below Y=-64 in the Minecraft:Overworld, and above Y=255 and below Y=0 in Minecraft:the Nether and Minecraft:the End dimensions).
Appearance
All types of air are completely invisible.
The only exception is that air can be visualized with the use of Minecraft:structure blocks in Save mode: when "Show invisible blocks" is enabled, air is represented as small blue-edged cubes. Air, cave air, and void air are all displayed identically.
Obtaining
Template:IN, air cannot be obtained in the Minecraft:inventory without editing.
Template:IN, the block is completely unobtainable as an item. When attempting to use commands with air as an item ID:
- Using Template:Cmd does nothing.
- Using Template:Cmd will always fail to find any matching items.
- Using Template:Cmd deletes the item in the specified slot.
- Using Template:Cmd to attempt to create an item entity (i.e.
/summon item ~ ~ ~ {Item:{id:"air"}}) does nothing.
As a block, air can be destroyed or created only by the placement or removal of other Minecraft:blocks respectively. When using commands such as Template:Cmd, specifying air deletes other blocks.
Natural generation
Upon world generation, all otherwise empty spaces are occupied by air.
Template:IN, carver caves and some underground structures generate containing cave air instead, including Minecraft:mineshafts<ref>Template:Bug</ref>, Minecraft:strongholds, Minecraft:monster rooms, and Minecraft:lava lakes<ref>Template:Bug</ref>, and void air is used in place of unloaded chunks and above or below the Minecraft:world's buildable area to denote illegal locations for blocks to be put.
Post-generation
When other Minecraft:blocks are destroyed by any means, air is created.
Usage
Air shares some properties with non-Minecraft:solid blocks, including allowing the Minecraft:player or Minecraft:mob to move within that space without Minecraft:suffocating, and also to catch their breath if they are Minecraft:drowning in Minecraft:water.
Cave air and void air have no special properties; they function the same as normal air.
Piston interactivity
Air and its variants are destroyed when pushed by a Minecraft:piston. They cannot be pulled by Minecraft:sticky pistons.
Data values
ID
Template:Edition: Template:ID table Template:ID table Template:ID table Template:ID table
Videos
History
Java Edition
Bedrock Edition
Legacy Console Edition
New Nintendo 3DS Edition
Data history
Trivia
- Template:IN, in the Template:Cd arguments for Template:Cmd, cave and void air are treated as regular air, meaning that Template:Cmd also fills cave air and void air. When trying to replace cave or void air, the command fails even if cave or void air is present.
Issues
See also
References
Template:Navbox invisible block Template:Navbox blocks Template:Navbox environment Minecraft:de:Luft Minecraft:es:Aire Minecraft:fr:Air Minecraft:it:Aria Minecraft:ja:空気 Minecraft:ko:공기 Minecraft:lzh:氣 Minecraft:nl:Lucht Minecraft:pl:Powietrze Minecraft:pt:Ar Minecraft:ru:Воздух Minecraft:th:อากาศ Minecraft:uk:Повітря Minecraft:zh:空气