Class ExpandTradeWithVillagerEvent
java.lang.Object
com.blamejared.crafttweaker.natives.event.entity.player.ExpandTradeWithVillagerEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.entity.npc.AbstractVillagergetAbstractVillager(net.minecraftforge.event.entity.player.TradeWithVillagerEvent internal) static net.minecraft.world.item.trading.MerchantOffergetMerchantOffer(net.minecraftforge.event.entity.player.TradeWithVillagerEvent internal)
-
Field Details
-
BUS
-
-
Constructor Details
-
ExpandTradeWithVillagerEvent
public ExpandTradeWithVillagerEvent()
-
-
Method Details
-
getMerchantOffer
public static net.minecraft.world.item.trading.MerchantOffer getMerchantOffer(net.minecraftforge.event.entity.player.TradeWithVillagerEvent internal) -
getAbstractVillager
public static net.minecraft.world.entity.npc.AbstractVillager getAbstractVillager(net.minecraftforge.event.entity.player.TradeWithVillagerEvent internal)
-