| Package | Description |
|---|---|
| net.tridentsdk.base |
This package contains basic elements in Minecraft, such as blocks, orientation, directions, instruments, and sounds
|
| net.tridentsdk.event.block |
Block-based events, called when a block is affected in an event
|
| Modifier and Type | Method and Description |
|---|---|
Note |
Note.flatten()
Returns a note flatter than this
|
Note |
Note.sharpen()
Returns a note one step sharper than this
|
| Modifier and Type | Method and Description |
|---|---|
Note |
NotePlayEvent.note()
Returns the Note being played
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotePlayEvent.setNote(Note note)
Set the Note that is being played
|
| Constructor and Description |
|---|
NotePlayEvent(Block block,
List<Player> players,
Note note,
Instrument instrument) |
Copyright © 2016. All rights reserved.