diff --git a/src/main/java/com/aetherteam/aether/event/AetherEventDispatch.java b/src/main/java/com/aetherteam/aether/event/AetherEventDispatch.java index fbce78afef..af2e707448 100644 --- a/src/main/java/com/aetherteam/aether/event/AetherEventDispatch.java +++ b/src/main/java/com/aetherteam/aether/event/AetherEventDispatch.java @@ -3,6 +3,7 @@ import com.aetherteam.nitrogen.entity.BossRoomTracker; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; +import net.minecraft.server.level.ServerPlayer; import net.minecraft.sounds.SoundEvent; import net.minecraft.world.entity.Entity; import net.minecraft.world.entity.LivingEntity; diff --git a/src/main/java/com/aetherteam/aether/event/BossFightEvent.java b/src/main/java/com/aetherteam/aether/event/BossFightEvent.java index ad285c090f..975901377f 100644 --- a/src/main/java/com/aetherteam/aether/event/BossFightEvent.java +++ b/src/main/java/com/aetherteam/aether/event/BossFightEvent.java @@ -1,6 +1,7 @@ package com.aetherteam.aether.event; import com.aetherteam.nitrogen.entity.BossRoomTracker; +import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.entity.Entity; import net.minecraftforge.event.entity.EntityEvent; import net.minecraftforge.eventbus.api.Cancelable;