Skip to content

Commit

Permalink
Adjust annotations on ProjectorScreen
Browse files Browse the repository at this point in the history
  • Loading branch information
ustc-zzzz committed Apr 2, 2023
1 parent 44da90f commit b342840
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import com.mojang.blaze3d.systems.RenderSystem;
import com.mojang.blaze3d.vertex.PoseStack;
import net.minecraft.FieldsAreNonnullByDefault;
import net.minecraft.MethodsReturnNonnullByDefault;
import net.minecraft.client.gui.Font;
import net.minecraft.client.gui.components.AbstractButton;
Expand Down Expand Up @@ -31,6 +32,7 @@
import java.util.Objects;
import java.util.UUID;

@FieldsAreNonnullByDefault
@MethodsReturnNonnullByDefault
@ParametersAreNonnullByDefault
public final class ProjectorScreen extends AbstractContainerScreen<ProjectorContainerMenu> {
Expand Down

0 comments on commit b342840

Please sign in to comment.