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