Goat ram API

This commit is contained in:
Seggan 2021-08-05 13:10:31 -04:00
parent 1de93777a5
commit 34ba1d34bd

View File

@ -52,4 +52,12 @@ public interface Goat extends Animals {
* @param screaming screaming status
*/
void setScreaming(boolean screaming);
// Paper start - Goat ram API
/**
* Makes the goat ram at the specified entity
* @param entity the entity to ram at
*/
void ram(@org.jetbrains.annotations.NotNull LivingEntity entity);
// Paper end
}