mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-05 22:52:13 -07:00
happy ghast is a vehicle
This commit is contained in:
@@ -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 {
|
||||||
}
|
}
|
||||||
|
@@ -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),
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user