package org.bukkit.entity; /** * Represents a thrown splash potion bottle * * @deprecated should not be used for anything, use {@link ThrownPotion} and * set the potion via the methods there. */ @Deprecated(since = "1.14", forRemoval = true) // Paper public interface SplashPotion extends ThrownPotion { }