Skip to content

Commit

Permalink
Fix getRadioactivity typo in page DevGuide 4b
Browse files Browse the repository at this point in the history
Replaced getRadiation with getRadioactivity
  • Loading branch information
RenanMsV authored Aug 23, 2024
1 parent f34b4a7 commit 18b85fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/Developer-Guide-(4b-Radioactive-and-WitherProof).md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public class FireCake extends SlimefunItem implements Radioactive {
}

@Override
public Radioactivity getRadiation() {
public Radioactivity getRadioactivity() {
// ?
}

Expand All @@ -106,7 +106,7 @@ public class FireCake extends SlimefunItem implements Radioactive {
}

@Override
public Radioactivity getRadiation() {
public Radioactivity getRadioactivity() {
return Radioactivity.HIGH;
}

Expand Down Expand Up @@ -248,7 +248,7 @@ public class FireCake extends SlimefunItem implements Radioactive, WitherProof {
}

@Override
public Radioactivity getRadiation() {
public Radioactivity getRadioactivity() {
return Radioactivity.HIGH;
}

Expand Down

0 comments on commit 18b85fa

Please sign in to comment.