GeneralProperties

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

General OptiFine container properties.

Parameters

container

Type of container GUI to apply to

texture

Texture path of the container

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(container: String, texture: Identifier, name: String?, biome: Identifier?, height: Int)

Properties

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