Class NPixelBuffer<T>
java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.newsystem.bufferbundle.buffers.NBuffer
com.hypixel.hytale.builtin.hytalegenerator.newsystem.bufferbundle.buffers.NPixelBuffer<T>
- All Implemented Interfaces:
MemInstrument
- Direct Known Subclasses:
NCountedPixelBuffer,NSimplePixelBuffer
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.hypixel.hytale.builtin.hytalegenerator.newsystem.performanceinstruments.MemInstrument
MemInstrument.Report -
Field Summary
FieldsFields inherited from interface com.hypixel.hytale.builtin.hytalegenerator.newsystem.performanceinstruments.MemInstrument
ARRAY_HEADER_SIZE, ARRAYLIST_OBJECT_SIZE, BOOLEAN_SIZE, BYTES_IN_MEGABYTES, CLASS_OBJECT_SIZE, DOUBLE_SIZE, HASHMAP_ENTRY_SIZE, INT_SIZE, OBJECT_HEADER_SIZE, OBJECT_REFERENCE_SIZE, VECTOR3D_SIZE, VECTOR3I_SIZE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract TgetPixelContent(Vector3i var1) abstract voidsetPixelContent(Vector3i var1, T var2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.builtin.hytalegenerator.newsystem.performanceinstruments.MemInstrument
getMemoryUsage
-
Field Details
-
BUFFER_SIZE_BITS
public static final int BUFFER_SIZE_BITS- See Also:
-
SIZE
-
-
Constructor Details
-
NPixelBuffer
public NPixelBuffer()
-
-
Method Details
-
getPixelContent
-
setPixelContent
-
getPixelType
-