Uses of Record Class
net.minecraft.world.item.Instrument
Packages that use Instrument
Package
Description
- 
Uses of Instrument in net.minecraft.core.registriesFields in net.minecraft.core.registries with type parameters of type InstrumentModifier and TypeFieldDescriptionstatic final Registry<Instrument>BuiltInRegistries.INSTRUMENTstatic final ResourceKey<Registry<Instrument>>Registries.INSTRUMENT
- 
Uses of Instrument in net.minecraft.tagsFields in net.minecraft.tags with type parameters of type InstrumentModifier and TypeFieldDescriptionstatic final TagKey<Instrument>InstrumentTags.GOAT_HORNSstatic final TagKey<Instrument>InstrumentTags.REGULAR_GOAT_HORNSstatic final TagKey<Instrument>InstrumentTags.SCREAMING_GOAT_HORNSMethods in net.minecraft.tags that return types with arguments of type Instrument
- 
Uses of Instrument in net.minecraft.world.itemFields in net.minecraft.world.item with type parameters of type InstrumentModifier and TypeFieldDescriptionstatic final ResourceKey<Instrument>Instruments.ADMIRE_GOAT_HORNstatic final ResourceKey<Instrument>Instruments.CALL_GOAT_HORNstatic final com.mojang.serialization.Codec<Instrument>Instrument.CODECstatic final ResourceKey<Instrument>Instruments.DREAM_GOAT_HORNstatic final ResourceKey<Instrument>Instruments.FEEL_GOAT_HORNprivate final TagKey<Instrument>InstrumentItem.instrumentsstatic final ResourceKey<Instrument>Instruments.PONDER_GOAT_HORNstatic final ResourceKey<Instrument>Instruments.SEEK_GOAT_HORNstatic final ResourceKey<Instrument>Instruments.SING_GOAT_HORNstatic final ResourceKey<Instrument>Instruments.YEARN_GOAT_HORNMethods in net.minecraft.world.item that return InstrumentModifier and TypeMethodDescriptionstatic InstrumentInstruments.bootstrap(Registry<Instrument> p_220149_) Methods in net.minecraft.world.item that return types with arguments of type InstrumentModifier and TypeMethodDescriptionprivate static ResourceKey<Instrument>private Optional<? extends Holder<Instrument>>InstrumentItem.getInstrument(ItemStack p_220135_) Methods in net.minecraft.world.item with parameters of type InstrumentModifier and TypeMethodDescriptionprivate static voidInstrumentItem.play(Level p_220127_, Player p_220128_, Instrument p_220129_) Method parameters in net.minecraft.world.item with type arguments of type InstrumentModifier and TypeMethodDescriptionstatic InstrumentInstruments.bootstrap(Registry<Instrument> p_220149_) static ItemStackInstrumentItem.create(Item p_220108_, Holder<Instrument> p_220109_) private static voidCreativeModeTabs.generateInstrumentTypes(CreativeModeTab.Output p_270699_, HolderLookup<Instrument> p_270948_, Item p_270421_, TagKey<Instrument> p_270798_, CreativeModeTab.TabVisibility p_270817_) private static voidCreativeModeTabs.generateInstrumentTypes(CreativeModeTab.Output p_270699_, HolderLookup<Instrument> p_270948_, Item p_270421_, TagKey<Instrument> p_270798_, CreativeModeTab.TabVisibility p_270817_) static voidInstrumentItem.setRandom(ItemStack p_220111_, TagKey<Instrument> p_220112_, RandomSource p_220113_) private static voidInstrumentItem.setSoundVariantId(ItemStack p_220120_, Holder<Instrument> p_220121_) Constructor parameters in net.minecraft.world.item with type arguments of type InstrumentModifierConstructorDescriptionInstrumentItem(Item.Properties p_220099_, TagKey<Instrument> p_220100_) 
- 
Uses of Instrument in net.minecraft.world.level.storage.loot.functionsFields in net.minecraft.world.level.storage.loot.functions with type parameters of type InstrumentMethod parameters in net.minecraft.world.level.storage.loot.functions with type arguments of type InstrumentModifier and TypeMethodDescriptionstatic LootItemConditionalFunction.Builder<?>SetInstrumentFunction.setInstrumentOptions(TagKey<Instrument> p_231012_) Constructor parameters in net.minecraft.world.level.storage.loot.functions with type arguments of type InstrumentModifierConstructorDescriptionprivateSetInstrumentFunction(List<LootItemCondition> p_298993_, TagKey<Instrument> p_231009_)