Uses of Interface
net.minecraft.entity.merchant.villager.VillagerTrades.ITrade
-
Packages that use VillagerTrades.ITrade Package Description net.minecraft.entity.merchant.villager net.minecraftforge.common net.minecraftforge.event.village -
-
Uses of VillagerTrades.ITrade in net.minecraft.entity.merchant.villager
Classes in net.minecraft.entity.merchant.villager that implement VillagerTrades.ITrade Modifier and Type Class Description (package private) static class
VillagerTrades.DyedArmorForEmeraldsTrade
(package private) static class
VillagerTrades.EmeraldForItemsTrade
(package private) static class
VillagerTrades.EmeraldForMapTrade
(package private) static class
VillagerTrades.EmeraldForVillageTypeItemTrade
(package private) static class
VillagerTrades.EnchantedBookForEmeraldsTrade
(package private) static class
VillagerTrades.EnchantedItemForEmeraldsTrade
(package private) static class
VillagerTrades.ItemsForEmeraldsAndItemsTrade
(package private) static class
VillagerTrades.ItemsForEmeraldsTrade
(package private) static class
VillagerTrades.ItemWithPotionForEmeraldsAndItemsTrade
(package private) static class
VillagerTrades.SuspiciousStewForEmeraldTrade
Methods in net.minecraft.entity.merchant.villager with parameters of type VillagerTrades.ITrade Modifier and Type Method Description protected void
AbstractVillagerEntity. addOffersFromItemListings(MerchantOffers p_213717_1_, VillagerTrades.ITrade[] p_213717_2_, int p_213717_3_)
-
Uses of VillagerTrades.ITrade in net.minecraftforge.common
Classes in net.minecraftforge.common that implement VillagerTrades.ITrade Modifier and Type Class Description class
BasicTrade
A default, exposed implementation of ITrade. -
Uses of VillagerTrades.ITrade in net.minecraftforge.event.village
Fields in net.minecraftforge.event.village with type parameters of type VillagerTrades.ITrade Modifier and Type Field Description protected java.util.List<VillagerTrades.ITrade>
WandererTradesEvent. generic
protected java.util.List<VillagerTrades.ITrade>
WandererTradesEvent. rare
protected it.unimi.dsi.fastutil.ints.Int2ObjectMap<java.util.List<VillagerTrades.ITrade>>
VillagerTradesEvent. trades
Methods in net.minecraftforge.event.village that return types with arguments of type VillagerTrades.ITrade Modifier and Type Method Description java.util.List<VillagerTrades.ITrade>
WandererTradesEvent. getGenericTrades()
java.util.List<VillagerTrades.ITrade>
WandererTradesEvent. getRareTrades()
it.unimi.dsi.fastutil.ints.Int2ObjectMap<java.util.List<VillagerTrades.ITrade>>
VillagerTradesEvent. getTrades()
Constructor parameters in net.minecraftforge.event.village with type arguments of type VillagerTrades.ITrade Constructor Description VillagerTradesEvent(it.unimi.dsi.fastutil.ints.Int2ObjectMap<java.util.List<VillagerTrades.ITrade>> trades, VillagerProfession type)
WandererTradesEvent(java.util.List<VillagerTrades.ITrade> generic, java.util.List<VillagerTrades.ITrade> rare)
-