ShulkerBoxProperties

data class ShulkerBoxProperties(val container: String, val texture: Identifier, val name: String?, val biome: Identifier?, val height: Int, val color: String?) : GeneralProperties(source)

Shulker box OptiFine container properties.

Parameters

color

The color of the shulker box

Constructors

Link copied to clipboard
constructor(container: String, texture: Identifier, name: String?, biome: Identifier?, height: Int, color: 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