mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
The Great Refactor Part 2 - org.geysermc.connector -> org.geysermc.geyser
This commit is contained in:
parent
0b5009b415
commit
3f5cb29ee0
624 changed files with 5437 additions and 5056 deletions
|
@ -33,6 +33,6 @@ import javax.lang.model.SourceVersion;
|
|||
@SupportedSourceVersion(SourceVersion.RELEASE_16)
|
||||
public class BlockEntityProcessor extends ClassProcessor {
|
||||
public BlockEntityProcessor() {
|
||||
super("org.geysermc.connector.network.translators.world.block.entity.BlockEntity");
|
||||
super("org.geysermc.geyser.network.translators.world.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.connector.network.translators.collision.CollisionRemapper");
|
||||
super("org.geysermc.geyser.network.translators.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.connector.network.translators.ItemRemapper");
|
||||
super("org.geysermc.geyser.network.translators.ItemRemapper");
|
||||
}
|
||||
}
|
||||
|
|
|
@ -33,6 +33,6 @@ import javax.lang.model.SourceVersion;
|
|||
@SupportedSourceVersion(SourceVersion.RELEASE_16)
|
||||
public class PacketTranslatorProcessor extends ClassProcessor {
|
||||
public PacketTranslatorProcessor() {
|
||||
super("org.geysermc.connector.network.translators.Translator");
|
||||
super("org.geysermc.geyser.network.translators.Translator");
|
||||
}
|
||||
}
|
||||
|
|
|
@ -33,6 +33,6 @@ import javax.lang.model.SourceVersion;
|
|||
@SupportedSourceVersion(SourceVersion.RELEASE_16)
|
||||
public class SoundHandlerProcessor extends ClassProcessor {
|
||||
public SoundHandlerProcessor() {
|
||||
super("org.geysermc.connector.network.translators.sound.SoundHandler");
|
||||
super("org.geysermc.geyser.network.translators.sound.SoundHandler");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue