Bug Closed · Resolved

Failed to retrieve 'bukkitEntity' from API

#4242 opened by Unknown 3 years ago

Unknownreported this bug

[Legacy attachment omitted] [Legacy attachment omitted]

Failed to retrieve bukkitEntity from API. Help me, please.

Unknowncommented

bukkitEntity is variable name.

For example:

@EventHandler
public void onInteract(PlayerInteractEntityEvent event){
  Entity bukkitEntity = event.getRightClicked();
  ActiveMob mythicMob = MythicBukkit.inst().getMobManager().getActiveMob(bukkitEntity.getUniqueId()).orElse(null);
  // do your stuff here
}
Sign in to join the discussion.