Uses of Class
com.shinyhut.vernacular.protocol.messages.ColorMapEntry
-
Packages that use ColorMapEntry Package Description com.shinyhut.vernacular.client.rendering.renderers com.shinyhut.vernacular.protocol.messages -
-
Uses of ColorMapEntry in com.shinyhut.vernacular.client.rendering.renderers
Constructor parameters in com.shinyhut.vernacular.client.rendering.renderers with type arguments of type ColorMapEntry Constructor Description PixelDecoder(Map<BigInteger,ColorMapEntry> colorMap) -
Uses of ColorMapEntry in com.shinyhut.vernacular.protocol.messages
Methods in com.shinyhut.vernacular.protocol.messages that return ColorMapEntry Modifier and Type Method Description static ColorMapEntryColorMapEntry. decode(InputStream in)Methods in com.shinyhut.vernacular.protocol.messages that return types with arguments of type ColorMapEntry Modifier and Type Method Description List<ColorMapEntry>SetColorMapEntries. getColors()Constructor parameters in com.shinyhut.vernacular.protocol.messages with type arguments of type ColorMapEntry Constructor Description SetColorMapEntries(int firstColor, List<ColorMapEntry> colors)
-