Class CreativeModeInventoryScreenSlotWrapperMixin

java.lang.Object
net.minecraft.world.inventory.Slot
de.luckymcdev.foundryengine.mixin.screen.CreativeModeInventoryScreenSlotWrapperMixin
All Implemented Interfaces:
SlotCustomization

public abstract class CreativeModeInventoryScreenSlotWrapperMixin extends net.minecraft.world.inventory.Slot implements SlotCustomization
  • Constructor Details

    • CreativeModeInventoryScreenSlotWrapperMixin

      public CreativeModeInventoryScreenSlotWrapperMixin(net.minecraft.world.Container container, int slot, int x, int y)
  • Method Details

    • CreativeModeInventoryScreen$SlotWrapper

      public void CreativeModeInventoryScreen$SlotWrapper(net.minecraft.world.inventory.Slot target, int index, int x, int y, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
    • engine$setDisabledOverride

      public void engine$setDisabledOverride(boolean disabled)
      Specified by:
      engine$setDisabledOverride in interface SlotCustomization
    • engine$getDisabledOverride

      public boolean engine$getDisabledOverride()
      Specified by:
      engine$getDisabledOverride in interface SlotCustomization
    • engine$setSlotTooltipText

      public void engine$setSlotTooltipText(List<net.minecraft.network.chat.Component> newSlotTooltipTextList)
      Specified by:
      engine$setSlotTooltipText in interface SlotCustomization
    • engine$getSlotTooltipText

      public List<net.minecraft.network.chat.Component> engine$getSlotTooltipText()
      Specified by:
      engine$getSlotTooltipText in interface SlotCustomization