Skip to content

fix gui buttons for 1.20.2 #118

fix gui buttons for 1.20.2

fix gui buttons for 1.20.2 #118

Triggered via pull request February 16, 2024 20:59
Status Success
Total duration 29s
Artifacts

checkstyle.yml

on: pull_request
runner / checkstyle
19s
runner / checkstyle
Fit to window
Zoom out
Zoom in

Annotations

1 error
runner / checkstyle: src/core/java/com/enderio/core/common/menu/SyncedMenu.java#L19
[checkstyle] reported by reviewdog 🐶 Using the '.*' form of import should be avoided - net.minecraft.world.inventory.InventoryMenu.*. Raw Output: /github/workspace/./src/core/java/com/enderio/core/common/menu/SyncedMenu.java:19:58: error: Using the '.*' form of import should be avoided - net.minecraft.world.inventory.InventoryMenu.*. (com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck)