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
FieldsModifier and TypeFieldDescriptionstatic final int
private static final int
private 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
static final int
private static final int
private String
private static final org.slf4j.Logger
static final int
private boolean
int
static final int
private static final int
private static final int
Fields inherited from class net.minecraft.world.inventory.ItemCombinerMenu
access, inputSlots, player, 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, SLOT_SIZE, slots, SLOTS_PER_ROW
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
calculateIncreasedRepairCost
(int p_39026_) private static ItemCombinerMenuSlotDefinition
final void
protected void
Neo: This is the original createResult() method, which is called by the above method (createResult()
.int
getCost()
protected boolean
isValidBlock
(BlockState p_39019_) protected boolean
protected void
void
setCost
(int value) Neo: Sets the cost.boolean
setItemName
(String p_288970_) private static String
validateName
(String p_288995_) Methods inherited from class net.minecraft.world.inventory.ItemCombinerMenu
canMoveIntoInputSlots, getResultSlot, quickMoveStack, removed, slotsChanged, stillValid
Methods inherited from class net.minecraft.world.inventory.AbstractContainerMenu
addDataSlot, addDataSlots, addInventoryExtendedSlots, addInventoryHotbarSlots, addSlot, addSlotListener, addStandardInventorySlots, broadcastChanges, broadcastFullState, canDragTo, canItemQuickReplace, canTakeItemForPickAll, checkContainerDataCount, checkContainerSize, clearContainer, clicked, clickMenuButton, findSlot, getCarried, getItems, getQuickcraftHeader, getQuickcraftMask, getQuickCraftPlaceCount, getQuickcraftType, getRedstoneSignalFromBlockEntity, getRedstoneSignalFromContainer, getSlot, getStateId, getType, incrementStateId, initializeContents, isValidQuickcraftType, isValidSlotIndex, moveItemStackTo, removeSlotListener, resetQuickCraft, resumeRemoteUpdates, sendAllDataToRemote, setCarried, setData, setItem, setRemoteCarried, setRemoteSlot, setRemoteSlotUnsafe, setSelectedBundleItemIndex, setSynchronizer, stillValid, suppressRemoteUpdates, transferState
-
Field Details
-
INPUT_SLOT
public static final int INPUT_SLOT- See Also:
-
ADDITIONAL_SLOT
public static final int ADDITIONAL_SLOT- See Also:
-
RESULT_SLOT
public static final int RESULT_SLOT- See Also:
-
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
-
onlyRenaming
private boolean onlyRenaming -
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:
-
INPUT_SLOT_X_PLACEMENT
private static final int INPUT_SLOT_X_PLACEMENT- See Also:
-
ADDITIONAL_SLOT_X_PLACEMENT
private static final int ADDITIONAL_SLOT_X_PLACEMENT- See Also:
-
RESULT_SLOT_X_PLACEMENT
private static final int RESULT_SLOT_X_PLACEMENT- See Also:
-
SLOT_Y_PLACEMENT
private static final int SLOT_Y_PLACEMENT- See Also:
-
-
Constructor Details
-
AnvilMenu
-
AnvilMenu
-
-
Method Details
-
createInputSlotDefinitions
-
isValidBlock
- Specified by:
isValidBlock
in classItemCombinerMenu
-
mayPickup
- Overrides:
mayPickup
in classItemCombinerMenu
-
onTake
- Specified by:
onTake
in classItemCombinerMenu
-
createResult
public final void createResult()- Specified by:
createResult
in classItemCombinerMenu
-
createResultInternal
protected void createResultInternal()Neo: This is the original createResult() method, which is called by the above method (createResult()
.If you would normally override
createResult()
, you should override this method instead. -
calculateIncreasedRepairCost
public static int calculateIncreasedRepairCost(int p_39026_) -
setItemName
-
validateName
-
getCost
public int getCost() -
setCost
public void setCost(int value) Neo: Sets the cost. Negative values are clamped to zero.
-