Class VDCConfig
- java.lang.Object
-
- com.therandomlabs.vanilladeathchest.VDCConfig
-
- All Implemented Interfaces:
me.sargunvohra.mcmods.autoconfig1u.ConfigData
public final class VDCConfig extends Object implements me.sargunvohra.mcmods.autoconfig1u.ConfigData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVDCConfig.ContainerTypeThe death chest container type.static classVDCConfig.DefenseEntitiesstatic classVDCConfig.DimensionListBehaviorDimension list behaviors.static classVDCConfig.KeyConsumptionBehaviorKey item consumption behaviors.static classVDCConfig.KeyItemstatic classVDCConfig.Miscstatic classVDCConfig.Protectionstatic classVDCConfig.ShulkerBoxColorThe shulker box color.static classVDCConfig.Spawning
-
Field Summary
Fields Modifier and Type Field Description VDCConfig.DefenseEntitiesdefenseEntitiesVDCConfig.KeyItemkeyItemVDCConfig.MiscmiscVDCConfig.ProtectionprotectionVDCConfig.Spawningspawning
-
Constructor Summary
Constructors Constructor Description VDCConfig()
-
-
-
Field Detail
-
spawning
public VDCConfig.Spawning spawning
-
keyItem
public VDCConfig.KeyItem keyItem
-
defenseEntities
public VDCConfig.DefenseEntities defenseEntities
-
protection
public VDCConfig.Protection protection
-
misc
public VDCConfig.Misc misc
-
-