mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Publish jar for ap & other fixes
This commit is contained in:
parent
865ee5684c
commit
bf20f2821d
10 changed files with 15 additions and 25 deletions
|
@ -23,7 +23,7 @@
|
|||
* @link https://github.com/GeyserMC/Geyser
|
||||
*/
|
||||
|
||||
package org.geysermc.processor;
|
||||
package org.geysermc.geyser.processor;
|
||||
|
||||
import javax.annotation.processing.SupportedAnnotationTypes;
|
||||
import javax.annotation.processing.SupportedSourceVersion;
|
|
@ -23,7 +23,7 @@
|
|||
* @link https://github.com/GeyserMC/Geyser
|
||||
*/
|
||||
|
||||
package org.geysermc.processor;
|
||||
package org.geysermc.geyser.processor;
|
||||
|
||||
import javax.annotation.processing.AbstractProcessor;
|
||||
import javax.annotation.processing.ProcessingEnvironment;
|
|
@ -23,7 +23,7 @@
|
|||
* @link https://github.com/GeyserMC/Geyser
|
||||
*/
|
||||
|
||||
package org.geysermc.processor;
|
||||
package org.geysermc.geyser.processor;
|
||||
|
||||
import javax.annotation.processing.SupportedAnnotationTypes;
|
||||
import javax.annotation.processing.SupportedSourceVersion;
|
|
@ -23,7 +23,7 @@
|
|||
* @link https://github.com/GeyserMC/Geyser
|
||||
*/
|
||||
|
||||
package org.geysermc.processor;
|
||||
package org.geysermc.geyser.processor;
|
||||
|
||||
import javax.annotation.processing.SupportedAnnotationTypes;
|
||||
import javax.annotation.processing.SupportedSourceVersion;
|
|
@ -23,7 +23,7 @@
|
|||
* @link https://github.com/GeyserMC/Geyser
|
||||
*/
|
||||
|
||||
package org.geysermc.processor;
|
||||
package org.geysermc.geyser.processor;
|
||||
|
||||
import javax.annotation.processing.SupportedAnnotationTypes;
|
||||
import javax.annotation.processing.SupportedSourceVersion;
|
|
@ -23,7 +23,7 @@
|
|||
* @link https://github.com/GeyserMC/Geyser
|
||||
*/
|
||||
|
||||
package org.geysermc.processor;
|
||||
package org.geysermc.geyser.processor;
|
||||
|
||||
import javax.annotation.processing.SupportedAnnotationTypes;
|
||||
import javax.annotation.processing.SupportedSourceVersion;
|
|
@ -1,5 +1,5 @@
|
|||
org.geysermc.processor.BlockEntityProcessor
|
||||
org.geysermc.processor.CollisionRemapperProcessor
|
||||
org.geysermc.processor.ItemRemapperProcessor
|
||||
org.geysermc.processor.PacketTranslatorProcessor
|
||||
org.geysermc.processor.SoundHandlerProcessor
|
||||
org.geysermc.geyser.processor.BlockEntityProcessor
|
||||
org.geysermc.geyser.processor.CollisionRemapperProcessor
|
||||
org.geysermc.geyser.processor.ItemRemapperProcessor
|
||||
org.geysermc.geyser.processor.PacketTranslatorProcessor
|
||||
org.geysermc.geyser.processor.SoundHandlerProcessor
|
Loading…
Add table
Add a link
Reference in a new issue