Run formatter

This commit is contained in:
Nicholas Ignoffo 2017-08-15 21:30:48 -07:00
parent 61c44a831b
commit 08258fd6ef
606 changed files with 13464 additions and 22975 deletions
src/main/java/WayofTime/bloodmagic/client

View file

@ -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