- All Implemented Interfaces:
Asset
-
Constructor Summary
Constructors
-
Method Summary
void
Emits the asset's files into the provided output map.
frame(int index,
int time)
size(int width,
int height)
-
Constructor Details
-
McMeta
public McMeta(org.bukkit.plugin.Plugin plugin,
String namespace,
String path)
-
-
-
Method Details
-
frametime
public McMeta frametime(int frametime)
-
interpolate
public McMeta interpolate(boolean interpolate)
-
size
public McMeta size(int width,
int height)
-
frame
public McMeta frame(int index)
-
frame
public McMeta frame(int index,
int time)
-
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