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 DetailLevelReturns 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 voidSlotOwner.serializeRPSlots(OutputSerializer out, DetailLevel level)voidAttributes.writeObject(OutputSerializer out, DetailLevel level)This method serialize the object with the given level of detail.voidRPEvent.writeObject(OutputSerializer out, DetailLevel level)SerializevoidRPLink.writeObject(OutputSerializer out, DetailLevel level)Method to convert the object into a streamvoidRPObject.writeObject(OutputSerializer out, DetailLevel level)This method serialize the object with the given level of detail.voidRPSlot.writeObject(OutputSerializer out, DetailLevel level)This method serialize the object with the given level of detail.voidAttributes.writeToJson(StringBuilder out, DetailLevel level)This method serialize the object with the given level of detail.voidRPObject.writeToJson(StringBuilder out, DetailLevel level)This method serialize the object with the given level of detail.voidRPSlot.writeToJson(StringBuilder out, DetailLevel level)This method serialize the object with the given level of detail.voidSlotOwner.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 voidOutputSerializer.writeObjectCollectionToJson(StringBuilder out, String name, Collection<? extends Attributes> collection, DetailLevel level)converts a list of objects into a json fragment