Class ProgWidgetInventoryExport

All Implemented Interfaces:
IProgWidgetBase, IAreaProvider, ICountWidget, IEntityProvider, IItemFiltering, IProgWidget, ISidedWidget, IVariableWidget

public class ProgWidgetInventoryExport extends ProgWidgetInventoryBase
  • Constructor Details

    • ProgWidgetInventoryExport

      public ProgWidgetInventoryExport()
  • Method Details

    • getTexture

      public net.minecraft.resources.ResourceLocation getTexture()
    • getWidgetAI

      public net.minecraft.world.entity.ai.goal.Goal getWidgetAI(IDroneBase drone, IProgWidget widget)
      Description copied from interface: IProgWidget
      Get the AI for this progwidget
      Specified by:
      getWidgetAI in interface IProgWidget
      Overrides:
      getWidgetAI in class ProgWidget
      Parameters:
      drone - the drone
      widget - will be 'this' most of the time, but not when controlled externally (e.g. ComputerCraft)
      Returns:
      widget AI
    • getColor

      public net.minecraft.world.item.DyeColor getColor()