Skip to content

fix gui buttons for 1.20.2 #117

fix gui buttons for 1.20.2

fix gui buttons for 1.20.2 #117

Triggered via pull request February 16, 2024 17:53
Status Success
Total duration 26s
Artifacts

checkstyle.yml

on: pull_request
runner / checkstyle
18s
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)