geforkt von Mirrors/Paper
Delete Block.setData byte methods from API
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
951b0a443d
Commit
7834e8bf08
@ -164,25 +164,6 @@ public interface Block extends Metadatable {
|
||||
*/
|
||||
Chunk getChunk();
|
||||
|
||||
/**
|
||||
* Sets the metadata for this block
|
||||
*
|
||||
* @param data New block specific metadata
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
void setData(byte data);
|
||||
|
||||
/**
|
||||
* Sets the metadata for this block
|
||||
*
|
||||
* @param data New block specific metadata
|
||||
* @param applyPhysics False to cancel physics from the changed block.
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
void setData(byte data, boolean applyPhysics);
|
||||
|
||||
/**
|
||||
* Sets the complete data for this block
|
||||
*
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren