| Package | Description |
|---|---|
| net.tridentsdk.base |
This package contains basic elements in Minecraft, such as blocks, orientation, directions, instruments, and sounds
|
| net.tridentsdk.meta.block |
Block metadata components
|
| net.tridentsdk.meta.component |
Classes in the Trident metadata component framework
|
| net.tridentsdk.server.util |
Server utilities
|
| net.tridentsdk.server.world |
Implements classes in the package
net.tridentsdk.world.* package |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Block
A basic structure in minecraft, a substance bearing piece set at a given position
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBlockMetaOwner<T extends MetaOwner>
Implementation of a block meta owner which provides access to the collection factory
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BlockMetaOwner<T>
Represents a block which can hold metadata
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBlockMetaOwner<T extends MetaOwner>
Implementation of a block meta owner which provides access to the collection factory
|
| Modifier and Type | Method and Description |
|---|---|
<M extends MetaOwner> |
AbstractBlockMetaOwner.ownedMeta() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends MetaOwner> |
ImmutableMetaCollection.copyOf(MetaCollection<T> collection) |
static <T extends MetaOwner> |
MetaFactory.newCollection()
Creates a new meta collection
|
<M extends MetaOwner> |
MetaOwner.ownedMeta()
Gets all of the metadata values currently owned by this meta owner
|
| Modifier and Type | Class and Description |
|---|---|
class |
OwnedTridentBlock
Represents a block which holds data about the placer
|
| Modifier and Type | Class and Description |
|---|---|
class |
TridentBlock |
Copyright © 2016. All rights reserved.