Interface JukeboxSong
- All Superinterfaces:
ProtocolObject
-
Nested Class Summary
-
Field Summary
Modifier 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.Builder
builder()
int
static @NotNull JukeboxSong
create
(@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 Component
float
registry()
@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:
registry
in interfaceProtocolObject
-