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.npc
Classes 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
Methods in net.minecraft.world.entity.npc with parameters of type VillagerTrades.ItemListingModifier and TypeMethodDescriptionprotected void
AbstractVillager.addOffersFromItemListings
(MerchantOffers p_35278_, VillagerTrades.ItemListing[] p_35279_, int p_35280_) -
Uses of VillagerTrades.ItemListing in net.minecraftforge.common
Classes in net.minecraftforge.common that implement VillagerTrades.ItemListingModifier and TypeClassDescriptionclass
A default, exposed implementation of ITrade. -
Uses of VillagerTrades.ItemListing in net.minecraftforge.event.village
Fields in net.minecraftforge.event.village with type parameters of type VillagerTrades.ItemListingModifier and TypeFieldDescriptionprotected List<VillagerTrades.ItemListing>
WandererTradesEvent.generic
protected List<VillagerTrades.ItemListing>
WandererTradesEvent.rare
protected it.unimi.dsi.fastutil.ints.Int2ObjectMap<List<VillagerTrades.ItemListing>>
VillagerTradesEvent.trades
Methods in net.minecraftforge.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.minecraftforge.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)