public class BlockChangeRecord1_8 extends Object implements BlockChangeRecord
| Constructor and Description |
|---|
BlockChangeRecord1_8(byte sectionX,
short y,
byte sectionZ,
int blockId) |
BlockChangeRecord1_8(int sectionX,
int y,
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_8(byte sectionX,
short y,
byte sectionZ,
int blockId)
public BlockChangeRecord1_8(int sectionX,
int y,
int sectionZ,
int blockId)
public byte getSectionX()
getSectionX in interface BlockChangeRecordpublic byte getSectionY()
getSectionY in interface BlockChangeRecordpublic short getY(int chunkSectionY)
getY in interface BlockChangeRecordchunkSectionY - chunk sectionpublic byte getSectionZ()
getSectionZ in interface BlockChangeRecordpublic int getBlockId()
getBlockId in interface BlockChangeRecordpublic void setBlockId(int blockId)
setBlockId in interface BlockChangeRecordCopyright © 2016–2021. All rights reserved.