A implementation of a lazy block for {@link Extent#getLazyBlock(Vector)}that takes the block's ID and metadata, but will defer loading of NBT data until time of access.
NBT data is later loaded using a call to {@link Extent#getBlock(Vector)}with a stored {@link Extent} and location.
All mutators on this object will throw an {@link UnsupportedOperationException}.
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.