Skip to content

FishingBulider

xuanyu tang edited this page Jun 20, 2025 · 2 revisions

@since 0.1.5

Importing the package


import mods.customfishing.FishingBulider;

Method

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

Clone this wiki locally