Package | Description |
---|---|
net.tridentsdk.base |
This package contains basic elements in Minecraft, such as blocks, orientation, directions, instruments, and sounds
|
net.tridentsdk.entity.living |
Entity classes that represent various world mobs, hostile and passive, including the Player class
|
net.tridentsdk.meta.block |
Block metadata components
|
net.tridentsdk.server.data.block |
Contains block meta implementations
|
net.tridentsdk.server.entity.living |
Contains implementations of entities which are sentient
|
Modifier and Type | Method and Description |
---|---|
static SubstanceColor |
SubstanceColor.of(byte v)
Gets a substance color from the byte value
|
static SubstanceColor |
SubstanceColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubstanceColor[] |
SubstanceColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SubstanceColor |
Wolf.collarColor()
The color of this entity's collar
|
SubstanceColor |
Sheep.color()
The color of this sheep's wool
|
Modifier and Type | Method and Description |
---|---|
SubstanceColor |
ColorMeta.color()
Obtains the current colouring of the wool
|
Modifier and Type | Method and Description |
---|---|
void |
ColorMeta.setColor(SubstanceColor color)
Sets the wool colour
|
Modifier and Type | Method and Description |
---|---|
SubstanceColor |
ColorMetaImpl.color() |
Modifier and Type | Method and Description |
---|---|
void |
ColorMetaImpl.setColor(SubstanceColor color) |
Modifier and Type | Method and Description |
---|---|
SubstanceColor |
TridentWolf.collarColor() |
SubstanceColor |
TridentSheep.color() |
Copyright © 2016. All rights reserved.