Package net.minecraft.util
Class DirectoryLock
java.lang.Object
net.minecraft.util.DirectoryLock
- All Implemented Interfaces:
- AutoCloseable
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final ByteBufferprivate final FileLockstatic final Stringprivate final FileChannel
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
LOCK_FILE- See Also:
 
- 
lockFile
- 
lock
- 
DUMMY
 
- 
- 
Constructor Details- 
DirectoryLock
 
- 
- 
Method Details- 
create- Throws:
- IOException
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Throws:
- IOException
 
- 
isValidpublic boolean isValid()
- 
isLocked- Throws:
- IOException
 
 
-