All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minestom.server.instance.block.jukebox.JukeboxSongs Maven / Gradle / Ivy

There is a newer version: 7320437640
Show newest version
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");
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy