Package adris.altoclef.tasks.resources
Class CollectHoneycombTask
java.lang.Object
adris.altoclef.tasksystem.Task
adris.altoclef.tasks.ResourceTask
adris.altoclef.tasks.resources.CollectHoneycombTask
- All Implemented Interfaces:
 ITaskCanForce
- 
Field Summary
Fields inherited from class adris.altoclef.tasks.ResourceTask
_itemTargets - 
Constructor Summary
ConstructorsConstructorDescriptionCollectHoneycombTask(int targetCount) CollectHoneycombTask(int targetCount, boolean useCampfire)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisEqualResource(ResourceTask other) protected voidonResourceStart(AltoClef mod) protected voidonResourceStop(AltoClef mod, Task interruptTask) protected TaskonResourceTick(AltoClef mod) protected booleanprotected StringMethods inherited from class adris.altoclef.tasks.ResourceTask
forceDimension, getItemTargets, getToCorrectDimensionTask, isEqual, isFinished, isInWrongDimension, mineIfPresent, onStart, onStop, onTick, shouldForce, toDebugStringMethods inherited from class adris.altoclef.tasksystem.Task
equals, interrupt, isActive, reset, setDebugState, stop, stop, stopped, thisOrChildAreTimedOut, thisOrChildSatisfies, tick, toString 
- 
Constructor Details
- 
CollectHoneycombTask
public CollectHoneycombTask(int targetCount)  - 
CollectHoneycombTask
public CollectHoneycombTask(int targetCount, boolean useCampfire)  
 - 
 - 
Method Details
- 
onResourceStart
- Specified by:
 onResourceStartin classResourceTask
 - 
onResourceTick
- Specified by:
 onResourceTickin classResourceTask
 - 
onResourceStop
- Specified by:
 onResourceStopin classResourceTask
 - 
isEqualResource
- Specified by:
 isEqualResourcein classResourceTask
 - 
toDebugStringName
- Specified by:
 toDebugStringNamein classResourceTask
 - 
shouldAvoidPickingUp
- Specified by:
 shouldAvoidPickingUpin classResourceTask
 
 -