mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
@@ -164,25 +164,6 @@ public interface Block extends Metadatable {
|
|||||||
*/
|
*/
|
||||||
Chunk getChunk();
|
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
|
* Sets the complete data for this block
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user