Interface JukeboxSong
- All Superinterfaces:
net.minestom.server.registry.ProtocolObject
public sealed interface JukeboxSong
extends net.minestom.server.registry.ProtocolObject
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DynamicRegistry.Key<JukeboxSong> static final DynamicRegistry.Key<JukeboxSong> static final DynamicRegistry.Key<JukeboxSong> static final DynamicRegistry.Key<JukeboxSong> static final DynamicRegistry.Key<JukeboxSong> static final DynamicRegistry.Key<JukeboxSong> static final DynamicRegistry.Key<JukeboxSong> static final DynamicRegistry.Key<JukeboxSong> static final DynamicRegistry.Key<JukeboxSong> static final DynamicRegistry.Key<JukeboxSong> static final DynamicRegistry.Key<JukeboxSong> static final @NotNull BinaryTagSerializer<DynamicRegistry.Key<JukeboxSong>> static final NetworkBuffer.Type<DynamicRegistry.Key<JukeboxSong>> static final DynamicRegistry.Key<JukeboxSong> static final DynamicRegistry.Key<JukeboxSong> static final DynamicRegistry.Key<JukeboxSong> static final DynamicRegistry.Key<JukeboxSong> static final DynamicRegistry.Key<JukeboxSong> static final DynamicRegistry.Key<JukeboxSong> static final DynamicRegistry.Key<JukeboxSong> static final DynamicRegistry.Key<JukeboxSong> -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull JukeboxSong.Builderbuilder()intstatic @NotNull JukeboxSongcreate(@NotNull SoundEvent soundEvent, @NotNull Component description, float lengthInSeconds, int comparatorOutput) static @NotNull DynamicRegistry<JukeboxSong> Creates a new registry for banner patterns, loading the vanilla banner patterns.@NotNull Componentfloatregistry()@NotNull SoundEvent
-
Field Details
-
NETWORK_TYPE
-
NBT_TYPE
-
PRECIPICE
-
STAL
-
STRAD
-
CREATOR_MUSIC_BOX
-
_13
-
RELIC
-
FAR
-
BLOCKS
-
_5
-
OTHERSIDE
-
MELLOHI
-
MALL
-
CHIRP
-
CREATOR
-
PIGSTEP
-
WARD
-
CAT
-
WAIT
-
_11
-
-
Method Details
-
create
@NotNull static @NotNull JukeboxSong create(@NotNull @NotNull SoundEvent soundEvent, @NotNull @NotNull Component description, float lengthInSeconds, int comparatorOutput) -
builder
-
createDefaultRegistry
Creates a new registry for banner patterns, loading the vanilla banner patterns.
- See Also:
-
soundEvent
-
description
-
lengthInSeconds
float lengthInSeconds() -
comparatorOutput
int comparatorOutput() -
registry
- Specified by:
registryin interfacenet.minestom.server.registry.ProtocolObject
-