mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-19 14:59:27 +00:00
The Great Refactor Part 3 - Entire project restructure
This commit is contained in:
@@ -33,6 +33,6 @@ import javax.lang.model.SourceVersion;
|
||||
@SupportedSourceVersion(SourceVersion.RELEASE_16)
|
||||
public class BlockEntityProcessor extends ClassProcessor {
|
||||
public BlockEntityProcessor() {
|
||||
super("org.geysermc.geyser.network.translators.world.block.entity.BlockEntity");
|
||||
super("org.geysermc.geyser.translator.level.block.entity.BlockEntity");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,6 +33,6 @@ import javax.lang.model.SourceVersion;
|
||||
@SupportedSourceVersion(SourceVersion.RELEASE_16)
|
||||
public class CollisionRemapperProcessor extends ClassProcessor {
|
||||
public CollisionRemapperProcessor() {
|
||||
super("org.geysermc.geyser.network.translators.collision.CollisionRemapper");
|
||||
super("org.geysermc.geyser.translator.collision.CollisionRemapper");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,6 +33,6 @@ import javax.lang.model.SourceVersion;
|
||||
@SupportedSourceVersion(SourceVersion.RELEASE_16)
|
||||
public class ItemRemapperProcessor extends ClassProcessor {
|
||||
public ItemRemapperProcessor() {
|
||||
super("org.geysermc.geyser.network.translators.ItemRemapper");
|
||||
super("org.geysermc.geyser.translator.inventory.item.ItemRemapper");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,6 +33,6 @@ import javax.lang.model.SourceVersion;
|
||||
@SupportedSourceVersion(SourceVersion.RELEASE_16)
|
||||
public class PacketTranslatorProcessor extends ClassProcessor {
|
||||
public PacketTranslatorProcessor() {
|
||||
super("org.geysermc.geyser.network.translators.Translator");
|
||||
super("org.geysermc.geyser.translator.protocol.Translator");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,6 +33,6 @@ import javax.lang.model.SourceVersion;
|
||||
@SupportedSourceVersion(SourceVersion.RELEASE_16)
|
||||
public class SoundHandlerProcessor extends ClassProcessor {
|
||||
public SoundHandlerProcessor() {
|
||||
super("org.geysermc.geyser.network.translators.sound.SoundHandler");
|
||||
super("org.geysermc.geyser.translator.sound.SoundTranslator");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user