Uses of Interface
net.minecraft.world.entity.npc.VillagerTrades.ItemListing
Package
Description
-
Uses of VillagerTrades.ItemListing in net.minecraft.world.entity.npc
Modifier 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
Modifier and TypeMethodDescriptionprotected void
AbstractVillager.addOffersFromItemListings
(MerchantOffers p_35278_, VillagerTrades.ItemListing[] p_35279_, int p_35280_) -
Uses of VillagerTrades.ItemListing in net.minecraftforge.common
Modifier and TypeClassDescriptionclass
A default, exposed implementation of ITrade. -
Uses of VillagerTrades.ItemListing in net.minecraftforge.event.village
Modifier 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
Modifier and TypeMethodDescriptionWandererTradesEvent.getGenericTrades()
WandererTradesEvent.getRareTrades()
it.unimi.dsi.fastutil.ints.Int2ObjectMap<List<VillagerTrades.ItemListing>>
VillagerTradesEvent.getTrades()
ModifierConstructorDescriptionVillagerTradesEvent
(it.unimi.dsi.fastutil.ints.Int2ObjectMap<List<VillagerTrades.ItemListing>> trades, VillagerProfession type) WandererTradesEvent
(List<VillagerTrades.ItemListing> generic, List<VillagerTrades.ItemListing> rare)