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
ConstructorsConstructorDescriptionMixinBrewingStandMenu_FuelSlot(net.minecraft.world.Container inventory, int index, int x, int y) -
Method Summary
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
-
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:
isActivein classnet.minecraft.world.inventory.Slot
-