Skip to content

Commit

Permalink
Update Hoglin parent interface (#2536)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMorpheus authored Jun 29, 2024
1 parent 79499da commit 296c3fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
import org.spongepowered.api.entity.living.animal.Chicken;
import org.spongepowered.api.entity.living.animal.Fox;
import org.spongepowered.api.entity.living.animal.Goat;
import org.spongepowered.api.entity.living.animal.Hoglin;
import org.spongepowered.api.entity.living.animal.Ocelot;
import org.spongepowered.api.entity.living.animal.Panda;
import org.spongepowered.api.entity.living.animal.Parrot;
Expand Down Expand Up @@ -95,7 +96,6 @@
import org.spongepowered.api.entity.living.monster.breeze.Breeze;
import org.spongepowered.api.entity.living.monster.guardian.ElderGuardian;
import org.spongepowered.api.entity.living.monster.guardian.Guardian;
import org.spongepowered.api.entity.living.monster.hoglin.Hoglin;
import org.spongepowered.api.entity.living.monster.piglin.Piglin;
import org.spongepowered.api.entity.living.monster.piglin.PiglinBrute;
import org.spongepowered.api.entity.living.monster.raider.Ravager;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package org.spongepowered.api.entity.living.monster.hoglin;

import org.spongepowered.api.entity.living.Monster;
package org.spongepowered.api.entity.living.animal;

/**
* Represents a Hoglin.
*/
public interface Hoglin extends Monster {
public interface Hoglin extends Animal {
}

This file was deleted.

0 comments on commit 296c3fe

Please sign in to comment.