Package com.wdiscute.starcatcher.compat
Class ReliquifiedArtifactsCompat
java.lang.Object
com.wdiscute.starcatcher.compat.ReliquifiedArtifactsCompat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidawardRelicXP(net.minecraft.world.entity.player.Player player, boolean gotTreasure) static List<net.minecraft.world.item.ItemStack> getBonusCatchItems(net.minecraft.world.entity.player.Player player, FishingBobEntity fbe) static booleanshouldAwardBonusTreasure(net.minecraft.world.entity.player.Player player)
-
Constructor Details
-
ReliquifiedArtifactsCompat
public ReliquifiedArtifactsCompat()
-
-
Method Details
-
shouldAwardBonusTreasure
public static boolean shouldAwardBonusTreasure(net.minecraft.world.entity.player.Player player) -
getBonusCatchItems
public static List<net.minecraft.world.item.ItemStack> getBonusCatchItems(net.minecraft.world.entity.player.Player player, FishingBobEntity fbe) -
awardRelicXP
public static void awardRelicXP(net.minecraft.world.entity.player.Player player, boolean gotTreasure)
-