public class ItemRegistryFluids extends ItemRegistry
| Modifier and Type | Field and Description |
|---|---|
ItemFluidContainerForestry |
canEmpty |
ItemFluidContainerForestry |
refractoryEmpty |
ItemFluidContainerForestry |
waxCapsuleEmpty |
| Constructor and Description |
|---|
ItemRegistryFluids() |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.ItemStack |
getContainer(EnumContainerType type,
net.minecraftforge.fluids.Fluid fluid) |
net.minecraft.item.ItemStack |
getContainer(EnumContainerType type,
Fluids fluid) |
createItemForOreName, registerItem, registerOreDictpublic final ItemFluidContainerForestry canEmpty
public final ItemFluidContainerForestry waxCapsuleEmpty
public final ItemFluidContainerForestry refractoryEmpty
public net.minecraft.item.ItemStack getContainer(EnumContainerType type, Fluids fluid)
public net.minecraft.item.ItemStack getContainer(EnumContainerType type, net.minecraftforge.fluids.Fluid fluid)