-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
~ Change: Remove unnecessary warnings.
- Loading branch information
Showing
7 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
common/src/main/java/xyz/faewulf/diversity/inter/ICustomItemFrame.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package xyz.faewulf.diversity.inter; | ||
|
||
public interface ICustomItemFrame { | ||
public boolean diversity_Multiloader$getIsInvisible(); | ||
boolean diversity_Multiloader$getIsInvisible(); | ||
|
||
public void diversity_Multiloader$setIsInvisible(boolean isInvisible); | ||
void diversity_Multiloader$setIsInvisible(boolean isInvisible); | ||
} |
4 changes: 2 additions & 2 deletions
4
common/src/main/java/xyz/faewulf/diversity/inter/ICustomSniffer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package xyz.faewulf.diversity.inter; | ||
|
||
public interface ICustomSniffer { | ||
public typeSnort diversity_Multiloader$getSnortType(); | ||
typeSnort diversity_Multiloader$getSnortType(); | ||
|
||
public void diversity_Multiloader$setSnortType(typeSnort snortType); | ||
void diversity_Multiloader$setSnortType(typeSnort snortType); | ||
} |
4 changes: 2 additions & 2 deletions
4
common/src/main/java/xyz/faewulf/diversity/inter/ITameableEntity.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package xyz.faewulf.diversity.inter; | ||
|
||
public interface ITameableEntity { | ||
public int getBoreTime(); | ||
int getBoreTime(); | ||
|
||
public void setBoreTime(int timer); | ||
void setBoreTime(int timer); | ||
} |
4 changes: 2 additions & 2 deletions
4
common/src/main/java/xyz/faewulf/diversity/inter/entity/ICustomCatEntity.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package xyz.faewulf.diversity.inter.entity; | ||
|
||
public interface ICustomCatEntity { | ||
public int diversity_Multiloader$getLives(); | ||
int diversity_Multiloader$getLives(); | ||
|
||
public void diversity_Multiloader$setLives(int value); | ||
void diversity_Multiloader$setLives(int value); | ||
} |
4 changes: 2 additions & 2 deletions
4
common/src/main/java/xyz/faewulf/diversity/inter/entity/ICustomFoxEntity.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package xyz.faewulf.diversity.inter.entity; | ||
|
||
public interface ICustomFoxEntity { | ||
public int diversity_Multiloader$getBuryCoolDown(); | ||
int diversity_Multiloader$getBuryCoolDown(); | ||
|
||
public void diversity_Multiloader$setBuryCoolDown(int value); | ||
void diversity_Multiloader$setBuryCoolDown(int value); | ||
} |