Skip to content

Commit

Permalink
remove default template file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Oct 21, 2016
1 parent d06b1d6 commit dac491c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions src/main/java/binnie/core/item/IColoredItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

import net.minecraft.item.ItemStack;

/**
* Created by Marcin on 19.08.2016.
*/
public interface IColoredItem {
int getColorFromItemstack(ItemStack stack, int tintIndex);
}
3 changes: 0 additions & 3 deletions src/main/java/binnie/extrabees/core/BeeModelProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@

import java.util.Locale;

/**
* Created by Marcin on 16.08.2016.
*/
public class BeeModelProvider implements IBeeModelProvider {
public static final BeeModelProvider instance = new BeeModelProvider();

Expand Down
3 changes: 0 additions & 3 deletions src/main/java/binnie/extratrees/genetics/WoodAccess.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
import java.util.HashMap;
import java.util.List;

/**
* Created by Marcin on 18.10.2016.
*/
public class WoodAccess implements IWoodAccess{
static HashMap<IWoodType, IBlockState> woodMap = new HashMap<>();

Expand Down
3 changes: 0 additions & 3 deletions src/main/java/binnie/extratrees/genetics/WoodProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@

import javax.annotation.Nonnull;

/**
* Created by Marcin on 07.10.2016.
*/
public class WoodProvider implements IWoodProvider {
private IWoodType type;
private TextureAtlasSprite trunk;
Expand Down

0 comments on commit dac491c

Please sign in to comment.