Hi,
I have a set of container slots that only allow spawn eggs to be placed in them (by overriding isItemValid), I want to get entity information from the spawn eggs placed in the slots, but I am not sure how to achieve this. Ideally I'd like an Entity object that I could user later in my code.
Does anyone know the basic steps to go from spawn egg in container slot -> spawn egg's entity?