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 edf51c1 commit b0a237aCopy full SHA for b0a237a
src/main/java/com/cleanroommc/modularui/screen/ModularPanel.java
@@ -774,13 +774,6 @@ public boolean shouldAnimate() {
774
return getContext().getParentScreen() == null;
775
}
776
777
- /*@ApiStatus.ScheduledForRemoval(inVersion = "3.2.0")
778
- @Deprecated
779
- @ApiStatus.Internal
780
- public boolean shouldAnimate() {
781
- return shouldAnimate(false);
782
- }*/
783
-
784
void registerSubPanel(IPanelHandler handler) {
785
if (!this.clientSubPanels.contains(handler)) {
786
this.clientSubPanels.add(handler);
0 commit comments