Skip to content

Commit

Permalink
complete refactor and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiyou06 committed Aug 9, 2024
1 parent 3e5edd7 commit c2a7c25
Show file tree
Hide file tree
Showing 26 changed files with 122 additions and 1,420 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
package net.gensokyoreimagined.nitori.access;

import ca.spottedleaf.moonrise.common.list.EntityList;

public interface IMixinChunkEntitySlicesAccess {
@SuppressWarnings("EmptyMethod")
EntityList getEntities();
}
//import ca.spottedleaf.moonrise.common.list.EntityList;
//
//public interface IMixinChunkEntitySlicesAccess {
// @SuppressWarnings("EmptyMethod")
// EntityList getEntities();
//}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
package net.gensokyoreimagined.nitori.access;

public interface IMixinIteratorSafeOrderedReferenceSetAccess {
@SuppressWarnings("EmptyMethod")
int getListSize();
}
//public interface IMixinIteratorSafeOrderedReferenceSetAccess {
// @SuppressWarnings("EmptyMethod")
// int getListSize();
//}

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c2a7c25

Please sign in to comment.