3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-05 09:20:07 +02:00

This method can be final

Dieser Commit ist enthalten in:
Camotoy 2022-03-01 22:50:11 -05:00
Ursprung e163301d23
Commit 17fb38e567
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 7EEFB66FE798081F

Datei anzeigen

@ -134,7 +134,7 @@ public class AbstractHorseEntity extends AnimalEntity {
}
@Nonnull
protected InteractiveTag testHorseInteraction(@Nonnull GeyserItemStack itemInHand) {
protected final InteractiveTag testHorseInteraction(@Nonnull GeyserItemStack itemInHand) {
boolean isBaby = isBaby();
if (!isBaby) {
if (getFlag(EntityFlag.TAMED) && session.isSneaking()) {