Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java class namespace? [duplicate]

so I've recently started learning java but I'm having a little problem:

OrcMage.health -= 80;

but if you saw all of my code, you'd see that I use the OrcMage class a lot, and I still have a lot to go. Would it be possible to create something like a namespace so I could type health -= 80;instead?


1 Answers

Declare health as static then use

import static OrcMage.health;
like image 198
Mohammad Salem Avatar answered Jul 22 '26 14:07

Mohammad Salem



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!