| Package | Description |
|---|---|
| net.tridentsdk.base |
This package contains basic elements in Minecraft, such as blocks, orientation, directions, instruments, and sounds
|
| net.tridentsdk.effect.sound |
Sound effects
|
| net.tridentsdk.server.effect.sound |
Sound effect implementations
|
| net.tridentsdk.server.packets.play.out |
Packets related to the gameplay of the server sent from the server
|
| net.tridentsdk.server.world |
Implements classes in the package
net.tridentsdk.world.* package |
| net.tridentsdk.world |
World access: Chunks, dimensions, and loading, and world generation
|
| Modifier and Type | Method and Description |
|---|---|
SoundEffectType |
Substance.breakSound()
Returns the break sound of the block
|
SoundEffectType |
Substance.placeSound()
Returns the place sound of the block
|
| Modifier and Type | Method and Description |
|---|---|
static SoundEffectType |
SoundEffectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoundEffectType[] |
SoundEffectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SoundEffectType |
TridentSoundEffect.type() |
| Modifier and Type | Method and Description |
|---|---|
void |
TridentSoundEffect.setType(SoundEffectType type) |
| Constructor and Description |
|---|
TridentSoundEffect(World world,
SoundEffectType type) |
| Modifier and Type | Field and Description |
|---|---|
protected SoundEffectType |
PacketPlayOutSoundEffect.sound |
| Modifier and Type | Method and Description |
|---|---|
SoundEffectType |
PacketPlayOutSoundEffect.sound() |
| Modifier and Type | Method and Description |
|---|---|
SoundEffect |
TridentWorld.playSound(SoundEffectType sound) |
| Modifier and Type | Method and Description |
|---|---|
SoundEffect |
World.playSound(SoundEffectType sound)
Creates a new sound effect
|
Copyright © 2016. All rights reserved.