/* * Decompiled with CFR 0.152. */ package net.minecraft.world.entity.animal; public interface FlyingAnimal { public boolean isFlying(); }