Skip to content

Commit

Permalink
The import net.minecraft.world.entity.projectile.ProjectileHelper cannot
Browse files Browse the repository at this point in the history
be resolved in class GenericCompositeProjectileEntity #1396
  • Loading branch information
athrane committed Jun 6, 2022
1 parent 1d3c599 commit 6a90669
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import static bassebombecraft.util.function.Predicates.isntProjectileShooter;
import static bassebombecraft.world.WorldUtils.isLogicalClient;
import static bassebombecraft.world.WorldUtils.isLogicalServer;
import static net.minecraft.world.entity.projectile.ProjectileHelper.getHitResult;
import static net.minecraft.world.entity.projectile.ProjectileUtil.getHitResult;
import static net.minecraftforge.event.ForgeEventFactory.onProjectileImpact;

import java.util.Set;
Expand Down

0 comments on commit 6a90669

Please sign in to comment.