类 Schedule

java.lang.Object
net.minecraft.world.entity.schedule.Schedule

public class Schedule extends Object
  • 字段详细资料

    • WORK_START_TIME

      public static final int WORK_START_TIME
      另请参阅:
    • TOTAL_WORK_TIME

      public static final int TOTAL_WORK_TIME
      另请参阅:
    • EMPTY

      public static final Schedule EMPTY
    • SIMPLE

      public static final Schedule SIMPLE
    • VILLAGER_BABY

      public static final Schedule VILLAGER_BABY
    • VILLAGER_DEFAULT

      public static final Schedule VILLAGER_DEFAULT
    • timelines

      private final Map<Activity,Timeline> timelines
  • 构造器详细资料

    • Schedule

      public Schedule()
  • 方法详细资料

    • register

      protected static ScheduleBuilder register(String p_38030_)
    • ensureTimelineExistsFor

      protected void ensureTimelineExistsFor(Activity p_38025_)
    • getTimelineFor

      protected Timeline getTimelineFor(Activity p_38032_)
    • getAllTimelinesExceptFor

      protected List<Timeline> getAllTimelinesExceptFor(Activity p_38034_)
    • getActivityAt

      public Activity getActivityAt(int p_38020_)