BlockSpawnerEntry

public class BlockSpawnerEntry implements IWeightedElement

Class BlockSpawnerEntry. Provides blockspawnerentry functionality for the Hytale server.

java.lang.Object > BlockSpawnerEntry

Field Summary

blockName

private String blockName

Field blockName.

blockComponents

private Holder blockComponents

Field blockComponents.

weight

private double weight

Field weight.

rotationMode

private RotationMode rotationMode

Field rotationMode.

Method Detail

BlockSpawnerEntry

public public BlockSpawnerEntry ()

Method BlockSpawnerEntry.

getBlockName

public String getBlockName ()

Method getBlockName.

getBlockComponents

public Holder getBlockComponents ()

Method getBlockComponents.

getRotationMode

public RotationMode getRotationMode ()

Method getRotationMode.

getWeight

public double getWeight ()

Method getWeight.