public class Resource1_12_2
extends java.lang.Object
implements mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceAPI
| Constructor and Description |
|---|
Resource1_12_2() |
| Modifier and Type | Method and Description |
|---|---|
mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> |
getLocation(java.lang.String path) |
mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> |
getLocation(java.lang.String modid,
java.lang.String path) |
java.io.InputStream |
stream(mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> location) |
public mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> getLocation(java.lang.String path)
getLocation in interface mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceAPIpublic mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> getLocation(java.lang.String modid,
java.lang.String path)
getLocation in interface mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceAPIpublic java.io.InputStream stream(mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> location)
stream in interface mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceAPI