Goat ram API
This commit is contained in:
@@ -52,4 +52,12 @@ public interface Goat extends Animals {
|
|||||||
* @param screaming screaming status
|
* @param screaming screaming status
|
||||||
*/
|
*/
|
||||||
void setScreaming(boolean screaming);
|
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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user