java.lang.Object
net.minecraft.world.inventory.AbstractContainerMenu
net.minecraft.world.inventory.RecipeBookMenu
net.minecraft.world.inventory.AbstractCraftingMenu
com.viaversion.viafabricplus.injection.mixin.features.interaction.container_clicking.MixinCraftingMenu

public abstract class MixinCraftingMenu extends net.minecraft.world.inventory.AbstractCraftingMenu
  • Verschachtelte Klassen - Übersicht

    Von Klasse geerbte verschachtelte Klassen/Schnittstellen net.minecraft.world.inventory.RecipeBookMenu

    net.minecraft.world.inventory.RecipeBookMenu.PostPlaceAction
  • Feldübersicht

    Von Klasse geerbte Felder net.minecraft.world.inventory.AbstractCraftingMenu

    craftSlots, resultSlots

    Von Klasse geerbte Felder 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
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    MixinCraftingMenu(net.minecraft.world.inventory.MenuType<?> type, int syncId, int width, int height)
     
  • Methodenübersicht

    Von Klasse geerbte Methoden net.minecraft.world.inventory.AbstractCraftingMenu

    addCraftingGridSlots, addResultSlot, beginPlacingRecipe, fillCraftSlotsStackedContents, finishPlacingRecipe, getGridHeight, getGridWidth, getInputGridSlots, getResultSlot, handlePlacement, owner

    Von Klasse geerbte Methoden net.minecraft.world.inventory.RecipeBookMenu

    getRecipeBookType

    Von Klasse geerbte Methoden 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, quickMoveStack, removed, removeSlotListener, resetQuickCraft, resumeRemoteUpdates, sendAllDataToRemote, setCarried, setData, setItem, setRemoteCarried, setRemoteSlot, setRemoteSlotUnsafe, setSelectedBundleItemIndex, setSynchronizer, slotsChanged, stillValid, stillValid, suppressRemoteUpdates, transferState

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • MixinCraftingMenu

      public MixinCraftingMenu(net.minecraft.world.inventory.MenuType<?> type, int syncId, int width, int height)