Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Cushion: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Sync: updated from Minecraft
SyncBot (talk | contribs)
Sync: updated from Minecraft
Line 85: Line 85:
=== Natural generation ===
=== Natural generation ===
Cushions can be found naturally in [[Minecraft:abandoned camp]]s. They normally spawn within 1~2 blocks of a [[Minecraft:campfire]], assuming the camp generates with one. The color is randomly selected, with all 16 being equally likely.
Cushions can be found naturally in [[Minecraft:abandoned camp]]s. They normally spawn within 1~2 blocks of a [[Minecraft:campfire]], assuming the camp generates with one. The color is randomly selected, with all 16 being equally likely.
=== Generated loot ===
{{LootChestItem|white-cushion}}


== Usage ==
== Usage ==
Line 93: Line 96:
They can be sat on by pressing {{control|use}} on them.
They can be sat on by pressing {{control|use}} on them.


Cushions cannot move, do not have collision, and can overlap with other objects, except for other cushions or [[Minecraft:chain]]s.{{only|be|short=1}} This means they can rest properly on top of any surface which is less than one block in height, including [[Minecraft:snow layer]]s, [[Minecraft:wildflowers]], [[Minecraft:Enchanting Table|enchanting tables]], [[Minecraft:slab]]s, and [[Minecraft:stair]]s. Cushions placed on the lower step of stairs are partly obscured by the upper step of the stairs.
Cushions cannot move, do not have collision, and can overlap with other objects, except for other cushions or [[Minecraft:chain]]s.{{only|be|short=1}} This means they can rest properly on top of any surface which is less than one block in height, including [[Minecraft:snow layer]]s, [[Minecraft:wildflowers]], [[Minecraft:Enchanting Table|enchanting tables]], [[Minecraft:slab]]s, and [[Minecraft:stair]]s. Cushions placed on the lower step of stairs are partly obscured by the upper step of the stairs. Players cannot be affected by portals or forms of movement (e.g. knockback, geysers and pistons) while sitting on a cushion, but will become affectable again once they dismount.
 
A player who sits on a cushion in a lit [[Minecraft:The Nether|Nether]] or [[Minecraft:The End|End]] portal can sit indefinitely without being teleported, but can go through the portal when getting off the cushion. Likewise, a player who sits on a cushion when a [[Minecraft:geyser]] erupts also cannot be moved until getting off the cushion.


=== Fuel ===
=== Fuel ===
Line 499: Line 500:
{{el|bedrock}}:
{{el|bedrock}}:
{{main|Entity format (Bedrock Edition)}}
{{main|Entity format (Bedrock Edition)}}
<div class="treeview">
<section begin="bedrock entity data" /><div class="treeview">
* {{nbt|compound}}: The entity's root tag.
* {{nbt|compound}}: The entity's root tag.
** {{bedrock nbt/entity}}
** {{bedrock nbt/entity}}
** {{bedrock nbt/mob}}
** {{nbt|int|Variant}}: (May not exist) The ID of the variant. Represents the color of the cushion. Defaults to <code>0</code>.
</div>
</div>
{|class="wikitable mw-collapsible mw-collapsed"
! Color
! Data value
|-
| [[File:White Cushion.png|32px]] White
| <code>15</code>
|-
| [[File:Orange Cushion.png|32px]] Orange
| <code>14</code>
|-
| [[File:Magenta Cushion.png|32px]] Magenta
| <code>13</code>
|-
| [[File:Light Blue Cushion.png|32px]] Light Blue
| <code>12</code>
|-
| [[File:Yellow Cushion.png|32px]] Yellow
| <code>11</code>
|-
| [[File:Lime Cushion.png|32px]] Lime
| <code>10</code>
|-
| [[File:Pink Cushion.png|32px]] Pink
| <code>9</code>
|-
| [[File:Gray Cushion.png|32px]] Gray
| <code>8</code>
|-
| [[File:Light Gray Cushion.png|32px]] Light Gray
| <code>7</code>
|-
| [[File:Cyan Cushion.png|32px]] Cyan
| <code>6</code>
|-
| [[File:Purple Cushion.png|32px]] Purple
| <code>5</code>
|-
| [[File:Blue Cushion.png|32px]] Blue
| <code>4</code>
|-
| [[File:Brown Cushion.png|32px]] Brown
| <code>3</code>
|-
| [[File:Green Cushion.png|32px]] Green
| <code>2</code>
|-
| [[File:Red Cushion.png|32px]] Red
| <code>1</code>
|-
| [[File:Black Cushion.png|32px]] Black
| <code>0</code>
|}<section end="bedrock entity data" />


== History ==
== History ==
Line 514: Line 567:
| Cushions are now destroyed in fire.
| Cushions are now destroyed in fire.
| Cushions now retain their custom name when dropped.}}
| Cushions now retain their custom name when dropped.}}
|{{HistoryLine|||dev=snap7|White cushions now generate as part of abandoned camps in barrels in addition to being naturally generated there.
| Cushions now send vibrations to sculk sensors.}}
}}
}}



Revision as of 11:10, 6 August 2026

