Minecraft:End Portal (block): Difference between revisions
More actions
imported>245e →ID: Updated old information. |
Sync: updated from Minecraft |
||
| (20 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{about|the block that teleports the player|blocks that make up the portal frame|End Portal Frame|other uses|End Portal (disambiguation)}} | {{about|the block that teleports the player|blocks that make up the portal frame|End Portal Frame|other uses|End Portal (disambiguation)}} | ||
{{Infobox block | {{Infobox block | ||
|title=End Portal | |title=End Portal | ||
|image=End Portal | | image = End Portal.gif | ||
| image1caption = ''Java Edition'' | |||
| image2 = End Portal BE.gif | |||
| image2caption = ''Bedrock Edition'' | |||
|invimage=End Portal BE | |invimage=End Portal BE | ||
|renewable=Yes | |renewable=Yes | ||
| Line 14: | Line 16: | ||
}} | }} | ||
The '''End portal''' block is a block generated when an [[Minecraft:End portal]] or [[Minecraft:exit portal]] is activated, which teleports the player between the [[Minecraft:Overworld]] and [[Minecraft:the End]]. | The '''End portal''' block is a block generated when an [[Minecraft:End portal]] or [[Minecraft:exit portal]] is activated, which teleports the player between the [[Minecraft:Overworld]] and [[Minecraft:the End]]. | ||
It is one of two blocks that use the [[Minecraft:starfield]] effect. | |||
== Obtaining == | == Obtaining == | ||
The End portal block cannot be obtained as an item even by using the {{cmd|give}} command. The item form is non-existent {{in| | The End portal block cannot be obtained as an item even by using the {{cmd|give}} command. The item form is non-existent {{in|je}}, but it can be obtained through [[Minecraft:add-on]]s, external editors, or by using bugs {{in|be}}. | ||
The End portal block can be placed using commands such as {{cmd|fill}} or {{cmd|setblock}}. | |||
=== Natural generation === | |||
End portal blocks can rarely generate as part of an active [[Minecraft:End portal]] in a [[Minecraft:stronghold]], which has a one-in-a-trillion chance of generating with 12 [[Minecraft:eyes of ender]]. | |||
=== Post-generation === | |||
When an End portal is activated by putting an eye of ender on each empty [[Minecraft:End portal frame]], the End portal blocks are generated. | |||
The End portal blocks generate in the [[Minecraft:End podium]] when the [[Minecraft:ender dragon]] is defeated. | |||
== Usage == | == Usage == | ||
End portal blocks can be used to teleport into and out of [[Minecraft:the End]]. When a player or other entity in the [[Minecraft:Overworld]] or the End touches an End portal block, it is instantly taken to the other dimension. If a single portal block is placed using commands, it can still be used to travel between dimensions. | End portal blocks can be used to teleport into and out of [[Minecraft:the End]]. When a player or other entity in the [[Minecraft:Overworld]] or the End touches an End portal block, it is instantly taken to the other dimension. If a single portal block is placed using commands, it can still be used to travel between dimensions. | ||
All entities traveling to the End appear on the [[Minecraft:obsidian platform]], recreating it if necessary. Players traveling to the Overworld appear at their [[Minecraft:individual spawn point]], while other entities appear at the [[Minecraft:world spawn point]]. | All entities traveling to the End appear on the [[Minecraft:obsidian platform]], recreating it if necessary. Players traveling to the Overworld appear at their [[Minecraft:individual spawn point]], while other entities appear at the [[Minecraft:world spawn point]].{{only|je}} | ||
{{ | |||
=== Properties === | === Properties === | ||
| Line 34: | Line 44: | ||
*** Players whose respawn location is unset or obstructed are teleported to a small area centered on the [[Minecraft:world spawn]] point. | *** Players whose respawn location is unset or obstructed are teleported to a small area centered on the [[Minecraft:world spawn]] point. | ||
*** All other entities (aside from the exceptions listed below) are teleported exactly to the world spawn point. | *** All other entities (aside from the exceptions listed below) are teleported exactly to the world spawn point. | ||
** {{IN| | ** {{IN|Je}}, ridden entities and their passengers can use End portals (and [[Minecraft:nether portal (block)|Nether portal]]s); {{in|Be}}, they cannot. | ||
*** However, {{in| | *** However, {{in|Je}}, if an entity ridden by a player who has not yet seen the [[Minecraft:credits]] enters an End portal in the End, the entity will not be teleported to the world spawn. | ||
** [[Minecraft:Ender dragon]]s cannot use End portals. | ** [[Minecraft:Ender dragon]]s cannot use End portals. | ||
** [[Minecraft:Wither]]s can use End portals only {{in|Bedrock}}. | ** [[Minecraft:Wither]]s can use End portals only {{in|Bedrock}}. | ||
| Line 44: | Line 54: | ||
*If the End portal block is generated in the block grid using the [[Minecraft:debug mode]] world type, it teleports the player to the Overworld regardless of which dimension it is in. | *If the End portal block is generated in the block grid using the [[Minecraft:debug mode]] world type, it teleports the player to the Overworld regardless of which dimension it is in. | ||
*{{IN|be}}, it's impossible to see the texture of the End portal block when the player is under it. | *{{IN|be}}, it's impossible to see the texture of the End portal block when the player is under it. | ||
If a player has not seen the [[Minecraft:credits]] yet, they are unloaded | If a player has not seen the [[Minecraft:credits]] yet, they are unloaded and shown the credits sequence. Then, they are teleported following the steps above. | ||
=== Piston interactivity === | === Piston interactivity === | ||
End portal blocks cannot be pushed by [[Minecraft:piston]]s. They also cannot be pushed | End portal blocks cannot be pushed by [[Minecraft:piston]]s. They also cannot be pushed or pulled by [[Minecraft:sticky piston]]s. | ||
== Sounds == | == Sounds == | ||
| Line 86: | Line 96: | ||
| {{SoundLine | | {{SoundLine | ||
| sound =End portal activation.ogg | | sound =End portal activation.ogg | ||
|subtitle=End Portal opens | |||
|source=block | |source=block | ||
|description=When an End portal opens | |description=When an End portal opens | ||
| Line 93: | Line 104: | ||
| {{SoundLine | | {{SoundLine | ||
|sound=Portal teleportation.ogg | |sound=Portal teleportation.ogg | ||
|subtitle=Portal noise fades | |||
|source=ambient | |source=ambient | ||
|description=After the player is teleported through an End portal | |description=After the player is teleported through an End portal | ||
| Line 149: | Line 161: | ||
{{el|java}}: | {{el|java}}: | ||
{{see also|Block entity format}} | {{see also|Block entity format}} | ||
<section begin="block data"/><div class="treeview"> | <section begin="block data" /><div class="treeview"> | ||
* {{nbt|compound}} Block entity data | * {{nbt|compound}} Block entity data | ||
** {{nbt inherit/blockentity}} | ** {{nbt inherit/blockentity}} | ||
</div><section end="block data"/> | </div><section end="block data" /> | ||
{{el|bedrock}}: | {{el|bedrock}}: | ||
| Line 159: | Line 171: | ||
== History == | == History == | ||
{{See technical block|End Portal}} | {{See technical block|End Portal}} | ||
=== Teaser === | === Teaser === | ||
{{HistoryTable | {{HistoryTable | ||
| Line 166: | Line 179: | ||
End Portal block first image.jpg|The first image of an End portal block | End Portal block first image.jpg|The first image of an End portal block | ||
</gallery> | </gallery> | ||
=== ''Java Edition'' === | === ''Java Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|java}} | |{{HistoryLine|java}} | ||
|{{HistoryLine||1.0.0|dev=Beta 1.9 Prerelease 3|The End portal block is introduced, but is nonfunctional in terms of teleportation. | |{{HistoryLine||1.0.0|dev=Beta 1.9 Prerelease 3|[[File:End Portal JE1.gif|32px]][[File:End Portal JE1.png|32px]] The End portal block is introduced, but is nonfunctional in terms of teleportation. | ||
|The End portal block can currently be broken using [[Minecraft:TNT]]. | |The End portal block can currently be broken using [[Minecraft:TNT]]. | ||
| | |[[File:End Portal JE1 (facing NWU).png|32px]] The untinted grass block texture is used on its bottom face, for unknown reasons.}} | ||
|{{HistoryLine|||dev=Beta 1.9 Prerelease 4|The | |{{HistoryLine|||dev=Beta 1.9 Prerelease 4|[[File:End Portal JE2.gif|32px]][[File:End Portal JE2.png|32px]] The end portal now renders two pixels lower than it previously did (12 pixels from the bottom rather than 14). It is unknown if any other visual changes happened to the block in this version. | ||
|It now teleports the player into [[Minecraft:the End]]. | |||
|The End portal block is now TNT immune.{{verify}} | |The End portal block is now TNT immune.{{verify}} | ||
|The End portal no longer uses the grass block texture underneath.}} | |[[File:Blank.png|32px]] The End portal no longer uses the grass block texture underneath. It is now entirely invisible when viewed from below.}} | ||
|{{HistoryLine||1.3.1|dev=12w23a|[[File:End Portal JE3.gif|32px]][[File:End Portal JE3.png|32px]] The [[Minecraft:end sky]] texture has changed, which has subtly changed the appearance of the starfield end portals use.}} | |||
|{{HistoryLine||1.4.2|dev=12w36a|All{{verify}} [[Minecraft:entities]] can now travel through End portals.}} | |{{HistoryLine||1.4.2|dev=12w36a|All{{verify}} [[Minecraft:entities]] can now travel through End portals.}} | ||
|{{HistoryLine||1.9|dev=15w49b|The [[Minecraft:hitbox]] height of the End portal block has been increased from {{frac|1|16}} of a block to {{frac|3|4}} of a block. | |{{HistoryLine||1.9|dev=15w49b|The [[Minecraft:hitbox]] height of the End portal block has been increased from {{frac|1|16}} of a block to {{frac|3|4}} of a block. | ||
|End portal blocks now only teleport entities that intersect with its hitbox. Previously it acted like a full block. | |End portal blocks now only teleport entities that intersect with its hitbox. Previously it acted like a full block. | ||
|The [[Minecraft:wither]] and [[Minecraft:ender dragon]]{{verify|I believe this was never possible in the first place}} can no longer travel through portals, including the End portal.}} | |The [[Minecraft:wither]] and [[Minecraft:ender dragon]]{{verify|I have strong reason to believe this was never possible in the first place}} can no longer travel through portals, including the End portal.}} | ||
|{{HistoryLine||1.11|dev=16w40a|[[File:End Portal.png|32px]] The starfield effect has been changed to match that of the [[Minecraft:End gateway block]]. It no longer changes perspective with respect to the [[Minecraft:player]], but now remains static with respect to the game screen.}} | |{{HistoryLine||1.10|dev=16w20a|[[File:End Portal JE4.gif|32px]][[File:End Portal JE4.png|32px]] The background color has been changed from {{color|#1A1A1A}} to {{color|#041113}}.}} | ||
|{{HistoryLine||1.11|dev=16w40a|[[File:End Portal JE5.gif|32px]][[File:End Portal JE5.png|32px]] The starfield effect has been changed to match that of the [[Minecraft:End gateway block]]. It no longer changes perspective with respect to the [[Minecraft:player]], but now remains static with respect to the game screen. | |||
|The animation is sometimes choppy, and on some operating systems may not move at all. This, however, is inconsistent.}} | |||
|{{HistoryLine||1.11.1|dev=16w50a|End portal blocks are now correctly hidden by fog.}} | |||
|{{HistoryLine||1.13|dev=17w43a|The animation is now much smoother on all operating systems compared to before.}} | |||
|{{HistoryLine|||dev=pre3|The [[Minecraft:particles]] associated with this block now use the [[Minecraft:obsidian]] texture; previously, [[Minecraft:Java Edition missing texture and model uses|they used the missing texture]].}} | |||
|{{HistoryLine||1.15|dev=19w39a|This version has an issue where starfields are rendered at the incorrect position or not at all.<ref>{{bug|MC-161852}}</ref>}} | |||
|{{HistoryLine|||dev=19w40a|The above bug has been fixed.}} | |||
|{{HistoryLine|||dev=19w41a|End portals are now completely unaffected by fog.}} | |||
|{{HistoryLine||1.16.2|dev=20w28a|End portals now teleport the player centered on the obsidian platform instead of at the north-west corner of the block.}} | |{{HistoryLine||1.16.2|dev=20w28a|End portals now teleport the player centered on the obsidian platform instead of at the north-west corner of the block.}} | ||
|{{HistoryLine||1.17|dev=21w13a|End portals now render on the bottom face.<ref>{{bug|MC-3366}}</ref> | |{{HistoryLine||1.17|dev=21w10a|[[File:End Portal JE6.gif|32px]][[File:End Portal JE6.png|32px]] The end sky texture is no longer skewed and repeated multiple times in a grid - it is now rendered only once, stretched to fit the screen, and flipped upside-down. In addition, the foreground particles are now larger.}} | ||
|{{HistoryLine|||dev=21w11a|[[File:End Portal JE7.gif|32px]][[File:End Portal JE7.png|32px]] The foreground particle size change has been reverted, but the background change persists.}} | |||
|{{HistoryLine|||dev=21w13a|[[File:End Portal JE8 (facing NWU).png|32px]] End portals now render on the bottom face.<ref>{{bug|MC-3366}}</ref> | |||
|The wireframe hitbox of the End portal has changed once more, to no longer stretch to the bottom of the block. Whether the actual entity collision box also changed is unknown.}} | |The wireframe hitbox of the End portal has changed once more, to no longer stretch to the bottom of the block. Whether the actual entity collision box also changed is unknown.}} | ||
|{{HistoryLine||1.21|dev=24w21a|Added [[Minecraft:game rule]] {{cd|entitiesWithPassengersCanUsePortals}}, allowing entities with passengers to travel through End portals.<ref>{{bug|MC-67||Entities with passengers cannot travel through portals|Fixed}}</ref>}} | |{{HistoryLine||1.21|dev=24w21a|Added [[Minecraft:game rule]] {{cd|entitiesWithPassengersCanUsePortals}}, allowing entities with passengers to travel through End portals.<ref>{{bug|MC-67||Entities with passengers cannot travel through portals|Fixed}}</ref>}} | ||
|{{HistoryLine|||dev=pre1|Removed game rule {{cd|entitiesWithPassengersCanUsePortals}}. Entities with passengers can now use End portals by default.}} | |{{HistoryLine|||dev=pre1|Removed game rule {{cd|entitiesWithPassengersCanUsePortals}}. Entities with passengers can now use End portals by default.}} | ||
|{{HistoryLine||1.21.5|dev=25w07a|On some Windows devices (seemingly those with an AMD graphics processor), the starfield now only moves down, rather than in different directions as it previously did.<ref>{{bug|MC-308516}}</ref> Devices with an Nvidia processors and those running macOS or Linux appear unchanged from the previous version. | |||
|End portals are once again affected by fog.<ref>{{bug|MC-152382}}, {{bug|MC-230445}}, {{bug|MC-279572}}</ref>}} | |||
|{{HistoryLine||26.1|dev=pre1|End portal blocks will now render when specified as the block ID to use for [[Minecraft:block display]] entities, lit [[Minecraft:TNT]] entities, when held by [[Minecraft:endermen]] and when displayed as a custom block in [[Minecraft:minecart]]s. Previously, they would be entirely invisible in these situations.<ref>{{bug|MC-195237}}</ref> | |||
|[[File:End Portal (entity).gif|32px]][[File:End Portal (entity).png|32px]] However, in these situations, the end portal block will render "side faces", so to speak - rather than being a thin plane only visible from above and another thin plane below that only visible from below, viewing one of these entities along the cardinal directions will also permit rectangular sections of starfield to be seen.<ref>{{bug|MC-308357}}</ref> | |||
|[[Minecraft:Falling block]] entities representing the end portal are still invisible.<ref>{{bug|MC-308379}}</ref>}} | |||
}} | }} | ||
=== ''Bedrock Edition'' === | === ''Bedrock Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|pocket}} | |{{HistoryLine|pocket}} | ||
|{{HistoryLine||1.0.0|dev=alpha 0.17.0.1|Added the End portal block.}} | |{{HistoryLine||1.0.0|dev=alpha 0.17.0.1|[[File:End Portal BE.gif|32px]]{{verify|did it ever change, or is the latest version's end portal visually identical to its first iteration?}} Added the End portal block.}} | ||
|{{HistoryLine|bedrock}} | |{{HistoryLine|bedrock}} | ||
|{{HistoryLine||1.13.0|It is now impossible to destroy the End portal block by placing [[Minecraft:liquids]] in its location.<ref>{{bug|MCPE-48264|||Fixed}}</ref>}} | |{{HistoryLine||1.2.13|dev=beta 1.2.13.5|[[File:End Portal (inventory) BE.png|32px]] End portals now have dedicated item textures.}} | ||
|{{HistoryLine||1.13.0|dev=?|It is now impossible to destroy the End portal block by placing [[Minecraft:liquids]] in its location.<ref>{{bug|MCPE-48264|||Fixed}}</ref>}} | |||
}} | }} | ||
| Line 209: | Line 230: | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|console}} | |{{HistoryLine|console}} | ||
|{{HistoryLine||xbox=TU7|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|switch=1.0.1|wiiu=Patch 1|Added the End portal block. It is non-functional and it can be obtained only through external editors, as [[Minecraft:eyes of ender]] cannot be placed into [[Minecraft:End portal frame]]s.}} | |{{HistoryLine||xbox=TU7|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|switch=1.0.1|wiiu=Patch 1|[[File:End Portal JE2.gif|32px]]{{verify}} Added the End portal block. It is non-functional and it can be obtained only through external editors, as [[Minecraft:eyes of ender]] cannot be placed into [[Minecraft:End portal frame]]s.}} | ||
|{{HistoryLine||xbox=TU9|End portal blocks are now functional.}} | |{{HistoryLine||xbox=TU9|End portal blocks are now functional.}} | ||
|{{HistoryLine||xbox=TU46|xbone=CU36|ps3=1.38|psvita=1.38|ps4=1.38|wiiu=Patch 15|switch=1.0.1|The [[Minecraft:hitbox]] height of the End portal block has been increased from {{frac|1|16}} of a block to {{frac|3|4}} of a block.}} | |{{HistoryLine||xbox=TU46|xbone=CU36|ps3=1.38|psvita=1.38|ps4=1.38|wiiu=Patch 15|switch=1.0.1|The [[Minecraft:hitbox]] height of the End portal block has been increased from {{frac|1|16}} of a block to {{frac|3|4}} of a block.}} | ||
|{{HistoryLine||xbox=TU54|xbone=CU44|ps3=1.52|psvita=1.52|ps4=1.52|wiiu=Patch 24|switch=1.0.4|[[File:End Portal.png|32px]] The starfield effect has been changed to match that of the [[Minecraft:End gateway block]]. It no longer changes perspective with respect to the [[Minecraft:player]], but now remains static with respect to the game screen.}} | |{{HistoryLine||xbox=TU54|xbone=CU44|ps3=1.52|psvita=1.52|ps4=1.52|wiiu=Patch 24|switch=1.0.4|[[File:End Portal JE5.png|32px]]{{verify}} The starfield effect has been changed to match that of the [[Minecraft:End gateway block]]. It no longer changes perspective with respect to the [[Minecraft:player]], but now remains static with respect to the game screen.}} | ||
}} | }} | ||
| Line 233: | Line 254: | ||
== Gallery == | == Gallery == | ||
<gallery> | <gallery> | ||
Two end portal blocks.png|Two End | Two end portal blocks.png|Two End portal blocks placed above each other | ||
</gallery> | </gallery> | ||
| Line 249: | Line 270: | ||
[[Category:Light sources]] | [[Category:Light sources]] | ||
[[Category:Createable blocks]] | [[Category:Createable blocks]] | ||
[[Category:Blocks with no item form]] | |||
[[Minecraft:es:Portal del End (bloque)]] | [[Minecraft:es:Portal del End (bloque)]] | ||
[[Minecraft:fr:Portail de l'End (bloc)]] | [[Minecraft:fr:Portail de l'End (bloc)]] | ||
Latest revision as of 11:06, 13 September 2026
|
For the {{{Description}}} of the same name, see [[{{{Destination}}}]]. |
Template:Infobox block The End portal block is a block generated when an Minecraft:End portal or Minecraft:exit portal is activated, which teleports the player between the Minecraft:Overworld and Minecraft:the End.
It is one of two blocks that use the Minecraft:starfield effect.
Obtaining
The End portal block cannot be obtained as an item even by using the Template:Cmd command. The item form is non-existent Template:In, but it can be obtained through Minecraft:add-ons, external editors, or by using bugs Template:In.
The End portal block can be placed using commands such as Template:Cmd or Template:Cmd.
Natural generation
End portal blocks can rarely generate as part of an active Minecraft:End portal in a Minecraft:stronghold, which has a one-in-a-trillion chance of generating with 12 Minecraft:eyes of ender.
Post-generation
When an End portal is activated by putting an eye of ender on each empty Minecraft:End portal frame, the End portal blocks are generated.
The End portal blocks generate in the Minecraft:End podium when the Minecraft:ender dragon is defeated.
Usage
End portal blocks can be used to teleport into and out of Minecraft:the End. When a player or other entity in the Minecraft:Overworld or the End touches an End portal block, it is instantly taken to the other dimension. If a single portal block is placed using commands, it can still be used to travel between dimensions.
All entities traveling to the End appear on the Minecraft:obsidian platform, recreating it if necessary. Players traveling to the Overworld appear at their Minecraft:individual spawn point, while other entities appear at the Minecraft:world spawn point.Template:Only
Properties
- Minecraft:Entities which touch the End portal (who have already seen the Minecraft:credits) are teleported to another dimension:
- If the block is in the Minecraft:Overworld, Minecraft:the Nether, or in a Minecraft:custom dimension, the entity is teleported to the Minecraft:obsidian platform in the End.
- If the block is in Minecraft:the End, they are teleported to their spawn point:
- Players with an unobstructed respawn location (set by using a Minecraft:bed or Minecraft:respawn anchor) are teleported to that location.
- Players whose respawn location is unset or obstructed are teleported to a small area centered on the Minecraft:world spawn point.
- All other entities (aside from the exceptions listed below) are teleported exactly to the world spawn point.
- Template:IN, ridden entities and their passengers can use End portals (and Nether portals); Template:In, they cannot.
- However, Template:In, if an entity ridden by a player who has not yet seen the Minecraft:credits enters an End portal in the End, the entity will not be teleported to the world spawn.
- Minecraft:Ender dragons cannot use End portals.
- Minecraft:Withers can use End portals only Template:In.
- End portal blocks can be destroyed in Minecraft:Creative mode. This does not affect adjacent End portal blocks.
- The top surface of an End portal is Template:Frac the height of a full block.Template:Verify
- The End portal is one of the only blocks without a conventional texture or entity texture; it instead duplicates and layers a star-field pattern that follows the player's cursor.
- If Minecraft:TNT is detonated on an End portal, no blocks in its blast radius are destroyed.
- If the End portal block is generated in the block grid using the Minecraft:debug mode world type, it teleports the player to the Overworld regardless of which dimension it is in.
- Template:IN, it's impossible to see the texture of the End portal block when the player is under it.
If a player has not seen the Minecraft:credits yet, they are unloaded and shown the credits sequence. Then, they are teleported following the steps above.
Piston interactivity
End portal blocks cannot be pushed by Minecraft:pistons. They also cannot be pushed or pulled by Minecraft:sticky pistons.
Sounds
Generic
Template:Sound table/Block/Normal
Unique
Data values
ID
Template:Edition: Template:ID table Template:ID table
Template:Edition: Template:ID table Template:ID table
Block data
An End portal block has a block entity associated with it that holds additional data about the block.
Template:El: Template:See also
<section begin="block data" />
- Template:Nbt Block entity data
<section end="block data" />
History
-
The first image of an End portal block
Java Edition
Bedrock Edition
Legacy Console Edition
New Nintendo 3DS Edition
Data history
Issues
Gallery
-
Two End portal blocks placed above each other
References
Template:Navbox blocks Minecraft:es:Portal del End (bloque) Minecraft:fr:Portail de l'End (bloc) Minecraft:it:Portale dell'End (blocco) Minecraft:ja:エンドポータル (ブロック) Minecraft:ko:엔드 차원문 (블록) Minecraft:pt:Portal do End (bloco) Minecraft:ru:Блок портала Края Minecraft:zh:末地传送门(方块)