Class ClassPathSourceFile
java.lang.Object
com.blamejared.crafttweaker.impl.command.type.script.example.ClassPathSourceFile
- All Implemented Interfaces:
SourceFile
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClassPathSourceFilefromLocation(net.minecraft.resources.ResourceLocation location, net.minecraft.server.packs.resources.ResourceManager resourceManager) open()voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openzen.zencode.shared.SourceFile
getOrder
-
Method Details
-
fromLocation
@Nullable public static ClassPathSourceFile fromLocation(net.minecraft.resources.ResourceLocation location, net.minecraft.server.packs.resources.ResourceManager resourceManager) -
getFilename
- Specified by:
getFilenamein interfaceSourceFile
-
open
- Specified by:
openin interfaceSourceFile- Throws:
IOException
-
update
- Specified by:
updatein interfaceSourceFile- Throws:
IOException
-