Minecraft Wiki
(Hytsnbr10519 がページ「Lever/BS」を「レバー/BS」に、リダイレクトを残さずに移動しました)
Ektrc (トーク | 投稿記録)
(ボットによる: 「ブロック情報ページ」を除去)
(2人の利用者による、間の4版が非表示)
1行目: 1行目:
  +
{{Bst|face|wall|floor,ceiling,wall|レバーが設置されている面。<br><code>floor</code> はブロックの上面(床)、<code>ceiling</code>は底面(天井)</code>、<code>wall</code>は側面(壁)を指す。}}
{{bst|facing|rowspan=5
 
  +
{{bst|facing|north|north,south,east,west,up,down|レバーが取り付けられているブロックからレバーへの方向。}}
|north,south,east,west|ブロックの側面に設置されたとき、取り付けられたブロックがレバーへの方向を表す。<br>例えば、レバーを南向きの面に取り付けた場合、<code>south</code>となる。<!--The block-face on which the lever is mounted.<br>The direction from the block the lever is attached to, to the lever.<br>For example, a lever placed on a south-facing wall will face 'south'.-->
 
  +
{{bst|powered|false|true,false|レバーが作動しているとき <code>true</code> がセットされる。|foot=1}}<noinclude>
|up_x|床に取り付けられており、オフの状態で東を向いている。<!--A lever mounted on the floor, pointing east when off.-->
 
  +
{{デフォルトソートキー:れはあ}}
|down_x|天井に取り付けられており、オフの状態で東を向いている。<!--A lever mounted on the ceiling, pointing east when off.-->
 
  +
</noinclude>
|up_z|床に取り付けられており、オフの状態で南を向いている。<!--A lever mounted on the floor, pointing south when off.-->
 
|down_z|天井に取り付けられており、オフの状態で南を向いている。<!--A lever mounted on the ceiling, pointing south when off.-->}}
 
{{bst|powered|type=byte|true,false|レバーが「オン」の状態で、動力を供給する。<!--True if lever is 'on', providing power.-->|foot=1}}
 

2020年6月9日 (火) 16:57時点における版

名前 デフォルト値 取り得る値 説明
facewallfloor
ceiling
wall
レバーが設置されている面。
floor はブロックの上面(床)、ceilingは底面(天井)、wallは側面(壁)を指す。
facingnorthnorth
south
east
west
up
down
レバーが取り付けられているブロックからレバーへの方向。
poweredfalsetrue
false
レバーが作動しているとき true がセットされる。