Reorganized Imports/Packages
This commit is contained in:
parent
cb9459f176
commit
3ee10482ab
721 changed files with 34873 additions and 33558 deletions
|
@ -0,0 +1,15 @@
|
|||
package org.betterx.bclib.interfaces;
|
||||
|
||||
import net.minecraft.resources.ResourceLocation;
|
||||
import net.minecraft.world.item.BlockItem;
|
||||
|
||||
import net.fabricmc.fabric.api.item.v1.FabricItemSettings;
|
||||
|
||||
public interface CustomItemProvider {
|
||||
/**
|
||||
* Used to replace default Block Item when block is registered.
|
||||
*
|
||||
* @return {@link BlockItem}
|
||||
*/
|
||||
BlockItem getCustomItem(ResourceLocation blockID, FabricItemSettings settings);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue