com.lop.devtools.monstera.files.res.geo.BedrockGeometry.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of monstera Show documentation
Show all versions of monstera Show documentation
A library and environment designed to streamline the development of Minecraft addons.
package com.lop.devtools.monstera.files.res.geo
import com.google.gson.annotations.SerializedName
import com.lop.devtools.monstera.files.res.geo.data.GeometryData
data class BedrockGeometry(
@SerializedName("format_version")
val formatVersion: String,
@SerializedName("minecraft:geometry")
val geometry: ArrayList
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy