| Modifier and Type | Field and Description |
|---|---|
String |
containerDisplayName |
VDCConfig.ContainerType |
containerType |
List<String> |
dimensions |
VDCConfig.DimensionListBehavior |
dimensionsBehavior |
boolean |
forcePlacementIfNoSuitableLocation |
int |
locationSearchRadius |
String |
registryNameRegex |
boolean |
requirePlacementOnSolidBlocks |
VDCConfig.ShulkerBoxColor |
shulkerBoxColor |
String |
spawnMessage |
boolean |
useContainerInInventory |
| Constructor and Description |
|---|
Spawning() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDimensionEnabled(net.minecraft.world.World world)
Returns whether death chest spawning is enabled in the specified world's dimension.
|
void |
validatePostLoad() |
public VDCConfig.ContainerType containerType
public VDCConfig.ShulkerBoxColor shulkerBoxColor
public VDCConfig.DimensionListBehavior dimensionsBehavior
public int locationSearchRadius
public boolean forcePlacementIfNoSuitableLocation
public boolean requirePlacementOnSolidBlocks
public String registryNameRegex
public boolean useContainerInInventory
public String containerDisplayName
public String spawnMessage
public void validatePostLoad()
validatePostLoad in interface me.sargunvohra.mcmods.autoconfig1u.ConfigDatapublic boolean isDimensionEnabled(net.minecraft.world.World world)
world - a World.true if death chest spawning is enabled in the specified dimension,
or otherwise false.