Class MixinBrewingStandMenu_FuelSlot

java.lang.Object
net.minecraft.world.inventory.Slot
com.viaversion.viafabricplus.injection.mixin.features.interaction.remove_fuel_slot.MixinBrewingStandMenu_FuelSlot

public abstract class MixinBrewingStandMenu_FuelSlot extends net.minecraft.world.inventory.Slot
  • Field Summary

    Fields inherited from class net.minecraft.world.inventory.Slot

    container, index, x, y
  • Constructor Summary

    Constructors
    Constructor
    Description
    MixinBrewingStandMenu_FuelSlot(net.minecraft.world.Container inventory, int index, int x, int y)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class net.minecraft.world.inventory.Slot

    allowModification, checkTakeAchievements, getContainerSlot, getItem, getMaxStackSize, getMaxStackSize, getNoItemIcon, hasItem, isFake, isHighlightable, mayPickup, mayPlace, onQuickCraft, onQuickCraft, onSwapCraft, onTake, remove, safeClone, safeInsert, safeInsert, safeTake, set, setByPlayer, setByPlayer, setChanged, tryRemove

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MixinBrewingStandMenu_FuelSlot

      public MixinBrewingStandMenu_FuelSlot(net.minecraft.world.Container inventory, int index, int x, int y)
  • Method Details

    • isActive

      public boolean isActive()
      Overrides:
      isActive in class net.minecraft.world.inventory.Slot