public class RequiredExtractorItemFromBlock extends RequiredExtractor
RequiredExtractor.EnumType
DESERIALIZER
Constructor and Description |
---|
RequiredExtractorItemFromBlock() |
Modifier and Type | Method and Description |
---|---|
java.util.List<net.minecraft.item.ItemStack> |
extractItemsFromBlock(net.minecraft.block.state.IBlockState blockState,
net.minecraft.nbt.NBTTagCompound tileNbt) |
extractFluidsFromBlock, extractFluidsFromEntity, extractItemsFromEntity
@Nonnull public java.util.List<net.minecraft.item.ItemStack> extractItemsFromBlock(@Nonnull net.minecraft.block.state.IBlockState blockState, @Nullable net.minecraft.nbt.NBTTagCompound tileNbt)
extractItemsFromBlock
in class RequiredExtractor