Template:In development Template:Infobox item entity A cushion is a placeable Minecraft:entity that can be sat on. Cushions can be placed on any surface within any Minecraft:block in the game, excluding fluids and a few Minecraft:invisible blocks, and break shortly after their supporting block is removed.

Obtaining

Breaking

Cushions are Minecraft:entities, meaning they cannot be Minecraft:mined like a typical block. Instead, cushions immediately break when attacked, including with Minecraft:projectiles, by non-Minecraft:player entities, or even by players in Minecraft:Adventure mode, even if the damage received is 0. A cushion also breaks when a Minecraft:piston attempts to move it in Java Edition. Template:IN, cushions can be moved by a piston if there is a block in front of the piston. Cushions always drop themselves when broken.

Like Minecraft:paintings and Minecraft:item frames, cushions also break if they don't have a support block. The existence of a support block is checked every Template:Convert, starting when the entity is loaded.

Crafting

Template:Crafting Template:Crafting

Natural generation

Cushions can be found naturally in Minecraft:abandoned camps. They normally spawn within 1~2 blocks of a Minecraft:campfire, assuming the camp generates with one. The color is randomly selected, with all 16 being equally likely.

Generated loot

Template:LootChestItem

Usage

Cushions can be placed on any flat surface, and align horizontally to the grid unless teleported, but vertically sit on top of the supporting surface. They break if their supporting surface is removed or if they are pushed by a piston. Since they are entities with a finite amount of health, they also break after a few seconds if placed in Minecraft:lava.

They can be sat on by pressing Template:Control on them.

Cushions cannot move, do not have collision, and can overlap with other objects, except for other cushions or Minecraft:chains.Template:Only This means they can rest properly on top of any surface which is less than one block in height, including Minecraft:snow layers, Minecraft:wildflowers, enchanting tables, Minecraft:slabs, and Minecraft:stairs. Cushions placed on the lower step of stairs are partly obscured by the upper step of the stairs. Players cannot be affected by portals or forms of movement (e.g. knockback, geysers and pistons) while sitting on a cushion, but will become affectable again once they dismount.

Fuel

Cushions can be used as fuel in Minecraft:furnaces, smelting one Minecraft:item per cushion (burn time of Template:Convert when used in a regular furnace).

Vibration interactions

Unlike other wool-based blocks, cushions do not dampen vibrations from Minecraft:sculk sensors or Minecraft:sculk shriekers. Walking, sprinting, jumping, sitting on, and getting off a cushion produce detectable vibrations.

In Java Edition, placing or breaking a cushion does not produce vibrations.<ref>Template:Bug</ref>

In Bedrock Edition, placing a cushion produces a detectable vibration, but breaking a cushion does not.<ref>Template:Bug</ref>

Sounds

Template:Edition: Template:SoundTable

Template:Edition: Template:SoundTable

Data values

ID

Template:JE: Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table

Template:ID table

Template:BE: Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table Template:ID table

Entity data

Template:JE: Template:Main

<section begin="entity data" />

Color Data value
File:White Cushion.png White "white"
File:Orange Cushion.png Orange "orange"
File:Magenta Cushion.png Magenta "magenta"
File:Light Blue Cushion.png Light Blue "light_blue"
File:Yellow Cushion.png Yellow "yellow"
File:Lime Cushion.png Lime "lime"
File:Pink Cushion.png Pink "pink"
File:Gray Cushion.png Gray "gray"
File:Light Gray Cushion.png Light Gray "light_gray"
File:Cyan Cushion.png Cyan "cyan"
File:Purple Cushion.png Purple "purple"
File:Blue Cushion.png Blue "blue"
File:Brown Cushion.png Brown "brown"
File:Green Cushion.png Green "green"
File:Red Cushion.png Red "red"
File:Black Cushion.png Black "black"

<section end="entity data" />

Template:El: Template:Main

<section begin="bedrock entity data" />

Color Data value
File:White Cushion.png White 15
File:Orange Cushion.png Orange 14
File:Magenta Cushion.png Magenta 13
File:Light Blue Cushion.png Light Blue 12
File:Yellow Cushion.png Yellow 11
File:Lime Cushion.png Lime 10
File:Pink Cushion.png Pink 9
File:Gray Cushion.png Gray 8
File:Light Gray Cushion.png Light Gray 7
File:Cyan Cushion.png Cyan 6
File:Purple Cushion.png Purple 5
File:Blue Cushion.png Blue 4
File:Brown Cushion.png Brown 3
File:Green Cushion.png Green 2
File:Red Cushion.png Red 1
File:Black Cushion.png Black 0

<section end="bedrock entity data" />

History

Java Edition

Template:HistoryTable

Bedrock Edition

Template:HistoryTable

Issues

Template:Issue list

Gallery

Screenshots

In other media

References

Template:Reflist

Navigation

Template:Navbox new content Template:Navbox dyed material Template:Navbox items Template:Navbox entities

Minecraft:de:Kissen Minecraft:es:Cojín Minecraft:fr:Coussin Minecraft:ja:Cushion Minecraft:ko:방석 Minecraft:lzh:氈 Minecraft:pt:Almofada Minecraft:ru:Подушка Minecraft:zh:坐垫