mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 11:24:11 +01:00
Delete Block.setData byte methods from API
By: md_5 <git@md-5.net>
This commit is contained in:
parent
951b0a443d
commit
7834e8bf08
1 changed files with 0 additions and 19 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue