Class SchedulingModeContainer
java.lang.Object
com.refinedmods.refinedstorage.common.support.SchedulingModeContainer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(List<? extends SchedulingMode.ScheduledTask> tasks) getType()
void
loadFromTag
(net.minecraft.nbt.CompoundTag tag) void
setType
(SchedulingModeType type) void
writeToTag
(net.minecraft.nbt.CompoundTag tag)
-
Constructor Details
-
SchedulingModeContainer
-
-
Method Details
-
getType
-
setType
-
loadFromTag
public void loadFromTag(net.minecraft.nbt.CompoundTag tag) -
writeToTag
public void writeToTag(net.minecraft.nbt.CompoundTag tag) -
execute
-