HorseProperties

data class HorseProperties(val container: String, val texture: Identifier, val name: String?, val biome: Identifier?, val height: Int, val variant: String, val carpetColor: String?) : GeneralProperties(source)

Horse OptiFine container properties.

Parameters

variant

horse, donkey, mule, llama, _camel, _zombie_horse, or _skeleton_horse

carpetColor

The carpet color of a llama

Constructors

Link copied to clipboard
constructor(container: String, texture: Identifier, name: String?, biome: Identifier?, height: Int, variant: String, carpetColor: String?)

Properties

Link copied to clipboard
open override val biome: Identifier?
Link copied to clipboard
Link copied to clipboard
open override val container: String
Link copied to clipboard
open override val height: Int
Link copied to clipboard
open override val name: String?
Link copied to clipboard
open override val texture: Identifier
Link copied to clipboard