Uses of Enum Class
net.minecraft.block.enums.NoteBlockInstrument.Type
Packages that use NoteBlockInstrument.Type
-
Uses of NoteBlockInstrument.Type in net.minecraft.block.enums
Fields in net.minecraft.block.enums declared as NoteBlockInstrument.TypeMethods in net.minecraft.block.enums that return NoteBlockInstrument.TypeModifier and TypeMethodDescriptionstatic NoteBlockInstrument.TypeReturns the enum constant of this class with the specified name.static NoteBlockInstrument.Type[]NoteBlockInstrument.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.block.enums with parameters of type NoteBlockInstrument.TypeModifierConstructorDescriptionprivateNoteBlockInstrument(String name, RegistryEntry<SoundEvent> sound, NoteBlockInstrument.Type type)