Also update the javadoc

This commit is contained in:
Sollace 2019-06-24 13:12:13 +02:00
parent 1c8126215e
commit 229e0c3c30

View file

@ -85,7 +85,7 @@ public abstract class ClientPonyModel<T extends LivingEntity> extends PlayerEnti
}
/**
* Copies this model's attributes from some other.
* Copies this model's attributes into the passed model.
*/
@Override
public void setAttributes(BipedEntityModel<T> model) {