geforkt von Mirrors/Paper
Make shield blocking delay configurable
Dieser Commit ist enthalten in:
Ursprung
5cc8f5a0e6
Commit
e7267acf84
@ -847,5 +847,19 @@ public interface LivingEntity extends Attributable, Damageable, ProjectileSource
|
||||
*/
|
||||
@Deprecated
|
||||
void setArrowsStuck(int arrows);
|
||||
|
||||
/**
|
||||
* Get the delay (in ticks) before blocking is effective for this entity
|
||||
*
|
||||
* @return Delay in ticks
|
||||
*/
|
||||
int getShieldBlockingDelay();
|
||||
|
||||
/**
|
||||
* Set the delay (in ticks) before blocking is effective for this entity
|
||||
*
|
||||
* @param delay Delay in ticks
|
||||
*/
|
||||
void setShieldBlockingDelay(int delay);
|
||||
// Paper end
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren