public class Schedule extends ForgeRegistryEntry<Schedule>
| Modifier and Type | Field and Description |
|---|---|
static Schedule |
EMPTY |
static Schedule |
SIMPLE |
static Schedule |
VILLAGER_BABY |
static Schedule |
VILLAGER_DEFAULT |
delegate| Constructor and Description |
|---|
Schedule() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createDutiesFor(Activity p_221379_1_) |
protected java.util.List<ScheduleDuties> |
getAllDutiesExcept(Activity p_221381_1_) |
protected ScheduleDuties |
getDutiesFor(Activity p_221382_1_) |
Activity |
getScheduledActivity(int dayTime) |
protected static ScheduleBuilder |
register(java.lang.String key) |
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryNamepublic static final Schedule EMPTY
public static final Schedule SIMPLE
public static final Schedule VILLAGER_BABY
public static final Schedule VILLAGER_DEFAULT
protected static ScheduleBuilder register(java.lang.String key)
protected void createDutiesFor(Activity p_221379_1_)
protected ScheduleDuties getDutiesFor(Activity p_221382_1_)
protected java.util.List<ScheduleDuties> getAllDutiesExcept(Activity p_221381_1_)
public Activity getScheduledActivity(int dayTime)