mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-07 16:57:42 +01:00
Clarify behaviour of createBlockData
By: md_5 <git@md-5.net>
This commit is contained in:
parent
3323421ffe
commit
ab51d58f44
@ -979,6 +979,9 @@ public interface Server extends PluginMessageRecipient {
|
|||||||
* Creates a new {@link BlockData} instance for the specified Material, with
|
* Creates a new {@link BlockData} instance for the specified Material, with
|
||||||
* all properties initialized to unspecified defaults, except for those
|
* all properties initialized to unspecified defaults, except for those
|
||||||
* provided in data.
|
* provided in data.
|
||||||
|
* <br>
|
||||||
|
* If <code>material</code> is specified, then the data string must not also
|
||||||
|
* contain the material.
|
||||||
*
|
*
|
||||||
* @param material the material
|
* @param material the material
|
||||||
* @param data data string
|
* @param data data string
|
||||||
|
Loading…
Reference in New Issue
Block a user