Package | Description |
---|---|
net.tridentsdk.meta.block |
Block metadata components
|
net.tridentsdk.server.data.block |
Contains block meta implementations
|
net.tridentsdk.server.world |
Implements classes in the package
net.tridentsdk.world .* package |
Modifier and Type | Interface and Description |
---|---|
interface |
CauldronMeta
MetaData contained in a Cauldron.
|
interface |
ChestMeta
TODO Write Description
|
interface |
ColorMeta
Represents metadata belonging to blocks of wool
|
interface |
DirectionMeta
Represents the metadata of a block that has a direction
|
interface |
FurnaceMeta
TODO Write Description
|
interface |
SignMeta
Represents metadata held by a sign
|
Modifier and Type | Method and Description |
---|---|
<M extends BlockMeta<T>> |
AbstractBlockMetaOwner.applyMeta(boolean replace,
M... meta) |
<M extends BlockMeta<T>> |
AbstractBlockMetaOwner.applyMeta(M... meta) |
<M extends BlockMeta<T>> |
AbstractBlockMetaOwner.newMetaIfNull(Class<M> cls) |
<M extends BlockMeta<T>> |
AbstractBlockMetaOwner.obtainMeta(Class<M> cls) |
Modifier and Type | Method and Description |
---|---|
<M extends BlockMeta<T>> |
AbstractBlockMetaOwner.applyMeta(boolean replace,
M... meta) |
<M extends BlockMeta<T>> |
AbstractBlockMetaOwner.applyMeta(M... meta) |
Modifier and Type | Class and Description |
---|---|
class |
CauldronMetaImpl
Implementation of the Cauldron Meta.
|
class |
ChestMetaImpl |
class |
ColorMetaImpl
Represents data held by a wool block
|
class |
DirectionMetaImpl
Represents a block direction
|
class |
FurnaceMetaImpl |
class |
SignMetaImpl
Implements sign meta
|
Modifier and Type | Method and Description |
---|---|
<M extends BlockMeta<Block>> |
TridentBlock.applyMeta(boolean replace,
M... meta) |
Modifier and Type | Method and Description |
---|---|
Map<Vector,List<BlockMeta>> |
TridentChunk.tilesInternal() |
Modifier and Type | Method and Description |
---|---|
<M extends BlockMeta<Block>> |
TridentBlock.applyMeta(boolean replace,
M... meta) |
Copyright © 2016. All rights reserved.