Package net.minecraft.world.inventory
Class AnvilMenu
java.lang.Object
net.minecraft.world.inventory.AbstractContainerMenu
net.minecraft.world.inventory.ItemCombinerMenu
net.minecraft.world.inventory.AnvilMenu
-
Field Summary
Modifier and TypeFieldDescriptionprivate final DataSlot
private static final int
private static final int
private static final int
private static final int
private static final int
private static final int
private static final int
private static final boolean
private String
private static final org.slf4j.Logger
static final int
int
Fields inherited from class net.minecraft.world.inventory.ItemCombinerMenu
access, ADDITIONAL_SLOT, INPUT_SLOT, inputSlots, player, RESULT_SLOT, resultSlots
Fields inherited from class net.minecraft.world.inventory.AbstractContainerMenu
CARRIED_SLOT_SIZE, containerId, QUICKCRAFT_HEADER_CONTINUE, QUICKCRAFT_HEADER_END, QUICKCRAFT_HEADER_START, QUICKCRAFT_TYPE_CHARITABLE, QUICKCRAFT_TYPE_CLONE, QUICKCRAFT_TYPE_GREEDY, SLOT_CLICKED_OUTSIDE, slots
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
calculateIncreasedRepairCost
(int p_39026_) void
int
getCost()
protected boolean
isValidBlock
(BlockState p_39019_) protected boolean
protected void
void
setItemName
(String p_39021_) void
setMaximumCost
(int value) Methods inherited from class net.minecraft.world.inventory.ItemCombinerMenu
quickMoveStack, removed, shouldQuickMoveToAdditionalSlot, slotsChanged, stillValid
Methods inherited from class net.minecraft.world.inventory.AbstractContainerMenu
addDataSlot, addDataSlots, addSlot, addSlotListener, broadcastChanges, broadcastFullState, canDragTo, canItemQuickReplace, canTakeItemForPickAll, checkContainerDataCount, checkContainerSize, clearContainer, clicked, clickMenuButton, findSlot, getCarried, getItems, getQuickcraftHeader, getQuickcraftMask, getQuickCraftSlotCount, getQuickcraftType, getRedstoneSignalFromBlockEntity, getRedstoneSignalFromContainer, getSlot, getStateId, getType, incrementStateId, initializeContents, isValidQuickcraftType, isValidSlotIndex, moveItemStackTo, removeSlotListener, resetQuickCraft, resumeRemoteUpdates, sendAllDataToRemote, setCarried, setData, setItem, setRemoteCarried, setRemoteSlot, setRemoteSlotNoCopy, setSynchronizer, stillValid, suppressRemoteUpdates, transferState
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
DEBUG_COST
private static final boolean DEBUG_COST- See Also:
-
MAX_NAME_LENGTH
public static final int MAX_NAME_LENGTH- See Also:
-
repairItemCountCost
public int repairItemCountCost -
itemName
-
cost
-
COST_FAIL
private static final int COST_FAIL- See Also:
-
COST_BASE
private static final int COST_BASE- See Also:
-
COST_ADDED_BASE
private static final int COST_ADDED_BASE- See Also:
-
COST_REPAIR_MATERIAL
private static final int COST_REPAIR_MATERIAL- See Also:
-
COST_REPAIR_SACRIFICE
private static final int COST_REPAIR_SACRIFICE- See Also:
-
COST_INCOMPATIBLE_PENALTY
private static final int COST_INCOMPATIBLE_PENALTY- See Also:
-
COST_RENAME
private static final int COST_RENAME- See Also:
-
-
Constructor Details
-
AnvilMenu
-
AnvilMenu
-
-
Method Details
-
isValidBlock
- Specified by:
isValidBlock
in classItemCombinerMenu
-
mayPickup
- Specified by:
mayPickup
in classItemCombinerMenu
-
onTake
- Specified by:
onTake
in classItemCombinerMenu
-
createResult
public void createResult()- Specified by:
createResult
in classItemCombinerMenu
-
calculateIncreasedRepairCost
public static int calculateIncreasedRepairCost(int p_39026_) -
setItemName
-
getCost
public int getCost() -
setMaximumCost
public void setMaximumCost(int value)
-