EndCube

@Serializable
@SerialName(value = "minecraft:end_cube")
data class EndCube(val effect: EndCubeEffect) : ItemModel.Special.SpecialModel

Constructors

Link copied to clipboard
constructor(effect: EndCubeEffect)

Properties

Link copied to clipboard