-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
763 additions
and
4,601 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
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
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,8 +1,6 @@ | ||
package xaeroplus.event; | ||
|
||
import com.collarmc.pounce.EventInfo; | ||
import net.minecraft.world.chunk.WorldChunk; | ||
|
||
@EventInfo() | ||
public record ChunkDataEvent(WorldChunk chunk) { | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
package xaeroplus.event; | ||
|
||
import com.collarmc.pounce.EventInfo; | ||
import net.minecraft.network.packet.Packet; | ||
|
||
@EventInfo | ||
public record PacketReceivedEvent(Packet<?> packet) { } |
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,6 +1,3 @@ | ||
package xaeroplus.event; | ||
|
||
import com.collarmc.pounce.EventInfo; | ||
|
||
@EventInfo | ||
public record XaeroWorldChangeEvent(String worldId, String dimId, String mwId) { } |
64 changes: 0 additions & 64 deletions
64
src/main/java/xaeroplus/feature/extensions/CustomSupportXaeroWorldMap.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.