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