9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2026-01-06 15:52:03 +00:00

refactor bush block

This commit is contained in:
XiaoMoMi
2025-03-28 01:02:06 +08:00
parent b57b084a43
commit d42c408f8c
11 changed files with 160 additions and 33 deletions

View File

@@ -3,8 +3,6 @@ package net.momirealms.craftengine.core.plugin.network;
import io.netty.channel.Channel;
import net.momirealms.craftengine.core.entity.player.Player;
import java.util.Collection;
public interface NetworkManager {
String MOD_CHANNEL = "craftengine:payload";