Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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