GeneralProperties

public abstract class GeneralProperties(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
public GeneralProperties GeneralProperties(String container, Identifier texture, String name, Identifier biome, Integer height)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public Integer getHeight()
Link copied to clipboard
public String getName()
Link copied to clipboard

Properties

Link copied to clipboard
private final Identifier biome
Link copied to clipboard
private final String container
Link copied to clipboard
private final Integer height
Link copied to clipboard
private final String name
Link copied to clipboard
private final Identifier texture