Premier commit - Extrait du pauvre jar après perte des sources
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.bernard.torch.api;
|
||||
|
||||
import net.minecraft.item.ItemStack;
|
||||
|
||||
public abstract interface ITorchRechargable
|
||||
{
|
||||
public abstract void recharge(ItemStack paramItemStack, int paramInt);
|
||||
|
||||
public abstract int getLuxNedded(ItemStack paramItemStack);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user