mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 11:15:57 -07:00
SPIGOT-5716: Clarify documentation of MultipleFacing
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -10,7 +10,8 @@ import org.jetbrains.annotations.NotNull;
|
|||||||
* displayed on.
|
* displayed on.
|
||||||
* <br>
|
* <br>
|
||||||
* Some blocks may not be able to have faces on all directions, use
|
* Some blocks may not be able to have faces on all directions, use
|
||||||
* {@link #getAllowedFaces()} to get all possible faces for this block.
|
* {@link #getAllowedFaces()} to get all possible faces for this block. It is
|
||||||
|
* not valid to call any methods on non-allowed faces.
|
||||||
*/
|
*/
|
||||||
public interface MultipleFacing extends BlockData {
|
public interface MultipleFacing extends BlockData {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user