This website requires JavaScript.
Explore
Help
Sign In
PonyMirrors
/
MineLittlePony
Watch
1
Star
0
Fork
You've already forked MineLittlePony
0
mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced
2024-12-02 00:37:59 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
46c4244b7e
MineLittlePony
/
src
/
main
/
java
/
com
/
minelittlepony
/
model
/
BodyPart.java
11 lines
111 B
Java
Raw
Normal View
History
Unescape
Escape
Change package
2016-11-17 05:45:04 +01:00
package
com.minelittlepony.model
;
Add model parts. Various improvements and removing of dead or obsolete classes/methods
2015-12-14 09:29:10 +01:00
public
enum
BodyPart
{
HEAD
,
BODY
,
TAIL
,
NECK
,
Move all the transformations out into their own classes
2018-05-26 22:47:38 +02:00
LEGS
;
Add model parts. Various improvements and removing of dead or obsolete classes/methods
2015-12-14 09:29:10 +01:00
}
Reference in a new issue
Copy permalink