WitherCage

@Serializable
data class WitherCage(val killedEyes: List<String>? = null)

Constructors

Link copied to clipboard
constructor(killedEyes: List<String>? = null)

Properties

Link copied to clipboard
@SerialName(value = "killed_eyes")
val killedEyes: List<String>? = null