Uses of Record Class
dev.wyck.worldgen.feature.configurations.OreConfiguration.TargetBlockState
Packages that use OreConfiguration.TargetBlockState
-
Uses of OreConfiguration.TargetBlockState in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return OreConfiguration.TargetBlockStateModifier and TypeMethodDescriptionCreates a new target block state.Methods in dev.wyck.worldgen.feature.configurations that return types with arguments of type OreConfiguration.TargetBlockStateModifier and TypeMethodDescriptionOreConfiguration.targetStates()A list of targets.ReplaceBlockConfiguration.targetStates()A list of targets.Methods in dev.wyck.worldgen.feature.configurations with parameters of type OreConfiguration.TargetBlockStateModifier and TypeMethodDescriptionOreConfiguration.Builder.target(OreConfiguration.TargetBlockState... targetStates) Adds multiple target block states.ReplaceBlockConfiguration.Builder.target(OreConfiguration.TargetBlockState... targetStates) Adds multiple targets to the list.Method parameters in dev.wyck.worldgen.feature.configurations with type arguments of type OreConfiguration.TargetBlockStateModifier and TypeMethodDescriptionstatic OreConfigurationOreConfiguration.of(List<OreConfiguration.TargetBlockState> targetStates, int size, float discardChanceOnAirExposure) Creates a new ore configuration.static ReplaceBlockConfigurationReplaceBlockConfiguration.of(List<OreConfiguration.TargetBlockState> targetStates) Creates a new replacement block configuration.OreConfiguration.Builder.targetStates(List<OreConfiguration.TargetBlockState> targetStates) Sets the list of targets.ReplaceBlockConfiguration.Builder.targetStates(List<OreConfiguration.TargetBlockState> targetStates) Sets the list of targets.