We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AbstractDonkeyEntity
It's extended by four classes:
DonkeyEntity
LlamaEntity
TraderLlamaEntity
MuleEntity
The class itself extends from AbstractHorseEntity, which has an additional set of implementers:
AbstractHorseEntity
My suggestions:
HorseLikeEntity
ChestCarryingHorseLikeEntity
To be fair, the Like sounds a bit weird, even though it better communicates the purpose.
Like
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It's extended by four classes:
DonkeyEntity
,LlamaEntity
,TraderLlamaEntity
andMuleEntity
.The class itself extends from
AbstractHorseEntity
, which has an additional set of implementers:My suggestions:
AbstractHorseEntity
->HorseLikeEntity
AbstractDonkeyEntity
->ChestCarryingHorseLikeEntity
(the entire purpose of the subclass is to manage the chest's inventory data)To be fair, the
Like
sounds a bit weird, even though it better communicates the purpose.The text was updated successfully, but these errors were encountered: