HyCodeYourTale
classpublicPriority 3

BsonPrefabBufferDeserializer

com.hypixel.hytale.server.core.prefab.selection.buffer.BsonPrefabBufferDeserializer

implements PrefabBufferDeserializer

1

Methods

1

Public Methods

0

Fields

1

Constructors

Constants

BsonInt32DEFAULT_FILLER_VALUE= new BsonInt32(0)
BsonInt32DEFAULT_ROTATION_VALUE= new BsonInt32(0)
BsonInt32DEFAULT_SUPPORT_VALUE= new BsonInt32(0)
BsonPrefabBufferDeserializerINSTANCE= new BsonPrefabBufferDeserializer()
BsonInt32LEGACY_BLOCK_ID_VERSION= new BsonInt32(8)

Constructors

public
BsonPrefabBufferDeserializer()

Methods

Public Methods (1)

public
PrefabBuffer deserialize(Path path, BsonDocument document)
@Nonnull

Related Classes