Package com.mojang.minecraft.mob

Examples of com.mojang.minecraft.mob.Pig


                     if(var6 == 1) {
                        var21 = new Skeleton(this.level, var15, var16, var17);
                     }

                     if(var6 == 2) {
                        var21 = new Pig(this.level, var15, var16, var17);
                     }

                     if(var6 == 3) {
                        var21 = new Creeper(this.level, var15, var16, var17);
                     }
View Full Code Here

TOP

Related Classes of com.mojang.minecraft.mob.Pig

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.