geforkt von Mirrors/Paper
Left handed API
Dieser Commit ist enthalten in:
Ursprung
8f72ada8c9
Commit
5c9be07722
@ -204,4 +204,20 @@ public interface Mob extends LivingEntity, Lootable {
|
||||
*/
|
||||
void setAggressive(boolean aggressive);
|
||||
// Paper end - Missing Entity API
|
||||
|
||||
// Paper start - left-handed API
|
||||
/**
|
||||
* Check if Mob is left-handed
|
||||
*
|
||||
* @return True if left-handed
|
||||
*/
|
||||
public boolean isLeftHanded();
|
||||
|
||||
/**
|
||||
* Set if Mob is left-handed
|
||||
*
|
||||
* @param leftHanded True if left-handed
|
||||
*/
|
||||
public void setLeftHanded(boolean leftHanded);
|
||||
// Paper end - left-handed API
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren