Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/McJty/TutorialV3
/ Mana
Method
Mana
src/main/java/com/example/tutorialv3/manasystem/data/Mana.java:6–8 ·
view source on GitHub ↗
(int mana)
Source
from the content-addressed store, hash-verified
4
private
int
mana;
5
6
public
Mana(
int
mana) {
7
this.mana = mana;
8
}
9
10
public
int
getMana() {
11
return
mana;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected