public class BlockChangeRecord1_16_2 extends Object implements BlockChangeRecord
| Constructor and Description |
|---|
BlockChangeRecord1_16_2(byte sectionX,
byte sectionY,
byte sectionZ,
int blockId) |
BlockChangeRecord1_16_2(int sectionX,
int sectionY,
int sectionZ,
int blockId) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockId() |
byte |
getSectionX() |
byte |
getSectionY() |
byte |
getSectionZ() |
short |
getY(int chunkSectionY) |
void |
setBlockId(int blockId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetYpublic BlockChangeRecord1_16_2(byte sectionX,
byte sectionY,
byte sectionZ,
int blockId)
public BlockChangeRecord1_16_2(int sectionX,
int sectionY,
int sectionZ,
int blockId)
public byte getSectionX()
getSectionX in interface BlockChangeRecordpublic byte getSectionY()
getSectionY in interface BlockChangeRecordpublic byte getSectionZ()
getSectionZ in interface BlockChangeRecordpublic short getY(int chunkSectionY)
getY in interface BlockChangeRecordchunkSectionY - chunk sectionpublic int getBlockId()
getBlockId in interface BlockChangeRecordpublic void setBlockId(int blockId)
setBlockId in interface BlockChangeRecordCopyright © 2016–2021. All rights reserved.