Marian / Posted January 6, 2020 Share Posted January 6, 2020 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 More sharing options...
Matzuake Posted January 16, 2020 Share Posted January 16, 2020 möchtest du ihn Placen? oder möchtest du das man ihn so bekommt ? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now