whosvanilla
New member
- Joined
- Aug 8, 2020
- Messages
- 18
- Reaction score
- 2
- Points
- 0
Can someone briefly explain how I can code one?
Why not using lambdas?At first you should get a list of all the entities ( for (Entity entity : mc.theWorld.loadedEntityList) { // your checks here } ) then write your checks like entity.isInvisible() etc (these are basics)
im assuming that he dont know what lambdas areWhy not using lambdas?