Class PlaceBlockTask
java.lang.Object
adris.altoclef.tasksystem.Task
adris.altoclef.tasks.construction.PlaceBlockTask
- All Implemented Interfaces:
 ITaskCanForce,ITaskRequiresGrounded
- Direct Known Subclasses:
 PlaceStructureBlockTask
Place a block type at a position
- 
Constructor Summary
ConstructorsConstructorDescriptionPlaceBlockTask(net.minecraft.util.math.BlockPos target, net.minecraft.block.Block... toPlace) PlaceBlockTask(net.minecraft.util.math.BlockPos target, net.minecraft.block.Block[] toPlace, boolean useThrowaways, boolean autoCollectStructureBlocks)  - 
Method Summary
Modifier and TypeMethodDescriptionstatic intgetMaterialCount(AltoClef mod) static TaskgetMaterialTask(int count) protected booleanbooleanisFinished(AltoClef mod) protected voidprotected voidprotected Taskprotected StringMethods inherited from class adris.altoclef.tasksystem.Task
equals, interrupt, isActive, reset, setDebugState, stop, stop, stopped, thisOrChildAreTimedOut, thisOrChildSatisfies, tick, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface adris.altoclef.tasksystem.ITaskRequiresGrounded
shouldForce 
- 
Constructor Details
- 
PlaceBlockTask
public PlaceBlockTask(net.minecraft.util.math.BlockPos target, net.minecraft.block.Block[] toPlace, boolean useThrowaways, boolean autoCollectStructureBlocks)  - 
PlaceBlockTask
public PlaceBlockTask(net.minecraft.util.math.BlockPos target, net.minecraft.block.Block... toPlace)  
 - 
 - 
Method Details
- 
getMaterialCount
 - 
getMaterialTask
 - 
onStart
 - 
onTick
 - 
onStop
 - 
isEqual
 - 
isFinished
- Overrides:
 isFinishedin classTask
 - 
toDebugString
- Specified by:
 toDebugStringin classTask
 
 -