mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
SPIGOT-5716: Clarify documentation of MultipleFacing
This commit is contained in:
parent
da9ef3c55f
commit
ffc8e4caa4
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ import org.jetbrains.annotations.NotNull;
|
|||
* displayed on.
|
||||
* <br>
|
||||
* 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 {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue