EntityVariantLayout

@Serializable
@ApiStatus.Internal
sealed interface EntityVariantLayout

Inheritors

Types

Link copied to clipboard
@Serializable
@SerialName(value = "simple")
@ApiStatus.Internal
class Simple(val texture: ResourcePath<ResourceType.Texture>) : EntityVariantLayout
Link copied to clipboard
@Serializable
@SerialName(value = "wolf")
@ApiStatus.Internal
class Wolf(val wild: ResourcePath<ResourceType.Texture>, val tame: ResourcePath<ResourceType.Texture>, val angry: ResourcePath<ResourceType.Texture>) : EntityVariantLayout