geforkt von Mirrors/Paper
Remove draft status from BlockData merge / matches
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
591b960420
Commit
f8d657dc45
@ -32,9 +32,7 @@ public interface BlockData extends Cloneable {
|
|||||||
*
|
*
|
||||||
* @param data the data to merge from
|
* @param data the data to merge from
|
||||||
* @return a new instance of this blockdata with the merged data
|
* @return a new instance of this blockdata with the merged data
|
||||||
* @deprecated draft API
|
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
BlockData merge(BlockData data);
|
BlockData merge(BlockData data);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -51,9 +49,7 @@ public interface BlockData extends Cloneable {
|
|||||||
*
|
*
|
||||||
* @param data the data to match against (normally a parsed constant)
|
* @param data the data to match against (normally a parsed constant)
|
||||||
* @return if there is a match
|
* @return if there is a match
|
||||||
* @deprecated draft API
|
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
boolean matches(BlockData data);
|
boolean matches(BlockData data);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren