BeaconProperties

public final class BeaconProperties extends GeneralProperties(source)

Beacon OptiFine container properties.

Parameters

level

The level of a beacon

Constructors

Link copied to clipboard
public BeaconProperties BeaconProperties(String name, Identifier biome, Integer height, Integer level)

Functions

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

Properties

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