Class FishProperties.CatchInfo.Builder
java.lang.Object
com.wdiscute.starcatcher.registry.FishProperties.CatchInfo.Builder
- Enclosing class:
FishProperties.CatchInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()extra()secret()trophy()withAlwaysSpawnEntity(boolean alwaysSpawnEntity) withBucketedFish(net.minecraft.core.Holder<net.minecraft.world.item.Item> bucketedFish) withEntityToSpawn(net.minecraft.core.Holder<net.minecraft.world.entity.EntityType<?>> entityToSpawn) withFish(net.minecraft.core.Holder<net.minecraft.world.item.Item> fish) withFishEntryType(FishProperties.CatchInfo.FishEntryType fishEntryType) withOverrideMinigameWith(net.minecraft.core.Holder<net.minecraft.world.item.Item> itemToOverrideWith) withTreasure(net.minecraft.resources.Identifier rl) withTreasure(net.minecraft.world.item.ItemStack is)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withFish
public FishProperties.CatchInfo.Builder withFish(net.minecraft.core.Holder<net.minecraft.world.item.Item> fish) -
trophy
-
secret
-
extra
-
withBucketedFish
public FishProperties.CatchInfo.Builder withBucketedFish(net.minecraft.core.Holder<net.minecraft.world.item.Item> bucketedFish) -
withEntityToSpawn
public FishProperties.CatchInfo.Builder withEntityToSpawn(net.minecraft.core.Holder<net.minecraft.world.entity.EntityType<?>> entityToSpawn) -
withAlwaysSpawnEntity
-
withOverrideMinigameWith
public FishProperties.CatchInfo.Builder withOverrideMinigameWith(net.minecraft.core.Holder<net.minecraft.world.item.Item> itemToOverrideWith) -
withFishEntryType
public FishProperties.CatchInfo.Builder withFishEntryType(FishProperties.CatchInfo.FishEntryType fishEntryType) -
withTreasure
-
withTreasure
-
build
-