This website requires JavaScript.
Explore
Help
Register
Sign In
zhenai
/
Code
Watch
1
Star
0
Fork
You've already forked Code
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
Code
/
net
/
minecraft
/
world
/
entity
/
animal
/
FlyingAnimal.java
5 lines
101 B
Java
Raw
Permalink
Blame
History
package
net.minecraft.world.entity.animal
;
public
interface
FlyingAnimal
{
boolean
isFlying
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink