We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc439bb commit d6f04dfCopy full SHA for d6f04df
1 file changed
tenet-server/src/main/java/net/fabricmc/fabric/api/entity/FakePlayer.java
@@ -23,6 +23,7 @@
23
24
import com.google.common.collect.MapMaker;
25
import com.mojang.authlib.GameProfile;
26
+import net.minecraft.world.entity.animal.horse.AbstractHorse;
27
import org.jspecify.annotations.Nullable;
28
29
import net.minecraft.core.BlockPos;
@@ -34,7 +35,6 @@
34
35
import net.minecraft.world.MenuProvider;
36
import net.minecraft.world.damagesource.DamageSource;
37
import net.minecraft.world.entity.Entity;
-import net.minecraft.world.entity.animal.equine.AbstractHorse;
38
import net.minecraft.world.level.block.entity.SignBlockEntity;
39
import net.minecraft.world.scores.PlayerTeam;
40
0 commit comments