SetBlockPosDeserializer

class SetBlockPosDeserializer : JsonDeserializer<MutableSet<BlockPos>>

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
open override fun deserialize(json: JsonElement?, typeOfT: Type?, context: JsonDeserializationContext?): MutableSet<BlockPos>