| Package | Description |
|---|---|
| org.cloudburstmc.server.block.behavior | |
| org.cloudburstmc.server.level |
| Modifier and Type | Method and Description |
|---|---|
Sound |
BlockBehaviorNoteblock.Instrument.getSound() |
| Modifier and Type | Method and Description |
|---|---|
static Sound |
Sound.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sound[] |
Sound.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Level.addSound(com.nukkitx.math.vector.Vector3f pos,
Sound sound) |
void |
Level.addSound(com.nukkitx.math.vector.Vector3f pos,
Sound sound,
float volume,
float pitch) |
void |
Level.addSound(com.nukkitx.math.vector.Vector3f pos,
Sound sound,
float volume,
float pitch,
Collection<Player> players) |
void |
Level.addSound(com.nukkitx.math.vector.Vector3f pos,
Sound sound,
float volume,
float pitch,
Player... players) |
void |
Level.addSound(com.nukkitx.math.vector.Vector3i pos,
Sound sound) |
void |
Level.addSound(com.nukkitx.math.vector.Vector3i pos,
Sound sound,
float volume,
float pitch) |
Copyright © 2020. All rights reserved.