<dd><code><ahref="Attachable.html"title="interface in org.bukkit.material">Attachable</a></code>, <code><ahref="../entity/GlowItemFrame.html"title="interface in org.bukkit.entity">GlowItemFrame</a></code>, <code><ahref="../entity/Hanging.html"title="interface in org.bukkit.entity">Hanging</a></code>, <code><ahref="../entity/ItemFrame.html"title="interface in org.bukkit.entity">ItemFrame</a></code>, <code><ahref="../entity/LeashHitch.html"title="interface in org.bukkit.entity">LeashHitch</a></code>, <code><ahref="../entity/Painting.html"title="interface in org.bukkit.entity">Painting</a></code></dd>
</dl>
<dlclass="notes">
<dt>All Known Implementing Classes:</dt>
<dd><code><ahref="Banner.html"title="class in org.bukkit.material">Banner</a></code>, <code><ahref="Bed.html"title="class in org.bukkit.material">Bed</a></code>, <code><ahref="Button.html"title="class in org.bukkit.material">Button</a></code>, <code><ahref="Chest.html"title="class in org.bukkit.material">Chest</a></code>, <code><ahref="CocoaPlant.html"title="class in org.bukkit.material">CocoaPlant</a></code>, <code><ahref="Comparator.html"title="class in org.bukkit.material">Comparator</a></code>, <code><ahref="Diode.html"title="class in org.bukkit.material">Diode</a></code>, <code><ahref="DirectionalContainer.html"title="class in org.bukkit.material">DirectionalContainer</a></code>, <code><ahref="Dispenser.html"title="class in org.bukkit.material">Dispenser</a></code>, <code><ahref="Door.html"title="class in org.bukkit.material">Door</a></code>, <code><ahref="EnderChest.html"title="class in org.bukkit.material">EnderChest</a></code>, <code><ahref="Furnace.html"title="class in org.bukkit.material">Furnace</a></code>, <code><ahref="FurnaceAndDispenser.html"title="class in org.bukkit.material">FurnaceAndDispenser</a></code>, <code><ahref="Gate.html"title="class in org.bukkit.material">Gate</a></code>, <code><ahref="Hopper.html"title="class in org.bukkit.material">Hopper</a></code>, <code><ahref="Ladder.html"title="class in org.bukkit.material">Ladder</a></code>, <code><ahref="Lever.html"title="class in org.bukkit.material">Lever</a></code>, <code><ahref="Observer.html"title="class in org.bukkit.material">Observer</a></code>, <code><ahref="PistonBaseMaterial.html"title="class in org.bukkit.material">PistonBaseMaterial</a></code>, <code><ahref="PistonExtensionMaterial.html"title="class in org.bukkit.material">PistonExtensionMaterial</a></code>, <code><ahref="Pumpkin.html"title="class in org.bukkit.material">Pumpkin</a></code>, <code><ahref="RedstoneTorch.html"title="class in org.bukkit.material">RedstoneTorch</a></code>, <code><ahref="Sign.html"title="class in org.bukkit.material">Sign</a></code>, <code><ahref="SimpleAttachableMaterialData.html"title="class in org.bukkit.material">SimpleAttachableMaterialData</a></code>, <code><ahref="Skull.html"title="class in org.bukkit.material">Skull</a></code>, <code><ahref="Stairs.html"title="class in org.bukkit.material">Stairs</a></code>, <code><ahref="Torch.html"title="class in org.bukkit.material">Torch</a></code>, <code><ahref="TrapDoor.html"title="class in org.bukkit.material">TrapDoor</a></code>, <code><ahref="TripwireHook.html"title="class in org.bukkit.material">TripwireHook</a></code></dd>
<divclass="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../block/BlockFace.html"title="enum class in org.bukkit.block">BlockFace</a></code></div>
<divclass="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="#setFacingDirection(org.bukkit.block.BlockFace)"class="member-name-link">setFacingDirection</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../block/BlockFace.html"title="enum class in org.bukkit.block">BlockFace</a> face)</code></div>
<divclass="member-signature"><spanclass="return-type">void</span> <spanclass="element-name">setFacingDirection</span><wbr><spanclass="parameters">(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a>
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../block/BlockFace.html"title="enum class in org.bukkit.block">BlockFace</a> face)</span></div>
<divclass="block">Sets the direction that this block is facing in</div>
<dlclass="notes">
<dt>Parameters:</dt>
<dd><code>face</code> - The facing direction</dd>
</dl>
</section>
</li>
<li>
<sectionclass="detail"id="getFacing()">
<h3>getFacing</h3>
<divclass="member-signature"><spanclass="annotations"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a>
</span><spanclass="return-type"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../block/BlockFace.html"title="enum class in org.bukkit.block">BlockFace</a></span> <spanclass="element-name">getFacing</span>()</div>
<divclass="block">Gets the direction this block is facing</div>