-
Is there is a way now to access computer files from java code? I basically need just read all files from one directory |
Beta Was this translation helpful? Give feedback.
Answered by
SquidDev
Aug 13, 2024
Replies: 1 comment 4 replies
-
What are you actually trying to do? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does it actually need to be persisted? My gut feeling is that there's no harm if this state is reset on chunk (un)load, but definitely don't have all the context here.
To be clear, I'm not going to stop you keeping the current behaviour (you can just use reflection to get the field). Just ... well, you know my opinion on using CC's internal classes :p.