mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-26 09:42:06 -07:00
happy ghast is a vehicle
This commit is contained in:
@@ -3,5 +3,5 @@ package org.bukkit.entity;
|
||||
/**
|
||||
* Represents a happy ghast.
|
||||
*/
|
||||
public interface HappyGhast extends Animals {
|
||||
public interface HappyGhast extends Vehicle, Animals {
|
||||
}
|
||||
|
@@ -13,7 +13,7 @@ public enum EquipmentSlot {
|
||||
CHEST(() -> EquipmentSlotGroup.CHEST),
|
||||
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),
|
||||
/**
|
||||
|
Reference in New Issue
Block a user