Uses of Class
net.minecraft.item.MerchantOffers
-
-
Uses of MerchantOffers in net.minecraft.client.gui.screen.inventory
Methods in net.minecraft.client.gui.screen.inventory with parameters of type MerchantOffers Modifier and Type Method Description private void
MerchantScreen. renderScroller(MatrixStack p_238840_1_, int p_238840_2_, int p_238840_3_, MerchantOffers p_238840_4_)
-
Uses of MerchantOffers in net.minecraft.entity
Fields in net.minecraft.entity declared as MerchantOffers Modifier and Type Field Description private MerchantOffers
NPCMerchant. offers
Methods in net.minecraft.entity that return MerchantOffers Modifier and Type Method Description MerchantOffers
NPCMerchant. getOffers()
Methods in net.minecraft.entity with parameters of type MerchantOffers Modifier and Type Method Description void
NPCMerchant. overrideOffers(MerchantOffers p_213703_1_)
-
Uses of MerchantOffers in net.minecraft.entity.merchant
Methods in net.minecraft.entity.merchant that return MerchantOffers Modifier and Type Method Description MerchantOffers
IMerchant. getOffers()
Methods in net.minecraft.entity.merchant with parameters of type MerchantOffers Modifier and Type Method Description void
IMerchant. overrideOffers(MerchantOffers p_213703_1_)
-
Uses of MerchantOffers in net.minecraft.entity.merchant.villager
Fields in net.minecraft.entity.merchant.villager declared as MerchantOffers Modifier and Type Field Description protected MerchantOffers
AbstractVillagerEntity. offers
Methods in net.minecraft.entity.merchant.villager that return MerchantOffers Modifier and Type Method Description MerchantOffers
AbstractVillagerEntity. getOffers()
Methods in net.minecraft.entity.merchant.villager with parameters of type MerchantOffers Modifier and Type Method Description protected void
AbstractVillagerEntity. addOffersFromItemListings(MerchantOffers p_213717_1_, VillagerTrades.ITrade[] p_213717_2_, int p_213717_3_)
void
AbstractVillagerEntity. overrideOffers(MerchantOffers p_213703_1_)
void
VillagerEntity. setOffers(MerchantOffers p_213768_1_)
-
Uses of MerchantOffers in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type MerchantOffers Modifier and Type Method Description void
PlayerEntity. sendMerchantOffers(int p_213818_1_, MerchantOffers p_213818_2_, int p_213818_3_, int p_213818_4_, boolean p_213818_5_, boolean p_213818_6_)
void
ServerPlayerEntity. sendMerchantOffers(int p_213818_1_, MerchantOffers p_213818_2_, int p_213818_3_, int p_213818_4_, boolean p_213818_5_, boolean p_213818_6_)
-
Uses of MerchantOffers in net.minecraft.inventory.container
Methods in net.minecraft.inventory.container that return MerchantOffers Modifier and Type Method Description MerchantOffers
MerchantContainer. getOffers()
Methods in net.minecraft.inventory.container with parameters of type MerchantOffers Modifier and Type Method Description void
MerchantContainer. setOffers(MerchantOffers p_217044_1_)
-
Uses of MerchantOffers in net.minecraft.item
Methods in net.minecraft.item that return MerchantOffers Modifier and Type Method Description static MerchantOffers
MerchantOffers. createFromStream(PacketBuffer p_222198_0_)
-
Uses of MerchantOffers in net.minecraft.network.play.server
Fields in net.minecraft.network.play.server declared as MerchantOffers Modifier and Type Field Description private MerchantOffers
SMerchantOffersPacket. offers
Methods in net.minecraft.network.play.server that return MerchantOffers Modifier and Type Method Description MerchantOffers
SMerchantOffersPacket. getOffers()
Constructors in net.minecraft.network.play.server with parameters of type MerchantOffers Constructor Description SMerchantOffersPacket(int p_i51539_1_, MerchantOffers p_i51539_2_, int p_i51539_3_, int p_i51539_4_, boolean p_i51539_5_, boolean p_i51539_6_)
-