package net.lerariemann.infinity.access; import net.minecraft.resources.ResourceLocation; public interface ServerPlayerEntityAccess { void infinity$setWarpTimer(long ticks, ResourceLocation dim); }