dreameo Posted March 24, 2018 Share Posted March 24, 2018 (edited) 34 minutes ago, LoudPacks said: You can reference static variables from non-static instances. it's still the same idea.... void thisIsDumb(){ if(Main.badDesign){ ... } } If u wanna share, just use get/set(multiple class). If u wanna make something public static, make sure it's immutable. If it's just within the same class.. public anything will do l0l btw-- I c what u mean, i don messed up. But uh yea, no point having static if it's within the same class and if not then^ Edited March 24, 2018 by dreameo Quote Link to comment Share on other sites More sharing options...
LoudPacks Posted March 24, 2018 Share Posted March 24, 2018 1 hour ago, dreameo said: it's still the same idea.... void thisIsDumb(){ if(Main.badDesign){ ... } } If u wanna share, just use get/set(multiple class). If u wanna make something public static, make sure it's immutable. If it's just within the same class.. public anything will do l0l btw-- I c what u mean, i don messed up. But uh yea, no point having static if it's within the same class and if not then^ Yea it really depends on what you're trying to do. No point in using static vars / methods if you don't need to. I was just generalizing. Quote Link to comment Share on other sites More sharing options...