net.minestom.server.instance.block.jukebox.JukeboxSongs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of minestom-snapshots Show documentation
Show all versions of minestom-snapshots Show documentation
1.20.4 Lightweight Minecraft server
package net.minestom.server.instance.block.jukebox;
import net.minestom.server.registry.DynamicRegistry;
/**
* Code autogenerated, do not edit!
*/
@SuppressWarnings("unused")
interface JukeboxSongs {
DynamicRegistry.Key PRECIPICE = DynamicRegistry.Key.of("minecraft:precipice");
DynamicRegistry.Key STAL = DynamicRegistry.Key.of("minecraft:stal");
DynamicRegistry.Key STRAD = DynamicRegistry.Key.of("minecraft:strad");
DynamicRegistry.Key CREATOR_MUSIC_BOX = DynamicRegistry.Key.of("minecraft:creator_music_box");
DynamicRegistry.Key _13 = DynamicRegistry.Key.of("minecraft:13");
DynamicRegistry.Key RELIC = DynamicRegistry.Key.of("minecraft:relic");
DynamicRegistry.Key FAR = DynamicRegistry.Key.of("minecraft:far");
DynamicRegistry.Key BLOCKS = DynamicRegistry.Key.of("minecraft:blocks");
DynamicRegistry.Key _5 = DynamicRegistry.Key.of("minecraft:5");
DynamicRegistry.Key OTHERSIDE = DynamicRegistry.Key.of("minecraft:otherside");
DynamicRegistry.Key MELLOHI = DynamicRegistry.Key.of("minecraft:mellohi");
DynamicRegistry.Key MALL = DynamicRegistry.Key.of("minecraft:mall");
DynamicRegistry.Key CHIRP = DynamicRegistry.Key.of("minecraft:chirp");
DynamicRegistry.Key CREATOR = DynamicRegistry.Key.of("minecraft:creator");
DynamicRegistry.Key PIGSTEP = DynamicRegistry.Key.of("minecraft:pigstep");
DynamicRegistry.Key WARD = DynamicRegistry.Key.of("minecraft:ward");
DynamicRegistry.Key CAT = DynamicRegistry.Key.of("minecraft:cat");
DynamicRegistry.Key WAIT = DynamicRegistry.Key.of("minecraft:wait");
DynamicRegistry.Key _11 = DynamicRegistry.Key.of("minecraft:11");
}