Class Resource
- java.lang.Object
-
- net.minecraft.modding.api.game.client.resources.Resource
-
public class Resource extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Resource(ResourceLocation location, java.nio.file.Path path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceLocation
getLocation()
java.nio.file.Path
getPath()
-
-
-
Constructor Detail
-
Resource
public Resource(ResourceLocation location, java.nio.file.Path path)
-
-
Method Detail
-
getLocation
public ResourceLocation getLocation()
-
getPath
public java.nio.file.Path getPath()
-
-