mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
The Great Refactor Part 3 - Entire project restructure
This commit is contained in:
parent
3f5cb29ee0
commit
2c663e0ee5
561 changed files with 2468 additions and 2457 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue