@Service
public final class ModScanner
extends java.lang.Object
| Constructor and Description |
|---|
ModScanner(@NotNull AnnotationScanner annotationScanner,
@NotNull FabricScanner fabricScanner,
@NotNull QuiltScanner quiltScanner,
@NotNull TomlScanner tomlScanner) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull AnnotationScanner |
annotations()
Forge annotation-based scanner.
|
@NotNull FabricScanner |
fabric()
Fabric-based scanner.
|
@NotNull QuiltScanner |
quilt()
Quilt-based scanner.
|
@NotNull TomlScanner |
tomls()
Forge toml-based scanner.
|
@Contract(pure=true)
@Autowired
public ModScanner(@NotNull
@NotNull AnnotationScanner annotationScanner,
@NotNull
@NotNull FabricScanner fabricScanner,
@NotNull
@NotNull QuiltScanner quiltScanner,
@NotNull
@NotNull TomlScanner tomlScanner)
@Contract(pure=true) @NotNull public @NotNull AnnotationScanner annotations()
@Contract(pure=true) @NotNull public @NotNull FabricScanner fabric()
@Contract(pure=true) @NotNull public @NotNull QuiltScanner quilt()
@Contract(pure=true) @NotNull public @NotNull TomlScanner tomls()