Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

oh my god what have I done by adding this

e6edb65
Select commit
Loading
Failed to load commit list.
Merged

Rewrite entity ai to be more flexible and follow game dev standards #203

oh my god what have I done by adding this
e6edb65
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor succeeded Jul 10, 2025 in 37s

7 issues fixed. 4 issues found.

Annotations

Check warning on line 185 in src/main/kotlin/io/github/dockyardmc/extentions/ExtendedByteBuf.kt

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/kotlin/io/github/dockyardmc/extentions/ExtendedByteBuf.kt#L185

Parentheses in (current and CONTINUE_BIT) are unnecessary and can be replaced with: current and CONTINUE_BIT. (detekt.UnnecessaryParentheses)

Check warning on line 96 in src/main/kotlin/io/github/dockyardmc/team/Team.kt

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/kotlin/io/github/dockyardmc/team/Team.kt#L96

Parentheses in (this.suffix.value ?: "") are unnecessary and can be replaced with: this.suffix.value ?: "". (detekt.UnnecessaryParentheses)

Check warning on line 199 in src/main/kotlin/io/github/dockyardmc/entity/Entity.kt

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/kotlin/io/github/dockyardmc/entity/Entity.kt#L199

Parentheses in (this.location) are unnecessary and can be replaced with: this.location. (detekt.UnnecessaryParentheses)

Check warning on line 95 in src/main/kotlin/io/github/dockyardmc/team/Team.kt

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main/kotlin/io/github/dockyardmc/team/Team.kt#L95

Parentheses in (this.prefix.value ?: "") are unnecessary and can be replaced with: this.prefix.value ?: "". (detekt.UnnecessaryParentheses)