GeneralProperties

abstract class GeneralProperties(val name: String?, val biome: Identifier?, val height: Int)(source)

General OptiFine container properties.

Parameters

name

Custom entity or block entity name

biome

Biomes of a block entity or entity

height

Y coordinate of a block entity or entity

Inheritors

Constructors

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

Properties

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