public class NCountedPixelBuffer
Class NCountedPixelBuffer. Provides ncountedpixelbuffer functionality for the Hytale server.
java.lang.Object > NCountedPixelBuffer
Field Summary
state
private
State
state
Field state.
countedArrayContents
private
CountedArrayContents
countedArrayContents
Field countedArrayContents.
singleValue
private
T
singleValue
Field singleValue.
Method Detail
NCountedPixelBuffer
public
public
NCountedPixelBuffer
(@Nonnull final Class voxelType)
Method NCountedPixelBuffer.
- Parameters:
@Nonnull final ClassvoxelType
switch
public
return
switch
(this.state.ordinal()
Method switch.
- Parameters:
this.state.ordinal(this.state.ordinal(
setPixelContent
Method setPixelContent.
- Parameters:
@Nonnull final Vector3iposition@Nullable final Tvalue
getPixelType
public
Class
getPixelType
()
Method getPixelType.
getUniqueEntries
public
List
getUniqueEntries
()
Method getUniqueEntries.
getMemoryUsage
public
MemInstrument.Report
getMemoryUsage
()
Method getMemoryUsage.
switchFromSingleValueToArray
private
void
switchFromSingleValueToArray
()
Method switchFromSingleValueToArray.
CountedArrayContents
public
public
CountedArrayContents
()
Method CountedArrayContents.