DispenserProperties

data class DispenserProperties(val name: String?, val biome: Identifier?, val height: Int, val variant: String) : GeneralProperties(source)

Dispenser OptiFine container properties.

Parameters

variant

dispenser or dropper

Constructors

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

Properties

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