Examples of TeraSparseArray8Bit


Examples of org.terasology.world.chunks.blockdata.TeraSparseArray8Bit

                    packable = false;
                    break;
                }
            }
            if (packable) {
                return new TeraSparseArray8Bit(sizeX, sizeY, sizeZ, first);
            }
        }
        if (packed > DEFLATE_MINIMUM_8BIT) {
            return new TeraSparseArray8Bit(sizeX, sizeY, sizeZ, inflated, deflated);
        }
        return null;
    }
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.