happy ghast is a vehicle

This commit is contained in:
Lulu13022002
2025-06-11 17:28:08 +02:00
parent 8c313fb30b
commit 87d0fdd89e
2 changed files with 2 additions and 2 deletions

View File

@@ -3,5 +3,5 @@ package org.bukkit.entity;
/** /**
* Represents a happy ghast. * Represents a happy ghast.
*/ */
public interface HappyGhast extends Animals { public interface HappyGhast extends Vehicle, Animals {
} }

View File

@@ -13,7 +13,7 @@ public enum EquipmentSlot {
CHEST(() -> EquipmentSlotGroup.CHEST), CHEST(() -> EquipmentSlotGroup.CHEST),
HEAD(() -> EquipmentSlotGroup.HEAD), HEAD(() -> EquipmentSlotGroup.HEAD),
/** /**
* Only for certain entities such as horses and wolves. * Only for certain entities such as horses, happy ghasts and wolves.
*/ */
BODY(() -> EquipmentSlotGroup.BODY), BODY(() -> EquipmentSlotGroup.BODY),
/** /**