Uses of Interface
net.minecraft.world.entity.npc.VillagerTrades.ItemListing
Packages that use VillagerTrades.ItemListing
Package
Description
- 
Uses of VillagerTrades.ItemListing in net.minecraft.world.entity.npcClasses in net.minecraft.world.entity.npc that implement VillagerTrades.ItemListingModifier and TypeClassDescription(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static final recordFields in net.minecraft.world.entity.npc with type parameters of type VillagerTrades.ItemListingModifier and TypeFieldDescriptionprivate final Map<VillagerType,VillagerTrades.ItemListing> VillagerTrades.TypeSpecificTrade.tradesThe field for thetradesrecord component.Methods in net.minecraft.world.entity.npc that return VillagerTrades.ItemListingModifier and TypeMethodDescriptionprivate static VillagerTrades.ItemListingVillagerTrades.commonBooks(int p_294584_) private static VillagerTrades.ItemListingVillagerTrades.specialBooks()Methods in net.minecraft.world.entity.npc that return types with arguments of type VillagerTrades.ItemListingModifier and TypeMethodDescriptionVillagerTrades.TypeSpecificTrade.trades()Returns the value of thetradesrecord component.Methods in net.minecraft.world.entity.npc with parameters of type VillagerTrades.ItemListingModifier and TypeMethodDescriptionprotected voidAbstractVillager.addOffersFromItemListings(MerchantOffers p_35278_, VillagerTrades.ItemListing[] p_35279_, int p_35280_) VillagerTrades.TypeSpecificTrade.oneTradeInBiomes(VillagerTrades.ItemListing p_302030_, VillagerType... p_301996_) Constructor parameters in net.minecraft.world.entity.npc with type arguments of type VillagerTrades.ItemListingModifierConstructorDescription(package private)Creates an instance of aTypeSpecificTraderecord class.
- 
Uses of VillagerTrades.ItemListing in net.neoforged.neoforge.commonClasses in net.neoforged.neoforge.common that implement VillagerTrades.ItemListingModifier and TypeClassDescriptionclassA default, exposed implementation of ITrade.
- 
Uses of VillagerTrades.ItemListing in net.neoforged.neoforge.event.villageFields in net.neoforged.neoforge.event.village with type parameters of type VillagerTrades.ItemListingModifier and TypeFieldDescriptionprotected List<VillagerTrades.ItemListing>WandererTradesEvent.genericprotected List<VillagerTrades.ItemListing>WandererTradesEvent.rareprotected it.unimi.dsi.fastutil.ints.Int2ObjectMap<List<VillagerTrades.ItemListing>>VillagerTradesEvent.tradesMethods in net.neoforged.neoforge.event.village that return types with arguments of type VillagerTrades.ItemListingModifier and TypeMethodDescriptionWandererTradesEvent.getGenericTrades()WandererTradesEvent.getRareTrades()it.unimi.dsi.fastutil.ints.Int2ObjectMap<List<VillagerTrades.ItemListing>>VillagerTradesEvent.getTrades()Constructor parameters in net.neoforged.neoforge.event.village with type arguments of type VillagerTrades.ItemListingModifierConstructorDescriptionVillagerTradesEvent(it.unimi.dsi.fastutil.ints.Int2ObjectMap<List<VillagerTrades.ItemListing>> trades, VillagerProfession type) WandererTradesEvent(List<VillagerTrades.ItemListing> generic, List<VillagerTrades.ItemListing> rare)