Class DefaultSchedules
java.lang.Object
me.gamercoder215.mobchip.ai.schedule.DefaultSchedules
Represents Built-In MC Schedules
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Schedule
Represents a Baby Villager's default schedule.static final Schedule
Represents an Empty Schedulestatic final Schedule
Represents a Simple Schedule with working at 5,000 ticks and resting at 11,000 ticks.static final Schedule
Represents an Adult Villager's default schedule. -
Method Summary
-
Field Details
-
EMPTY
Represents an Empty Schedule -
SIMPLE
Represents a Simple Schedule with working at 5,000 ticks and resting at 11,000 ticks. -
VILLAGER
Represents an Adult Villager's default schedule. -
BABY_VILLAGER
Represents a Baby Villager's default schedule.
-
-
Method Details
-
get
Fetches a Schedule from the Minecraft registrar.- Parameters:
id
- ID of the Schedule- Returns:
- Schedule found, or
EMPTY
if not found
-