Examples of func_150306_c()


Examples of net.minecraft.nbt.NBTTagList.func_150306_c()

                        case 10:
                            NBTTagCompound tc = tl.getCompoundTagAt(i);
                            vlist.add(getNBTValue(tc));
                            break;
                        case 11:
                            int[] ia = tl.func_150306_c(i);
                            vlist.add(ia);
                            break;
                    }
                }
                val = vlist;
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.