Package com.mojang.minecraft.mob

Examples of com.mojang.minecraft.mob.Zombie


                        }
                     }

                     Object var21 = null;
                     if(var6 == 0) {
                        var21 = new Zombie(this.level, var15, var16, var17);
                     }

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

TOP

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

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.