java.lang.Object
com.github.darksoulq.abyssallib.server.resource.asset.CoreShader
- All Implemented Interfaces:
Asset
public class CoreShader
extends Object
implements Asset
-
Constructor Summary
Constructors
-
Method Summary
void
Emits the asset's files into the provided output map.
-
Constructor Details
-
CoreShader
public CoreShader(org.bukkit.plugin.Plugin plugin,
String namespace,
String name)
-
CoreShader
public CoreShader(String namespace,
String name,
byte[] vsh,
byte[] fsh,
byte[] json)
-
-
Method Details
-
emit
Description copied from interface: Asset
Emits the asset's files into the provided output map.
- Specified by:
emit in interface Asset
- Parameters:
files - the output map where keys are file paths and values are file contents