Run formatter
This commit is contained in:
parent
61c44a831b
commit
08258fd6ef
606 changed files with 13464 additions and 22975 deletions
src/main/java/WayofTime/bloodmagic/client
|
@ -12,11 +12,10 @@ import java.util.List;
|
|||
* Provides a custom {@link ItemMeshDefinition} for automatic registration of
|
||||
* renders.
|
||||
*/
|
||||
public interface IMeshProvider
|
||||
{
|
||||
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 +23,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.
|
||||
*
|
||||
* <p>
|
||||
* Can be null if unneeded.
|
||||
*
|
||||
*
|
||||
* @return - The custom ResourceLocation
|
||||
*/
|
||||
@Nullable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue