package net.minecraft.world.level.entity; import java.util.UUID; import org.jspecify.annotations.Nullable; public interface UUIDLookup { @Nullable IdentifiedType lookup(UUID uuid); }