| Interface | Description |
|---|---|
| Sound |
Represents a Minecraft sound data in the resource-pack,
similar to
Texture. |
| SoundEntry |
Represents a possible sound for a
SoundEvent,
when a sound event is called, a random sound is
selected to be played |
| SoundEntry.Builder |
Mutable and fluent-style builder for
SoundEntry
instances, since it has a lot of parameters, we create
a builder for ease its creation |
| SoundEvent |
Represents a sound event, a compound of
SoundEntry
instances |
| SoundEvent.Builder |
Builder implementation for ease the
construction of
SoundEvent
instances |
| SoundRegistry |
Represents a
SoundEvent registry. |
| SoundRegistry.Builder |
A sound registry builder.
|
| Enum | Description |
|---|---|
| SoundEntry.Type |
Specifies the type of
SoundEntry |