| Constructor and Description |
|---|
ChestMetaImpl() |
| Modifier and Type | Method and Description |
|---|---|
Substance[] |
applyTo(MetaCollection collection)
Invoked to register the meta tag
|
Meta<Block> |
decode(Block instance,
float yaw,
byte direction,
byte cx,
byte cy,
byte cz,
short damageValue)
Decodes the block meta
|
byte |
encode()
Encodes the block metadata into a single byte, which is then combined with the rest of the metadata
|
Inventory |
inventory() |
Meta<Block> |
make()
Make a new instance of this meta object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecodeMeta, dependencies, encodeMetapublic ChestMetaImpl()
public byte encode()
BlockMetapublic Meta<Block> decode(Block instance, float yaw, byte direction, byte cx, byte cy, byte cz, short damageValue)
BlockMetapublic Meta<Block> make()
MetaCopyright © 2016. All rights reserved.