mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 11:27:35 +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
|
* @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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user