Formatting!
This commit is contained in:
parent
029091852d
commit
b56bbef29e
14 changed files with 57 additions and 54 deletions
|
@ -16,7 +16,7 @@ public interface IMeshProvider
|
|||
{
|
||||
/**
|
||||
* Gets the custom ItemMeshDefinition to use for the item.
|
||||
*
|
||||
*
|
||||
* @return - the custom ItemMeshDefinition to use for the item.
|
||||
*/
|
||||
@SideOnly(Side.CLIENT)
|
||||
|
@ -24,16 +24,16 @@ public interface IMeshProvider
|
|||
|
||||
/**
|
||||
* Gets all possible variants for this item
|
||||
*
|
||||
*
|
||||
* @return - All possible variants for this item
|
||||
*/
|
||||
List<String> getVariants();
|
||||
|
||||
/**
|
||||
* If a custom ResourceLocation is required, return it here.
|
||||
*
|
||||
*
|
||||
* Can be null if unneeded.
|
||||
*
|
||||
*
|
||||
* @return - The custom ResourceLocation
|
||||
*/
|
||||
@Nullable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue