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