package net.minecraft.world.ticks; import java.util.List; public interface SerializableTickContainer { List> pack(long p_193426_); }