1package net.lerariemann.infinity.access; 2 3import net.minecraft.resources.ResourceLocation; 4 5public interface ServerPlayerEntityAccess { 6 void infinity$setWarpTimer(long ticks, ResourceLocation dim); 7}