Package vazkii.botania.common.item.lens
Class BoreLens
java.lang.Object
vazkii.botania.common.item.lens.Lens
vazkii.botania.common.item.lens.BoreLens
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancanHarvest(int harvestLevel, net.minecraft.world.level.block.state.BlockState state) booleancollideBurst(ManaBurst burst, net.minecraft.world.phys.HitResult rtr, boolean isManaBlock, boolean shouldKill, net.minecraft.world.item.ItemStack stack) static net.minecraft.world.item.ItemStackgetHarvestToolStack(int harvestLevel, net.minecraft.world.level.block.state.BlockState state) Methods inherited from class vazkii.botania.common.item.lens.Lens
allowBurstShooting, apply, getManaToTransfer, onControlledSpreaderPulse, onControlledSpreaderTick, updateBurst
-
Constructor Details
-
BoreLens
public BoreLens()
-
-
Method Details
-
collideBurst
public boolean collideBurst(ManaBurst burst, net.minecraft.world.phys.HitResult rtr, boolean isManaBlock, boolean shouldKill, net.minecraft.world.item.ItemStack stack) - Overrides:
collideBurstin classLens
-
canHarvest
public static boolean canHarvest(int harvestLevel, net.minecraft.world.level.block.state.BlockState state) -
getHarvestToolStack
public static net.minecraft.world.item.ItemStack getHarvestToolStack(int harvestLevel, net.minecraft.world.level.block.state.BlockState state)
-