Class ContainerHandlePath

java.lang.Object
org.spongepowered.asm.launch.platform.container.ContainerHandleURI
org.spongepowered.asm.launch.platform.container.ContainerHandlePath
All Implemented Interfaces:
IContainerHandle, IMixinConfigSource

public class ContainerHandlePath extends ContainerHandleURI
A nicer wrapper for ContainerHandleURI with NIO Paths Provides a IMixinConfigSource.getId() result based on the file name
  • Constructor Details

    • ContainerHandlePath

      public ContainerHandlePath(Path path)
    • ContainerHandlePath

      public ContainerHandlePath(String id, Path path)
  • Method Details