Class VDCConfig.Spawning
- java.lang.Object
-
- com.therandomlabs.vanilladeathchest.VDCConfig.Spawning
-
-
Field Summary
Fields Modifier and Type Field Description StringcontainerDisplayNameVDCConfig.ContainerTypecontainerTypeList<String>dimensionsVDCConfig.DimensionListBehaviordimensionsBehaviorbooleanforcePlacementIfNoSuitableLocationintlocationSearchRadiusStringregistryNameRegexbooleanrequirePlacementOnSolidBlocksVDCConfig.ShulkerBoxColorshulkerBoxColorStringspawnMessagebooleanuseContainerInInventory
-
Constructor Summary
Constructors Constructor Description Spawning()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDimensionEnabled(net.minecraft.world.World world)Returns whether death chest spawning is enabled in the specified world's dimension.voidvalidatePostLoad()
-
-
-
Field Detail
-
containerType
public VDCConfig.ContainerType containerType
-
shulkerBoxColor
public VDCConfig.ShulkerBoxColor shulkerBoxColor
-
dimensionsBehavior
public VDCConfig.DimensionListBehavior dimensionsBehavior
-
locationSearchRadius
public int locationSearchRadius
-
forcePlacementIfNoSuitableLocation
public boolean forcePlacementIfNoSuitableLocation
-
requirePlacementOnSolidBlocks
public boolean requirePlacementOnSolidBlocks
-
registryNameRegex
public String registryNameRegex
-
useContainerInInventory
public boolean useContainerInInventory
-
containerDisplayName
public String containerDisplayName
-
spawnMessage
public String spawnMessage
-
-
Method Detail
-
validatePostLoad
public void validatePostLoad()
- Specified by:
validatePostLoadin interfaceme.sargunvohra.mcmods.autoconfig1u.ConfigData
-
isDimensionEnabled
public boolean isDimensionEnabled(net.minecraft.world.World world)
Returns whether death chest spawning is enabled in the specified world's dimension.- Parameters:
world- aWorld.- Returns:
trueif death chest spawning is enabled in the specified dimension, or otherwisefalse.
-
-