-
Notifications
You must be signed in to change notification settings - Fork 0
FishingBulider
xuanyu tang edited this page Jun 20, 2025
·
2 revisions
@since 0.1.5
import mods.customfishing.FishingBulider;
| Method | Return Type | Function |
|---|---|---|
| create(ILiquidStack liquid, IEntityDefinition entity) | IFishingCondition | Create an iffishing condition with a fishing result of entity |
| create(ILiquidStack liquid, IItemStack iitemStack) | IFishingCondition | Create an iffishing condition with a fishing result of item |
| create(ILiquidStack liquid, String pool) | IFishingCondition | Create an iffishing condition with a fishing result of Loot table |