-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Strays to the should_burn
property
#2638
base: dev
Are you sure you want to change the base?
Conversation
heypr
commented
Aug 2, 2024
- Very small PR.
// --> | ||
|
||
public static boolean describes(EntityTag entity) { | ||
return entity.getBukkitEntity() instanceof Zombie | ||
|| entity.getBukkitEntity() instanceof Skeleton | ||
|| entity.getBukkitEntity() instanceof Stray |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this just be AbstractSkeleton
(covering both Skeleton and Stray), which is the interface that the method is on anyway?
LGTM, but should test on 1.17 before merge - looks like the methods where a bit different back then so just make sure it all works |
Did you perform the testing Aya requested yet? |
Yes, it functions the same on 1.17. |
Are you sure? from some testing it seems to throw a NoSuchMethod for |