HyCodeYourTale
classpublicPriority 3

SchemaContext

com.hypixel.hytale.codec.schema.SchemaContext

8

Methods

8

Public Methods

0

Fields

1

Constructors

Constructors

public
SchemaContext()

Methods

Public Methods (8)

public
void addFileReference(String fileName, SchemaConvertable<?> codec)
public
Map<String, Schema> getDefinitions()
@Nonnull
public
Schema getFileReference(SchemaConvertable<?> codec)
@Nullable
public
Map<String, Schema> getOtherDefinitions()
@Nonnull
public
Schema getRawDefinition(BuilderCodec<?> codec)
@Nullable
public
Schema getRawDefinition(NamedSchema namedSchema)
@Nullable
public
Schema refDefinition(SchemaConvertable<?> codec)
@Nonnull
public
<T> Schema refDefinition(SchemaConvertable<T> convertable, T def)
@Nonnull

Related Classes