Uses of Enum Class
marauroa.common.game.DetailLevel
Package
Description
This package stores all the important data structures of Marauroa.
This package stores all the serializers to build Messages from a stream of bytes and
from a Message create a stream of bytes representing it.
-
Uses of DetailLevel in marauroa.common.game
Modifier and TypeMethodDescriptionstatic DetailLevel
Returns the enum constant of this class with the specified name.static DetailLevel[]
DetailLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected void
SlotOwner.serializeRPSlots(OutputSerializer out, DetailLevel level)
void
Attributes.writeObject(OutputSerializer out, DetailLevel level)
This method serialize the object with the given level of detail.void
RPEvent.writeObject(OutputSerializer out, DetailLevel level)
Serializevoid
RPLink.writeObject(OutputSerializer out, DetailLevel level)
Method to convert the object into a streamvoid
RPObject.writeObject(OutputSerializer out, DetailLevel level)
This method serialize the object with the given level of detail.void
RPSlot.writeObject(OutputSerializer out, DetailLevel level)
This method serialize the object with the given level of detail.void
Attributes.writeToJson(StringBuilder out, DetailLevel level)
This method serialize the object with the given level of detail.void
RPObject.writeToJson(StringBuilder out, DetailLevel level)
This method serialize the object with the given level of detail.void
RPSlot.writeToJson(StringBuilder out, DetailLevel level)
This method serialize the object with the given level of detail.void
SlotOwner.writeToJson(StringBuilder out, DetailLevel level)
This method serialize the object with the given level of detail. -
Uses of DetailLevel in marauroa.common.net
Modifier and TypeMethodDescriptionstatic void
OutputSerializer.writeObjectCollectionToJson(StringBuilder out, String name, Collection<? extends Attributes> collection, DetailLevel level)
converts a list of objects into a json fragment