HopperProperties

public final class HopperProperties extends GeneralProperties(source)

Hopper OptiFine container properties.

Parameters

isMinecart

Whether a hopper is a hopper minecart

Constructors

Link copied to clipboard
public HopperProperties HopperProperties(String container, Identifier texture, String name, Identifier biome, Integer height, Boolean isMinecart)

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
Link copied to clipboard
public final Boolean isMinecart()

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 Boolean isMinecart
Link copied to clipboard
private final String name
Link copied to clipboard
private final Identifier texture