Uses of Enum Class
marauroa.common.game.DetailLevel
Packages that use 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
Methods in marauroa.common.game that return DetailLevelModifier 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.Methods in marauroa.common.game with parameters of type DetailLevelModifier 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
Methods in marauroa.common.net with parameters of type DetailLevelModifier and TypeMethodDescriptionstatic void
OutputSerializer.writeObjectCollectionToJson(StringBuilder out, String name, Collection<? extends Attributes> collection, DetailLevel level)
converts a list of objects into a json fragment