Jump to content

Entity mit Custom Name bekommen


Marian /
 Share

Recommended Posts

Guten Tag,

ich habe einen ArmorStand mit dem CustomName "Test" erstellt.

nun möchte ich eine eigene Methode schreiben und den ArmorStand bekommen, allerdings weiß ich nicht wie.

Meine Idee war: 

for(Entity e : Bukkit.getWorld(name).getEntities()) {

if(e.getCustomName().equalsIgnoreCase("test")) {

ArmorStand stand = (ArmorStand) e;

}

leider funktioniert dies nicht bitte um hilfe :)

danke im vorraus

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...
B
B