Package net.minecraft.village
Class MerchantInventory
java.lang.Object
net.minecraft.village.MerchantInventory
public class MerchantInventory extends Object implements Inventory
- Mappings:
Namespace Name official bkv
intermediary net/minecraft/class_1725
named net/minecraft/village/MerchantInventory
-
Field Summary
Fields Modifier and Type Field Description private DefaultedList<ItemStack>
inventory
private Merchant
merchant
private int
merchantRewardedExperience
private int
recipeIndex
private TradeOffer
tradeOffer
-
Constructor Summary
Constructors Constructor Description MerchantInventory(Merchant merchant)
-
Method Summary
Modifier and Type Method Description boolean
canPlayerUse(PlayerEntity player)
void
clear()
int
getMerchantRewardedExperience()
ItemStack
getStack(int slot)
Fetches the stack currently stored at the given slot.TradeOffer
getTradeOffer()
boolean
isEmpty()
void
markDirty()
private boolean
needRecipeUpdate(int slot)
ItemStack
removeStack(int slot)
Removes the stack currently stored at the indicated slot.ItemStack
removeStack(int slot, int amount)
Removes a specific number of items from the given slot.void
setRecipeIndex(int index)
void
setStack(int slot, ItemStack stack)
int
size()
void
updateRecipes()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.inventory.Inventory
containsAny, count, getMaxCountPerStack, isValid, onClose, onOpen
-
Field Details
-
merchant
- Mappings:
Namespace Name Mixin selector official a
Lbkv;a:Lbsr;
intermediary field_7844
Lnet/minecraft/class_1725;field_7844:Lnet/minecraft/class_1915;
named merchant
Lnet/minecraft/village/MerchantInventory;merchant:Lnet/minecraft/village/Merchant;
-
inventory
- Mappings:
Namespace Name Mixin selector official b
Lbkv;b:Lgj;
intermediary field_7845
Lnet/minecraft/class_1725;field_7845:Lnet/minecraft/class_2371;
named inventory
Lnet/minecraft/village/MerchantInventory;inventory:Lnet/minecraft/util/collection/DefaultedList;
-
tradeOffer
- Mappings:
Namespace Name Mixin selector official c
Lbkv;c:Lbss;
intermediary field_7843
Lnet/minecraft/class_1725;field_7843:Lnet/minecraft/class_1914;
named tradeOffer
Lnet/minecraft/village/MerchantInventory;tradeOffer:Lnet/minecraft/village/TradeOffer;
-
recipeIndex
private int recipeIndex- Mappings:
Namespace Name Mixin selector official d
Lbkv;d:I
intermediary field_7842
Lnet/minecraft/class_1725;field_7842:I
named recipeIndex
Lnet/minecraft/village/MerchantInventory;recipeIndex:I
-
merchantRewardedExperience
private int merchantRewardedExperience- Mappings:
Namespace Name Mixin selector official e
Lbkv;e:I
intermediary field_18668
Lnet/minecraft/class_1725;field_18668:I
named merchantRewardedExperience
Lnet/minecraft/village/MerchantInventory;merchantRewardedExperience:I
-
-
Constructor Details
-
MerchantInventory
- Mappings:
Namespace Name Mixin selector official <init>
Lbkv;<init>(Lbsr;)V
intermediary <init>
Lnet/minecraft/class_1725;<init>(Lnet/minecraft/class_1915;)V
named <init>
Lnet/minecraft/village/MerchantInventory;<init>(Lnet/minecraft/village/Merchant;)V
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
getStack
Fetches the stack currently stored at the given slot. If the slot is empty, or is outside the bounds of this inventory, returns seeItemStack.EMPTY
. -
removeStack
Removes a specific number of items from the given slot.- Specified by:
removeStack
in interfaceInventory
- Returns:
- the removed items as a stack
- Mappings:
Namespace Name Mixin selector official a
Lapj;a(II)Lbnv;
intermediary method_5434
Lnet/minecraft/class_1263;method_5434(II)Lnet/minecraft/class_1799;
named removeStack
Lnet/minecraft/inventory/Inventory;removeStack(II)Lnet/minecraft/item/ItemStack;
-
needRecipeUpdate
private boolean needRecipeUpdate(int slot)- Mappings:
Namespace Name Mixin selector official d
Lbkv;d(I)Z
intermediary method_7644
Lnet/minecraft/class_1725;method_7644(I)Z
named needRecipeUpdate
Lnet/minecraft/village/MerchantInventory;needRecipeUpdate(I)Z
-
removeStack
Removes the stack currently stored at the indicated slot.- Specified by:
removeStack
in interfaceInventory
- Returns:
- the stack previously stored at the indicated slot.
- Mappings:
Namespace Name Mixin selector official b
Lapj;b(I)Lbnv;
intermediary method_5441
Lnet/minecraft/class_1263;method_5441(I)Lnet/minecraft/class_1799;
named removeStack
Lnet/minecraft/inventory/Inventory;removeStack(I)Lnet/minecraft/item/ItemStack;
-
setStack
-
canPlayerUse
- Specified by:
canPlayerUse
in interfaceInventory
- Mappings:
Namespace Name Mixin selector official a
Lapj;a(Lbhl;)Z
intermediary method_5443
Lnet/minecraft/class_1263;method_5443(Lnet/minecraft/class_1657;)Z
named canPlayerUse
Lnet/minecraft/inventory/Inventory;canPlayerUse(Lnet/minecraft/entity/player/PlayerEntity;)Z
-
markDirty
public void markDirty() -
updateRecipes
public void updateRecipes()- Mappings:
Namespace Name Mixin selector official f
Lbkv;f()V
intermediary method_7645
Lnet/minecraft/class_1725;method_7645()V
named updateRecipes
Lnet/minecraft/village/MerchantInventory;updateRecipes()V
-
getTradeOffer
- Mappings:
Namespace Name Mixin selector official g
Lbkv;g()Lbss;
intermediary method_7642
Lnet/minecraft/class_1725;method_7642()Lnet/minecraft/class_1914;
named getTradeOffer
Lnet/minecraft/village/MerchantInventory;getTradeOffer()Lnet/minecraft/village/TradeOffer;
-
setRecipeIndex
public void setRecipeIndex(int index)- Mappings:
Namespace Name Mixin selector official c
Lbkv;c(I)V
intermediary method_7643
Lnet/minecraft/class_1725;method_7643(I)V
named setRecipeIndex
Lnet/minecraft/village/MerchantInventory;setRecipeIndex(I)V
-
clear
public void clear() -
getMerchantRewardedExperience
- Mappings:
Namespace Name Mixin selector official h
Lbkv;h()I
intermediary method_19252
Lnet/minecraft/class_1725;method_19252()I
named getMerchantRewardedExperience
Lnet/minecraft/village/MerchantInventory;getMerchantRewardedExperience()I
-