We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f55d0 commit 46e0b2dCopy full SHA for 46e0b2d
1 file changed
AGENTS.md
@@ -132,6 +132,9 @@ The pre-commit script in `scripts/pre-commit` automatically formats staged files
132
ln -s ../../scripts/pre-commit .git/hooks/pre-commit
133
```
134
135
+In general, try to use imports where possible.
136
+So avoid inlining things in like `net.minecraft.world.phys.Vec3` in the code, and instead, just add an import for `net.minecraft.world.phys.Vec3`.
137
+
138
## Development Workflow
139
140
1. **Understand the change**: Read the issue/feature request thoroughly
0 commit comments