Class DeliverPackagesInstruction

All Implemented Interfaces:
IScheduleInput

public class DeliverPackagesInstruction extends ScheduleInstruction
  • Constructor Details

    • DeliverPackagesInstruction

      public DeliverPackagesInstruction()
  • Method Details

    • getSummary

      public net.createmod.catnip.data.Pair<net.minecraft.world.item.ItemStack,net.minecraft.network.chat.Component> getSummary()
    • getSecondLineIcon

      public net.minecraft.world.item.ItemStack getSecondLineIcon()
    • getTitleAs

      public List<net.minecraft.network.chat.Component> getTitleAs(String type)
    • getId

      public net.minecraft.resources.ResourceLocation getId()
    • supportsConditions

      public boolean supportsConditions()
      Specified by:
      supportsConditions in class ScheduleInstruction
    • start

      @Nullable public DiscoveredPath start(ScheduleRuntime runtime, net.minecraft.world.level.Level level)
      Specified by:
      start in class ScheduleInstruction