mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-26 19:07:40 +01:00
Goat ram API
This commit is contained in:
parent
1de93777a5
commit
34ba1d34bd
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user